ESP32 UART Communication using ESP-IDF

In this ESP32 ESP-IDF tutorial, we will look at UART communication ports of ESP32. Firstly, we will discuss some important UART driver library provided in ESP-IDF and then demonstrate example …

Read more

ESP32 ESP-IDF FreeRTOS Queue Tutorial

In this ESP32 ESP-IDF FreeRTOS Queue tutorial, we will learn to create FreeRTOS Queues with ESP32 ESP-IDF. Previously we learned how to create FreeRTOS tasks with ESP32 ESP-IDF. However, creating …

Read more

I2C LCD with ESP32 using ESP-IDF

In this tutorial, we will learn how to interface I2C LCD with ESP32 and how to display simple text/numbers on the I2C LCD using ESP-IDF. This I2C LCD is a …

Read more