All,
I was looking at a bunch of different ESP32 boards and most of them seem to be setup for Lua. My question is can these be setup to use the Arduino IDE and how difficult is it to do so ?.
Thanks
All,
I was looking at a bunch of different ESP32 boards and most of them seem to be setup for Lua. My question is can these be setup to use the Arduino IDE and how difficult is it to do so ?.
Thanks
There is no special setup required on the board. The Arduino IDE will simply overwrite Lua with the Arduino program. You don't have to do anything beyond the normal USB programming sequence. The Arduino IDE, of course, needs to have the Arduino-ESP32 core package installed.
If desired one can also revert back to Lua or a number of alternative programming environments by flashing with available binaries.