Assemble hardware

Download Thonny IDE
Install esptool
https://docs.espressif.com/projects/esptool/en/latest/esp32c3
Download MicroPython firmware
https://micropython.org/download/LOLIN_C3_MINI
Flash MicroPython firmware to device
esptool.py --baud 460800 write_flash 0 \ ~/Downloads/LOLIN_C3_MINI-20241129-v1.24.1.bin
Install example code
➡️ Example code