by Anmol Punetha | Mar 28, 2020 | NodeMCU_Quiz
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...
by Jyotsna Rajaraman | Mar 28, 2020 | Raspberry Pi projects
Raspberry Pi is a powerful tool, and when coupled with OpenCV library can be used for many image processing projects. At the end of this article you will learn to build one such application ‘Face detection’. Face detection is exactly what is sounds like,...
by Itika Sarkar | Mar 27, 2020 | Python
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...
by Sashreek Shankar | Mar 27, 2020 | IoT Cloud, Projects, Raspberry Pi
In this tutorial, we will learn how to build an IoT application using the AWS Cloud Platform. The application will get sensor data from the Raspberry Pi and send it to the AWS IoT Core. This data will be stored in IoT Analytics and plotted in a graph using QuickSight....
by Itika Sarkar | Mar 26, 2020 | 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...
by Jyotsna Rajaraman | Mar 25, 2020 | Raspberry Pi projects
Starting to get interested in image processing and its applications? This project is ideal as a first step to understand the fundamentals of any image- pixels. Pixels are small boxes of color that constitute any image. We throw around the word ‘pixels’ a...
by Anmol Punetha | Mar 21, 2020 | arduino uno projects
Introduction Ultrasonic sensors work by emitting sound waves at a frequency too high for humans to hear. They then wait for the sound to be reflected back, calculating distance based on the time required. Since ultrasonic waves can reflect off a glass or liquid...
by Anmol Punetha | Mar 20, 2020 | arduino uno projects
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...
by Anmol Punetha | Mar 20, 2020 | arduino uno projects
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...
by Sashreek Shankar | Mar 20, 2020 | IoT Cloud, Projects, Raspberry Pi projects
In this tutorial we will learn how to build an IoT application using the Google Cloud Platform. The application will get sensor data from the Raspberry Pi and send it to the cloud. This data will be stored in BigQuery and plotted in a graph. Contents Hardware...