Page 1 of 1

ESP32-S2 Mini Feather - which version of Micropython?

Posted: Fri Jan 28, 2022 1:31 am
by karltbraun
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.

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

Posted: Wed Feb 02, 2022 9:08 pm
by seonr
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 :)

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

Posted: Wed Feb 09, 2022 3:57 am
by karltbraun
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.