Page 1 of 1

Espressif announces ESP32-S2

Posted: Tue May 21, 2019 11:37 pm
by mcauser

Re: Espressif announces ESP32-S2

Posted: Mon Mar 09, 2020 6:49 pm
by nickovs
Is anyone aware of any development work to port MicroPython to the ESP32-S2? There seem to be some significant differences, like having one CPU core instead of two, and USB OTG support, both of which might need a reasonable amount of work. It has less RAM and internal EEPROM but the fact that it appears to be able to keep the WiFi connection up while only consuming 24uA, and have a fast wake-up from a 5uA deep sleep would be very useful. Is anyone currently working on this?

Re: Espressif announces ESP32-S2

Posted: Mon Mar 09, 2020 8:51 pm
by mcauser
@seonr aka Unexpected Maker is making a ESP32-S2 ProS2 dev board. That's the hardware side covered. Not sure about software side.
https://youtu.be/EHSgbwd0Blk

Re: Espressif announces ESP32-S2

Posted: Tue Mar 10, 2020 12:08 am
by tannewt
Espressif is planning on using TinyUSB in the ESP-IDF for the -S2 (https://github.com/hathach/tinyusb/pull/282) so adding basic support should be easier in MicroPython (which uses TinyUSB for SAMD and nRF) and CircuitPython (which uses TinyUSB for most ports.)