Wemos/Lolin S2 Mini w/ESP32-S2, D1 Mini pin compatible #12926
Replies: 4 comments 27 replies
-
I think ESP32-S2 are a great stuff for CircuitPython because CircuitPython mount the internal flash as a mass storage and you can easily edit or drop *.py file directly. |
Beta Was this translation helpful? Give feedback.
-
S2 Arduino has a bug with flash read/write which makes LittleFS to fail. See espressif/arduino-esp32#5550 |
Beta Was this translation helpful? Give feedback.
-
The ESP32-S2 wemos board do not have a usb-serial converter on board! For flashing the chip USB port is used. Flashing is not possible without some (inter)action. I do not like this with a dev board. Imho a cheap design. |
Beta Was this translation helpful? Give feedback.
-
We do not disagree. But for a development board i want the easiest way to program. |
Beta Was this translation helpful? Give feedback.
-
I ordered the $4 Wemos/Lolin S2 Mini to give it a try with [pre-loaded] MicroPython. I'll build & test Tasmota using the ESP32-S2 board definition.
More on this board at the wemos.cc wiki & the CNX Software writeup.
Beta Was this translation helpful? Give feedback.
All reactions