Arduino Cloud now supports ESP32 boards

Hi, I just tried uploading the basic IoT sketch to DOIT ESP32 DEVKIT V1, but it always ends up in bootloop.

Rebooting...
	XXIv,`asassertion "Invalid mbox" failed: file "/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/lwip/lwip/src/api/tcpip.c", line 374, function: tcpip_send_msg_wait_sem
abort() was called at PC 0x400f281f on core 1

ELF file SHA256: 0000000000000000

Backtrace: 0x40088524:0x3ffb1d00 0x400887a1:0x3ffb1d20 0x400f281f:0x3ffb1d40 0x40143857:0x3ffb1d70 0x4014309d:0x3ffb1da0 0x40143250:0x3ffb1dc0 0x40136a66:0x3ffb1e00 0x400d54be:0x3ffb1e20 0x400d5555:0x3ffb1e60 0x400d3b17:0x3ffb1e90 0x400d3be4:0x3ffb1ef0 0x400d3bf5:0x3ffb1f10 0x400d1086:0x3ffb1f30 0x401697b3:0x3ffb1f50 0x400d0cf6:0x3ffb1f70 0x400d80de:0x3ffb1fb0 0x400897b2:0x3ffb1fd0

Rebooting...

When I open the sketch in Arduino Create and comment out ArduinoCloud.begin(ArduinoIoTPreferredConnection); it boots normally.

Normal sketches uploaded through Arduino IDE work flawlessly.

1 Like