Control the ESP32 board's GPIO pins as digital outputs with ESP-IDF. You can control devices like LED by setting the pin's voltage level to HIGH (3.3V) or LOW (0V).| Random Nerd Tutorials
This two-part guide shows how to set up VS Code with the ESP-IDF extension to debug Espressif boards using JTAG. In this second part, we will debug a simple project using gdb through Espressif’s VSCode extension. We will explore the debugging options for navigating the code and inspecting the variables.| Developer Portal
Program the ESP32 boards with the ESP-IDF (Espressif IoT Development Framework). We'll install the ESP-IDF on VS Code IDE to run ESP-IDF tools to build and flash programs.| Random Nerd Tutorials
This tutorial guides you through setting up a soft-AP using an Espressif module and ESP-IDF. It covers the process of creating a project, configuring Wi-Fi, and handling connection events through event loops and logging. Upon completion, you’ll be able to establish a soft-AP and manage Wi-Fi connections. It is the first step to building more advanced networking applications.| Developer Portal
This guide helps manufacturers of wireless-enabled products based on Espressif modules understand the RED DA (EN 18031) cybersecurity requirements, identify their product’s category, and determine the right path to certification before launching in the EU market.| Developer Portal
The developer resources in just one place!| Developer Portal
Reading and writing SD Cards with ESP32 should be simple, however, the amount of moving parts in esp-idf makes that a complicated task, first to understand and then to optimize.| Dror Gluska
Easily integrate the Golioth Firmware SDK into your next ESP-IDF project. This updated post shows how to implement v0.15.0 and beyond of the FW SDK into your projects.| The Golioth Developer Blog