
Problems with ESP32-s3 - MicroPython Forum (Archive)
Feb 5, 2022 · I am still struggling with micropython on esp32-s3. I was able to get it run from source nut endure crashes in regards to memory.
STM32 + FreeRTOS + MicroPython, how? - MicroPython Forum (Archive)
Jul 11, 2022 · STM32 + FreeRTOS + MicroPython, how? Discussion and questions about boards that can run MicroPython but don't have a dedicated forum. Target audience: Everyone interested in …
micropython can't convert int object to str implicitly - MicroPython ...
Feb 23, 2022 · micropython can't convert int object to str implicitly by michelinok » Wed Feb 23, 2022 6:44 pm Hi! I'm quite new to MP and I'm converting my code that run on a raspberry to MP.
Re-import module? - Page 3 - MicroPython Forum (Archive)
Dec 17, 2015 · Re-import module? General discussions and questions abound development of code with MicroPython that is not hardware specific. Target audience: MicroPython Users.
compile micropython with ST7735 driver - MicroPython Forum (Archive)
Aug 28, 2021 · Hello, im trying to make a project with RPI pico and ST7735 tft, and using micropython display driver is to slow.
SSD1306 Refresh / skipping interrupts? - MicroPython Forum (Archive)
Jul 16, 2020 · On the plus side, a MicroPython display driver class which subclasses the built-in framebuf class, can be quite simple because it inherits the framebuf's fast graphics primitives. If the …
Cross compiling to arm-linux - MicroPython Forum (Archive)
Apr 9, 2018 · MicroPythonForumThe MicroPython LanguageGeneral Discussion and Questions Cross compiling to arm-linux
MicroPython version 1.12 released - MicroPython Forum (Archive)
Dec 23, 2019 · Re: MicroPython version 1.12 released by seonr » Mon Dec 23, 2019 4:58 am Congratulations on the release, and a big thanks to all that contributed to the impressive feature set …
SDCard () Instantiation Error on Soft Reboot: SPI bus already ...
Jul 23, 2022 · We're having trouble with microSD card access with MicroPython versions 1.16 through 1.19 on two different revisions of a single-board PCB based on the ESP32-WROVER-B (SPI RAM) …
Console logging ( write a file for debug/analysis) - MicroPython Forum ...
Jul 28, 2021 · Hi all, I was searching here and in the web too what options could I have to debug a wrover E module that run some threads and asyncio coroutines, but sometimes stop on those when …