-
Running the current code errors our with `ImportError: No module named 'typing'`. This is a result of using the MicroPython library which doesn't include the `typing` module by default. The easiest wa…
-
High... Excellent tool ... Have a couple of issues... When running the ESP32 with a program, in many cases it is difficult to interrupt the process for new update of python code by using "ctr alt ]". …
-
Not an issue, but a discussion starter.
This is a _remarkable_ contribution, not least for the excellent documentation which I am sure took a lot of time and effort. Thank you!
I have just acqui…
-
i built a firmware for ESP32 GENERIC S3 (ESP32-S3-xiao seeed studio)
python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 DISPLAY=ili9488 INDEV=xpt2046
by using this command.
bin…
-
Consistent and repeatable... ValueError: incompatible .mpy file results on module import. Installing MicroPython Asyncio from Thonny Package Manager Successful, But import of uasyncio module fails? …
-
Thanks @miguelgrinberg for this fantastic library. I have lost count of how many times I have recommended it in the MicroPython forums and Discord!
The MicroPython project has recently implemented …
-
On occasion my application stops sending output to the console. Pressing Enter on the PC causes stalled output to appear. The application continues to run while the output is stalled.
Trivial test …
-
Hello @peterhinch
I'm using `micro-gui` with the `ssd1306` mono display (`128 x 64`) with three buttons, but the `micro-gui` is showing in all demos a strange symbol (like as a trash) on the top r…
-
Right now, the built-in readline implementation ([`shared/readline/readline.c`](https://github.com/micropython/micropython/blob/master/shared/readline/readline.c)) does not support CTRL-L, which is a …
-
In micropython with Thonny IDE
Is it possible to import modules from a computer disk during test / debugging, but not from flash?
Example ==> in subdirectory /toto you have a file foo.py
Code
…