S2 pico

Vendor: Wemos
Features: Display, External Flash, External RAM, JST-SH, USB-C, WiFi
Source on GitHub: esp32/LOLIN_S2_PICO
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 esp32s2 --port /dev/ttyACM0 erase_flash

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

esptool.py --chip esp32s2 --port /dev/ttyACM0 write_flash -z 0x1000 board-20210902-v1.17.bin

Firmware

Releases

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

Preview builds

v1.23.0-preview.313.gc3e37d1fa (2024-03-28) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map]
v1.23.0-preview.312.g628a37e6c (2024-03-28) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map]
v1.23.0-preview.298.gdb1b5df16 (2024-03-28) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map]
v1.23.0-preview.297.g35e8d184b (2024-03-27) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map]
(These are automatic builds of the development branch for the next release)