To have the ESP32-S3 run code automatically after reset or power-on:
boot.py from the reference_code folder.boot.py → Upload to / to upload it to the MicroPython device root.HelloWorld.py) → Upload to /.To exit offline mode, click in the Shell panel and press Ctrl+C.
| Task | How |
|---|---|
| Upload file to ESP32-S3 | Right-click file on computer → Upload to / |
| Download file from ESP32-S3 | Right-click file on MicroPython device → Download to… |
| Delete file from ESP32-S3 | Right-click file on MicroPython device → Delete |
| Create new file | File → New, write code, then Save → MicroPython device → name it main.py |
| Exit offline mode | Click Shell, press Ctrl+C |