ESP32 Projects

ESP32 is a tiny cheap 8$ module with a dual core 32-bit CPU and built in Wi-Fi and dual-mode Bluetooth with sufficient amount of 30 I/O pins for all basic electronics projects. All these features are very easy to use, since it can be programmed directly from the Arduino IDE. Explore below the list of ESP32 projects to start with ESP32 based IoT projects.

October 29, 2020

Security is at most concern for anyone nowadays, whether it's data security or security of their own home. With the advancement…

October 14, 2020

In many cases, touch sensors are used instead of push buttons. The advantage is that we don't have to provide force to press a…

August 31, 2020

Proximity sensors can be described as one of a kind switches that detect a nearby object with the help of light,…

August 26, 2020

Pulse oximetry is a widely used medical measurement instrument and it is a non-invasive and painless test that measures oxygen…

August 11, 2020

LoRa is a wireless Radio frequency technology introduced by a company called Semtech intended to be used to transmit bi-…

July 23, 2020

OTA (Over the Air) Programming is a feature of any WiFi-enabled microcontroller like ESP32 and ESP8266 that allows these…

July 10, 2020

All microcontrollers have specific numbers of IO pins but in some applications, like in a 7-Segment Display, we will need more…

June 22, 2020

The MPU6050 sensor module consists of an accelerometer and gyro on a single chip. It contains analog-16 bits in the digital…

June 16, 2020

Pulse Width Modulation (PWM) is a technique that varies the width of a pulse while keeping the wave frequency constant. The PWM…

March 24, 2020

Corona Virus (Covid19) is wreaking havoc in the world. Almost every country is suffering from the Corona Virus. WHO has already…

January 16, 2020

ESP modules are popular for their Wi-Fi functionalities like ESP8266, ESP-12E, etc. These all are powerful Microcontroller…

December 30, 2019

Most of us are familiar with the Python programming language. Python is a very powerful programming language and used to build…