Hi there, I recently acquired the new R4 and I was eager to tinker with it.
First thing first as I received the board I flashed the updated firmware from here
The update seemed to have successfully completed.
After that I tried uploading a sketch using the Arduino IDE (2.1.1).
The board automatically showed up as ESP32-S3-OTG-USB, I didn't thought much of it as the board is brand new and maybe some quirky naming scheme was still around.
The board while connected to the serial monitor (before flashing the sketch) reported:
If the board is connected to power the default led matrix animation comes up. If i try to enter the "recovery" mode by double tapping the reset button at boot the led animation does not happen and the only led active is the power led, but in neither case the board shows up in the device manager/IDE.
Any suggestion is greatly appreciated !
UPDATE:
Managed to erase and replace the firmware on the ESP32, shorting the download pin to ground and by using esptool to upload the provided .bin firmware.
The update.bat seems to be unable to find the board even when correctly connected.
When I use that board for Arduino Cloud, I did not install drivers. Should I?
Without the drivers, when trying to connect to the board, I get:
The device found is not compatible
An AirM2M_CORE_ESP32C3 has been detected but unfortunately this kind of board cannot be used on Arduino IoT Cloud.
The arduino agent installation should prompt you to install the drivers if I'm not mistaken. Maybe try using the Arduino IDE locally if that does not help