Simple ESP32 WhatsApp Interface

For advanced IoT projects some times we need Integration of Microcontroller with modern communication platform. One…

Continue Reading

Simple NEO-6M GPS Module Arduino Interface

Global Positioning System (GPS) helps us to find exact location by latitude and longitude coordinates. Couple…

Continue Reading

Interfacing BMP280 with ESP32 using Arduino IDE

ESP32 Microcontroller provides easy way to Interface complex sensors, with flexible coding and internal blocks. Here…

Continue Reading

Let’s Build a Wi-fi Extender using ESP32

ESP32 microcontroller have many unfamiliar and very useful tools in its architecture, one of them is…

Continue Reading

Interfacing BMP280 with Arduino

The BMP280 is an absolute barometric pressure sensor made by Bosch. It can measure highly accurate…

Continue Reading

Interfacing I2C LCD with ESP32 using MicroPython

Unlike Arduino, Interfacing I2C LCD with ESP32 using micropython code will take some extra effort but…

Continue Reading

Getting Started to Code ESP32 with MicroPython

We know that python is a high level interpreted programming language, having wide applications, large ecosystem…

Continue Reading

Interfacing AC Voltage Sensor with ESP32

We know that measuring AC voltage safely is a tough job and for repeated measurement we…

Continue Reading

Interfacing AC Voltage Sensor with Arduino

To detect or measure AC Voltage using Microcontrollers or Arduino is a tough job but the…

Continue Reading

Task Automation based on Time using ESP32

Lets make Task Automation based on Time using ESP32 through NTP (Network Time Protocol), which requires…

Continue Reading