Getting started with ESP32: blink an LED
Set up your toolchain, understand the pinout and write your first ESP32 program by blinking an LED. With Arduino and with ESP-IDF.
Tags
PlatformIO development environment and setup.
Set up your toolchain, understand the pinout and write your first ESP32 program by blinking an LED. With Arduino and with ESP-IDF.
How to get VS Code + PlatformIO ready for the ESP32: installation, platformio.ini, upload and monitor, per-project libraries and debugging.
How the Arduino core for ESP32 really works: installation, setup and loop on FreeRTOS, millis vs delay, compatible libraries and the differences from classic Arduino.