-
Controller: PICO/RP2040
Firmware: MicroPython v1.23.0 on 2024-06-02
Screencapture: https://github.com/user-attachments/assets/875d86f2-2c7d-4056-8fe7-77ded17349da
Script:
```
from time import sle…
-
Hi all, I'm Wonil Jang, from the research group S2Lab in UNIST.
We found a heap buffer overflow bug from micropython by our custom tool. The detailed information is as follows.
## Environment
- …
-
Hi,
I have noticed the machine module (machine.ADC class) returns a raw ADC value that is consistently off by about 1000 counts too high. I have noticed this inaccuracy on the Nucleo_H743ZI2 and as…
-
# Description
The UNIX port of MicroPython crashes while attempting to push an object to `asyncio.TaskQueue()` (or the `waiting` member of `asyncio.Event()`. It generally exhibited null-dereference…
-
Hello,
I have passed (lost) many time without success trying to get lvgl and micropython, or lv_micropython working on a CYS (Cheap Yellow Screen), ESP-2432s028, both touch and screen.
And I hav…
-
Good morning,
I tried to compile the ESP32-Counter module, but I get many errors:
```
/home/manuel/micropython/micropython/ports/esp32/dynruntime.mk: file or directory not found
```
Actually in t…
-
I'm getting sometimes persistent crashes on an esp32 running master post v1.13. It happens when closing a just-written file. I'm not sure what to do about it yet, posting here in case others bump into…
-
I am trying to build micropython and flash it to an ESP32C3 board while it seems that there is
no output/REPL on the serial port. I have successfully verified my env by:
```
1. Run the 'hello_wor…
-
## Summary
Planned cross-platform `machine.CAN` driver for Micropython.
## Background
MicroPython currently only has one driver for a CAN bus controller, the [pyb.CAN](https://docs.MicroPytho…
-
I need to add ulab lib in micropython and have executed the following build.sh script. The script is executed successfully and it indicates to run the following command to flash binaries in esp32-c3_u…