Arduino IDE and framework gives you hassle free coding experience but when you are trying to…
Continue ReadingCategory: ESP32 Projects
ESP32 is a Powerful 32 bit microcontroller with Integrated Wi-Fi and Bluetooth capabilities. It supports multiple GPIOs, PWM, ADC and DAC. Additionally ESP32 microcontroller have internal RTC, Touch Sensor, Hall Sensor and Temperature Sensor. All these for few dollars. Different development boards are available with ESP32 microcontroller, you can easily start to experiment and make projects with ESP32 through ESP-IDF, Arduino IDE, MicroPython ect.,

Simple way to Send Email using ESP32
We built different types of ESP32 projects. But this one will stand out because, we are…
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 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
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
Simple Sensor Gauge using ESP32 Web Server
Displaying sensor readings on gauges using an ESP32 web server makes monitoring multiple sensors effortless at…
Continue Reading
Control ESP32 GPIO Pins using Web Bluetooth
Previously we learned about Controlling an LED using Bluetooth through Serial Terminal App. Here we are…
Continue Reading