by Monisha Macharla | Oct 6, 2023 | nodemcu projects
Temperature and humidity play crucial roles in industrial processes, and monitoring and controlling them is essential for optimal production conditions. Temperature and humidity sensors are deployed in process control systems to uphold specific environmental...
by Monisha Macharla | Dec 13, 2022 | MQTT, nodemcu projects, Projects
Gardening is always a very calming pastime. However, our gardens’ plants may not always receive the care they require due to our active lifestyles. What if we could remotely keep an eye on their health and provide them with the attention they require? In this...
by Monisha Macharla | Dec 7, 2022 | nodemcu projects
In this tutorial. we will read 2 analog sensor data from ESP8266. Remember that there is only 1 ADC in the ESP Modules, so only one analog sensor can be connected to the hardware. Thanks to MCP3008, we can now read eight different analog sensor data from ESP Modules....
by Monisha Macharla | Dec 4, 2022 | MQTT, NodeMCU, nodemcu projects
In this tutorial, we will connect an RGB LED strip of 5 meters to a NodeMCU and control them via adafruit IO. A combination of 3 LEDs—RED, GREEN, and BLUE—makes up an RGB LED. Red, green, and blue can be combined to create any color. RGB LEDs may produce a variety of...
by Monisha Macharla | Jun 20, 2020 | nodemcu projects
Introduction In this post, we will see how to make a weather Forecast Station, which will display the weather of any location using a Nodemcu flashed with MicroPython.We will read a JSON file containing weather data from https://www.metaweather.com/ and display...
by Anmol Punetha | May 26, 2020 | nodemcu projects
In this tutorial, we are going to make an IoT based Smart Traffic Light system. We will connect the lights by using ESP32. Let’s begin! Contents: IntroductionMaterials RequiredThe CircuitCode and it’s ExplanationThe Final Run Introduction First of all, we...