Random Numbers are useful in Testing, Data Sampling and Gaming. Generating Random Number is a hard…
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.,

Internal Hall Effect Sensor ESP32
ESP32 Microcontroller loaded with lot of essential features. Internal Hall Effect Sensor is one among them.…
Continue Reading
Deep Sleep and Wake Up Methods in ESP32
If you are developing IoT or battery powered Embedded system application then you need to know…
Continue Reading
7 Segment Display web server using ESP32
Lets make Simple and useful 7 Segment Display web server using ESP32. By connecting the ESP32…
Continue Reading
Simple Audio Level Indicator using ESP32
For standalone measurement of sound or Audio level in LED, we often use LM3915 dot/bar display…
Continue Reading
Arduino and ESP32 Serial Data Communication Setup
When you are Implementing two or more Microcontrollers in your project and they need to share…
Continue Reading
RGB LED Web Server using ESP32
RGB LED Web server using ESP32 board helps you to control output color of connected RGB…
Continue Reading
Interfacing Photoresistor with ESP32
Here is the simple method to Interface Photoresistor with ESP32 board. A Photoresistor also known as…
Continue Reading
Sensing Touch by Using ESP32
Touch Sensing allows us to interact with devices through simple touch based input rather than traditional…
Continue Reading