ESP32 LED blink tutorial using ESP-IDF FreeRTOS framework.
ESP32 is an affordable microcontroller that offers built-in WiFi and Bluetooth capabilities. To develop applications for ESP32, we have the option to use either the Arduino framework or the ESP-IDF framework. In this tutorial, we will focus on developing a basic LED blink program using the ESP-IDF framework, which is the officially supported framework for […]