-
The UART implementation is always "ready" and thus will loose characters if it cannot keep up.
This can be illustrated by changing the default mode of uBit.display to `DISPLAY_MODE_GREYSCALE`
https://…
-
On the STM32 port in commit 370a8116c4348a849c2dafb2c90fa5ba12b8c5dc OTP memory is used to store the MAC address of the pyboard. I love this! I intend to store a serial number into the OTP area as w…
-
When running the following program which writes to SD card in a timer's callback. The SD card may become corrupt if the file has been closed before the callback has been set to `None`.
I discoverd t…
-
Hi
I get a memory allocation error when trying to upload a file to my ESP8266 mini-D1.
This seems to occur for file larger than 4800 bytes
Host:
- Windows 10
- CPython 3.7.5
- pyserial 3.4
- …
-
Hi! I'm unable to use the Run command. When I execute it, all I get is the following:
```
Checking current script...
Preparing file /Users/Richard/Desktop/ILDS/ILDS/.micropythonrc...
Checking `a…
-
Env:
> Windows 10
> Anaconda 3
> Both NodeMCU ESP8266 And ESP32
> MicroPython latest version
I have a python file named Ultrasonic.py.
And when I do next command:
```
python -m mp.mpfshe…
-
I'm using the most recent version released 2 days ago (0.0.29) on Windows 10 however I get timeouts whenever I try to copy files to my Pico. Here are the commands I have used:
`rshell`
`cd Desktop…
-
Hey,
I am using the orginal PyBoard. When using the Run Command to upload the files it takes about 5-10 seconds per file (so minutes for my project) to upload them. If I copy them using the file ex…
-
The documentation at https://docs.micropython.org/en/latest/pyboard/general.html describes a "filesystem reset" boot mode which can be triggered by holding down the user switch during the power up boo…
-
### Port, board and/or hardware
stm32 port PYBD_SF6 board
### MicroPython version
MicroPython v1.18 on 2022-01-17; PYBD-SF6W with STM32F767IIK
and
MicroPython v1.23.0 on 2024-06-02; PYBD-SF6W w…