C3 mini

Vendor: Wemos
Features: BLE, External Flash, USB-C, WiFi
Source on GitHub: esp32/LOLIN_C3_MINI
More info: Website

Installation instructions

Program your board using the esptool.py program, found here.

If you are putting MicroPython on your board for the first time then you should first erase the entire flash using:

esptool.py --chip esp32c3 --port /dev/ttyUSB0 erase_flash

From then on program the firmware starting at address 0x0:

esptool.py --chip esp32c3 --port /dev/ttyUSB0 --baud 460800 write_flash -z 0x0 esp32c3-20220117-v1.18.bin

Firmware

Releases

v1.22.2 (2024-02-22) .bin / [.app-bin] / [.elf] / [.map] / [Release notes] (latest)
v1.22.1 (2024-01-05) .bin / [.app-bin] / [.elf] / [.map] / [Release notes]
v1.22.0 (2023-12-27) .bin / [.app-bin] / [.elf] / [.map] / [Release notes]
v1.21.0 (2023-10-05) .bin / [.app-bin] / [.elf] / [.map] / [Release notes]
v1.20.0 (2023-04-26) .bin / [.elf] / [.map] / [Release notes]
v1.19.1 (2022-06-18) .bin / [.elf] / [.map] / [Release notes]

Preview builds

v1.23.0-preview.334.g9c7f0659e (2024-04-24) .bin / [.app-bin] / [.elf] / [.map]
v1.23.0-preview.332.g49ce7a607 (2024-04-22) .bin / [.app-bin] / [.elf] / [.map]
v1.23.0-preview.325.gf76cf2940 (2024-04-21) .bin / [.app-bin] / [.elf] / [.map]
v1.23.0-preview.324.gd11ca092f (2024-04-17) .bin / [.app-bin] / [.elf] / [.map]
(These are automatic builds of the development branch for the next release)