
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.
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) …
OLED Library Writer, Clear to end of line - Page 2 - MicroPython Forum ...
Mar 2, 2020 · Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party. Target audience: All users and developers of MicroPython.
micropython-mdns: MDNS with Service Discovery - MicroPython …
Jan 6, 2021 · For the next step of my IR remote project, I required MDNS functionality with Service Discovery. Unfortunately, the ESP32 MicroPython implementation of MDNS only allows querying of …
Cross compiling to arm-linux - MicroPython Forum (Archive)
Apr 9, 2018 · MicroPythonForumThe MicroPython LanguageGeneral Discussion and Questions Cross compiling to arm-linux
time.monotonic () Using Micropython and Circuitpython at the same …
Oct 15, 2021 · Now, I can use MicroPython and CircuitPython at the same time without problems but @hippy says that time.monotonic () implementation returns a 32-bit float value by default there are …
FastLED for MicroPython - MicroPython Forum (Archive)
Jun 12, 2018 · FastLED for MicroPython by ayke » Mon Sep 04, 2017 9:12 pm I've ported over some animations from FastLED to MicroPython, to make animations actually *fast*. The default LED …
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 …
Is Micropython ready for industry? - Page 2 - MicroPython Forum …
Feb 20, 2022 · Re: Is Micropython ready for industry? by mattyt » Sun Feb 20, 2022 7:15 am In general, my opinion is that ST devices are more robust and reliable. Further, the MicroPython port is more …
Confused about micropython's utf-8 encoding - MicroPython Forum …
May 30, 2022 · Re: Confused about micropython's utf-8 encoding by Christian Walther » Sat May 28, 2022 6:54 pm I suspect your source file (the first code block – you don’t show any >>> prompts so I …