I need to remove the MicroPython that I installed on my ESP32 IoT RedBoard
and reinstall the C++ software the board came with from the factory.
Where can I get the file(s)
Thanks
I need to remove the MicroPython that I installed on my ESP32 IoT RedBoard
and reinstall the C++ software the board came with from the factory.
Where can I get the file(s)
Thanks
The link explains how to setup the board and Install Board Definitions,
but I need to erase the flash that has the MicroPython installed and reinstall the arduino C++
so I can run C++ code. They way it is now I can only execute Python code.
The guide for that board is still a work-in-progress, but it looks like you might need to hit the boot + reset, or boot x2, or reset + boot to enter/exit UF2 mode (if that is how the board is appearing…like an SD card/thumb drive etc)
To get the Arduino si9de working again, upload the basic blink sketch for esp32 (after selecting board/COM in arduino IDE) and see if it uploads correctly
It also might help to wipe the SD card if one is being used