In the couple of days that I played around with the ESP32S3 I discovered 4 ways to program the device.
1) Esspresif-IDE (Manufacturer; C)
2) Arduino (C)
3) nanoFramework (c#)
4) XEdge32 (Lua)
4) Is interesting as it installs a VS Code based Lua IDE directly onto the ESP32-S3 that you can use in the browser by opening the device-ip. Nice!
Got my program working on 1+2.
Was barely able to use 3 - due to tooling on linux.
Got 4 up and running within 30 minutes.
