BMP180 Sensor with ESP32 ESP-IDF

In this tutorial, we will learn how to use BMP180 barometric sensor module with ESP32 using ESP-IDF. Firstly, we will introduce you to the sensor, then interface it with our …

Read more

HC-SR04 Ultrasonic Sensor with ESP32 ESP-IDF

HC-SR04 Ultrasonic Sensor with ESP32 ESP-IDF

In this tutorial, we will learn how to interface HC-SR04 ultrasonic sensor with ESP32 using ESP-IDF. Firstly, we will introduce you to the ultrasonic sensor, then interface it with our …

Read more

ESP32 FreeRTOS Event Groups with ESP-IDF

In this ESP32 user guide, we will show you how to use FreeRTOS event groups for task synchronization. Often times we come across the situation where multiple tasks are running …

Read more