ESP32 Wi-Fi Scan with ESP-IDF

In this tutorial, we will see how scan all nearby Access Points using ESP32 and ESP-IDF. We will display scanned APs RSSI values, Authentication type and channel. ESP-IDF provides an …

Read more

ESP32 Touch Sensor using ESP-IDF

In this tutorial, we will discuss how to use ESP32 touch sensor pins using the touch pad driver library provided in ESP-IDF. Before we move ahead, make sure you have …

Read more

ESP32 Web Server with ESP-IDF

ESP32 ESP IDF Web server control LED

In this tutorial, we will build an ESP32 web server using ESP-IDF. The web server will be able to control the onboard LED of ESP32 connected with GPIO2. ESP board …

Read more