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 | Oct 24, 2022 | Arduino Uno, arduino uno projects
For precisely moving and positioning mechanical items, stepper motors are the best option. The position of the motor shaft can be precisely adjusted by using techniques like microstepping. There are numerous sizes of stepper motors available. The steppers that DVD and...
by Monisha Macharla | Aug 16, 2022 | IoT Continuous Integration
Why do you need to use a Jenkins pipeline to push your docker image into your docker hub? Assuming you have a docker file and you build your docker images manually and push it to your hub. Suppose your developer needs to make changes or commits in the GitHub...
by Monisha Macharla | Aug 14, 2022 | IoT Connectivity
Introduction With the latest advancements in AI technologies, we have noticed a significant increase in the deployment of AI-based applications and services in recent years. More recently, with the booming IoT industry in particular, billions of mobiles and IoT...