-
### Port, board and/or hardware
Adafruit Qt Py SAMD
### MicroPython version
I believe any board with an empty filesystem will exhibit the issue.
### Reproduction
```bash
$mpremote mip …
-
Hi,
I uploaded everything like readme says, but:
`MicroPython v1.22.0-preview.21.g4074f828d.dirty on 2023-10-16; Generic ESP32 module with SPIRAM with ESP32
Type "help()" for more information.…
-
I'm on `MicroPython v1.21.0 on 2023-10-06; PORTENTA with STM32H747`
The following script runs fine when executing it on the board e.g. `mpremote connect id:3871345 run ./examples/demo.py`
```py
w…
-
Hi guys,
this is more ask for help than issue.
I'm trying to setup MPRemoteControlCenter and nowPlayingInfo in my custom "mini-audio" player view which doesn't use LetterboxService but SRGMediaPla…
va1da updated
4 years ago
-
Hi Team,
We have issue while trying to save a MicroPython script on filesystem (FS) to Psoc6 board. The file size is 16384 bytes. Trying to save the same file to same board using Arduino Lab for MP…
-
Hello world :-)
My MicroPython application on ESP32 has internal CLI that user can attach to in order to control device. However this CLI seems to interfere with source code update/upload to device…
-
Typically, I've been linking to the mqtt_as.py file and the corresponding README. However, somebody brought to my attention that these links are no longer valid. I'm assuming this has something to do …
-
### Context
I've been playing with `tarfile` for a few days and yesterday started trying to create my own archives using `tarfile-write` installed via `mip`.
Adding a folder to it works recursivel…
-
Accept `auto` keyword as port in all commands and detect port automatically. This might need to iterate over serial ports and try them one by one.
-
I've just added `freezefs` to my project, and am having problems with `os.sync()` crashing when it's called right after my `freezefs` module is loaded. If I `os.umount()` my `freezefs` module first, I…