ESP32-S2 Mini Feather - which version of Micropython?

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
karltbraun
Posts: 7
Joined: Thu Jan 06, 2022 4:15 am

ESP32-S2 Mini Feather - which version of Micropython?

Post by karltbraun » Fri Jan 28, 2022 1:31 am

I'm a little distressed to find so many version of the ESP32-S2 with the name "Feather". I guess that's more of a board profile than a model name. Anyway, I have this board I got from Adafruit and it is the ESP32-S2-mini-1 board. Does anyone know which of the ESP32-S2 versions of Micropython I should be using?
  • ESP32-S2 from Espressif
    ESP32 from Espressif
    Feather S2 from Unexpected Maker
None of these boards look exactly like my board.

seonr
Posts: 43
Joined: Mon Sep 10, 2018 6:54 am

Re: ESP32-S2 Mini Feather - which version of Micropython?

Post by seonr » Wed Feb 02, 2022 9:08 pm

The S2 Mini from Wemos is the one you wan for that board.
https://micropython.org/download/LOLIN_S2_MINI

MicroPython is usually not matched to a specific board, but rather to a version of the MCU chip on a board, unlike CircuitPython which is firmware built specific for each board.

The exception here is my boards... that I generally make specific MicrooPython firmware versions for - FeatherS2 as an example :)

karltbraun
Posts: 7
Joined: Thu Jan 06, 2022 4:15 am

Re: ESP32-S2 Mini Feather - which version of Micropython?

Post by karltbraun » Wed Feb 09, 2022 3:57 am

Thanks for the reply. Apologies in advance for what might be a dumb question: is your feather board the same as what Adafruit's Huzzah? I'm having trouble keeping the various ESP32-S2 boards separate in my head. Most of the pictures I find don't match my board (I have some with the BME280 and some without), but most of the layouts I find don't match my boards.

Post Reply