by Jayanta Chakraborty | Apr 8, 2020 | Raspberry Pi Quiz
Welcome to your Raspberry Pi Intermediate Quiz 1. What is the BOARD and BCM in Raspberry Pi? It tells the library which pin numbering system you are going to use It helps to connect to a router directly to another computer It cleans up all the ports you have...
by Jyotsna Rajaraman | Apr 7, 2020 | Raspberry Pi
As we know, the Raspberry Pi can be connected to the internet via either WiFi or through an ethernet cable. When connected to any network, the Pi has an IP address which you need to know in order to connect to any web service or use it remotely. The Raspberry Pi can...
by Monisha Macharla | Apr 7, 2020 | Projects
Introduction: In this post, I have used an LDR to sense the black obstacles (cactus )in this game and make the dino jump in the chrome using a system of Arduino and python code. Link for GitHub Repository for this code (click here) System in Action: Contents: Hardware...
by Monisha Macharla | Apr 7, 2020 | Python Tkinter Examples
In this tutorial, you will be learning “How to layout your GUI using Python”. The following are the topics that will be covered in this article. Python Tkinter Label FramesTkinter Geometry MatrixCreating menu barsCreating tabbed widgets 1. Python Tkinter Label Frames:...
by Anmol Punetha | Apr 6, 2020 | Python Tkinter
In this tutorial, you’ll learn about matplotlib, the plotting library of Python. You’ll also get to learn how do we use it for plotting different types of graphs in Python. What is Matplotlib? Matplotlib is an amazing visualization library in Python for 2D...
by Vishal Naik | Apr 6, 2020 | IoT Basics
What is an IoT? It is an Internet technology connecting devices, machines and tools to the internet by means of wireless technologies. It unifies the technologies such as low-power embedded systems, cloud computing, big-data, machine learning, and networking . Over 9...
by Monisha Macharla | Apr 6, 2020 | Python
Python Classes and Methods Python is an object-oriented programming language. Classes provide a means of bundling data and functionality together. Creating a new class creates a new type of object, allowing new instances of that type to be made....
by Vishal Naik | Apr 5, 2020 | Arduino Uno, Sensors
The sensor converts a physical parameter into a signal, generally in terms of voltage or current. Sensors are the sensory organs of the Embedded system. Some commonly used sensors are as follows: Soil Humidity SensorIR SensorSmoke sensorUltrasonic SensorRain...
by Ashwin Raj | Apr 5, 2020 | Python
Flask is a web framework that provides libraries to build lightweight web applications in python. It is developed by Armin Ronacher who leads an international group of Python enthusiasts (POCCO). Contents What is Flask? Flask Environment Setup First Flask...
by Jyotsna Rajaraman | Apr 5, 2020 | IoT Cloud, IoT Connectivity, Raspberry Pi
IFTTT stands for IF This Then That, and is a free web service that allows users to build their own custom applets. In this article, we will learn how to build a custom applet that can be used with our Raspberry Pi. That is, how to connect to IFTTT, set up a Webhook...