-
This bug was here for 1 year, however I thought that it could be solved before the official release, but now I see that maybe this was never reported before.
So, if you use LILYGO LORA devices with…
-
The command `mpremote soft-reset` fails since commit 413a69b94b92d1ae1cdd132e41d460259d22b9b8
```
$ mpremote soft-reset
Connected to MicroPython at /dev/ttyUSB0
Use Ctrl-] to exit this shell
>
…
-
I am in the process of writing a replacement file manger for an ESP32 running MicroPython. The new file manager will be cross platform but for the time being I am working on getting it up and running …
-
![image](https://github.com/DavesCodeMusings/mpremote-vscode/assets/76462385/5084fffd-2ff5-4361-bd32-397a40071f09)
Error running command mpremote.refreshSerialPorts: command 'mpremote.refreshSeri…
-
I was trying out mpr as a better mpremote and was wanting to copy a directory from local to remote recursively.
I am running in a windows command prompt and have a virtual env with mpr installed:
…
-
Setup:
- Python 3.11 installed system wide, without any additional modules
- A virtual environment (c:/Users/Zeus/OneDrive/Documenten/Projecten/Python/Virtual Environment/MicroPython) containing a.o…
-
When I installed the `copy` package via mip (on attached host PC, not running on the device), the dependecy `types` was not installed.
To Reproduce:
Raspberry Pi Pico running v1.20.0
PC running…
-
I downloaded the firmware from [the official release](https://micropython.org/download/NUCLEO_H743ZI2/), both a few nightly releases and the stable 1.20 version. None of these could get me a REPL in t…
-
Uploading multiple .py files using Thonny and the newest Micropython firmware v1.20.0-475-g174bb28d8 on 2023-09-14; Arduino Nano ESP32 with ESP32S3 is not stable. Often the files end up being corrupt …
-
Hi,
On my setup running `mpremote a0 setrtc` seems to only make the watch instantly reboot so I'm looking for straightforward ways to set the actual time automatically after a flash.
Do you have…