// The ESP32-C5 is not documented, so it is experimental.
// It works with MicroPython:
// https://wokwi.com/projects/new/micropython-esp32-c5
// When I try this project in Arduino mode,
// then there is a booting error: for PSRAM memory.
void setup()
{
Serial.begin(115200);
Serial.println("Hello, ESP32-C5!");
}
void loop()
{
delay(10); // this speeds up the simulation
}
Loading
esp32-c5-devkitc-1
esp32-c5-devkitc-1