-
First of all, thanks a lot for this awesome project !
Since v1.22.1 on RP2040, I have strange behavior with certain mpremote fs commands like touch, cp or rm. They hang when a task is executed on t…
-
I am adapting [this project](https://github.com/Josverl/mpremote_config/blob/master/config.py) to add extra custom scripts. I wish to have `config.py` located on my server. The obvious way, a symlink …
-
Hi,
i noticed a behaviour with mpremote that doesn't seem right. I try to copy the content of a complete folder to the board. But instead of putting the folder content in the root of the device it…
-
After using mpremote to install ubeacon on my esp32, I am trying to run the scan_async.py example on the board. When the module is imported, I am getting this peculiar error.
I can check the file…
-
device:Wemos Lolin C3 Mini with ESP32-C3FH4
```
E:\adafruit-circuitpython-bundle-8.x-mpy-20230807\lib\adafruit_ble\__init__.mpy (3409 bytes)
PROBLEM IN THONNY'S BACK-END: Exception while handl…
-
I have recently adopted my µPIDE Micropython IDE to use pyboard.py for remote communication. I soon noticed that transfers from the device to the host are 5 times slower under Windows 10 than under Li…
-
Sending a Ctrl-D to the MicroPython REPL to initiate a soft reset and then immediately issuing a Ctrl-C causes the entire filesystem to be erased on the Raspberry Pi Pico board. This issue was observe…
-
uuPyLoader (0.1.3) fails to connect to boards with an ESP32-S2, in my case:
- LilyGO TTGO T8 ESP32-S2
- Wemos S2 mini ESP32-S2
No problems with loading firmware (with esptool.py).
The first boar…
-
Testing was done on an RP2 with recent firmware.This line
```python
here = Path(__file__).parent.absolute()
```
fails because `__here__` does not exist. I have verified that MP supports `__file__`…
-
Hi, I just discovered this extension and it's pretty great. I'm hoping it will be a huge improvement over Pymakr.
I might be missing something or haven't figured out the best workflow yet. However,…