Esp32 s3 box Support? #10391
-
Howdy. And happy new year. Wondering if any of the esp32 s3 boxes will receive support from MicroPython? https://www.espressif.com/en/news/ESP32-S3-BOX_video It seems like Circuit Python supports it so maybe that helps? https://circuitpython.org/board/espressif_esp32s3_box_lite/ The boxes look like they'd be great for those looking to avoid soldering but want a nice presentable device. Was planning on buy and test for a project, so just trying to see what the future might look like for them. I'll likely try one using circuit python soon. If you think it's helpful I could share my experience/details back here... Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
You can use the GENERIC_S3_SPIRAM_OCT board; it'll run fine on the ESP32-S3-Box. It's equivalent to the CircuitPython firmware. |
Beta Was this translation helpful? Give feedback.
-
Howdy! I'm wondering if there is a suggested video driver for the ESP32-S3-Box? I have not quite gotten a reliable way to write to the ESP32-S3-Box screen, having tried a few repos. |
Beta Was this translation helpful? Give feedback.
You can use the GENERIC_S3_SPIRAM_OCT board; it'll run fine on the ESP32-S3-Box. It's equivalent to the CircuitPython firmware.