+4917656729516 info@iot4beginners.com
Raspberry Pi Quiz 2

Raspberry Pi Quiz 2

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...
T-Rex Run Chrome game Controller

T-Rex Run Chrome game Controller

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...
Plotting graphs with Matplotlib (Python)

Plotting graphs with Matplotlib (Python)

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...
IoT Explained —How does IoT system work?

IoT Explained —How does IoT system work?

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...
Object-Oriented Programming in Python

Object-Oriented Programming in 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....
Commonly used sensors with  Arduino Uno

Commonly used sensors with Arduino Uno

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...
Python Flask Tutorial

Python Flask Tutorial

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...