+4917656729516 info@iot4beginners.com
ESP8266 Quiz 1

ESP8266 Quiz 1

Welcome to your ESP8266 - Basic Level Name Email ID 1.  What is ESP8266? A Wifi based Microntroller Relay module Pressure sensor Bluetooth module None 2.  What among them is an application of NodeMCU? Creates a Library for Lua Script Tells the time Home...
Python Dictionaries with Examples

Python Dictionaries with Examples

Python dictionary is the collection of unordered changeable indexed represented by curly braces, having keys and values. For Introduction to Python: Click here Create a dictionary dict = { “brand”: “Realme”, “model”: “X50...
Python Dictionaries with Examples

Introduction to Python

www.edyoda.com In this tutorial we are going to learn Python programming language starting from basic up-to it’s the advanced level. www.miltonmarketing.com Python is an open-source project, supported by many individuals. It is a platform-independent ( used in...
How to use a Servo motor with Arduino?

How to use a Servo motor with Arduino?

Introduction A Servo Motor is a small device that has an output shaft. This shaft can be positioned to specific angular positions by sending the servo a coded signal. As long as the coded signal exists on the input line, the servo will maintain the angular position of...
Using IR sensor with Arduino Uno

Using IR sensor with Arduino Uno

Introduction An  IR (Infrared sensor)is an electronic device, that emits in order to sense some aspects of the surroundings. An IR sensor can measure the heat of an object as well as detects the motion. The emitter is simply an IR LED( Light Emitting Diode) and...