-
# Feature Request 🚀
A beautiful feature of Thonny is, that if one prints numeric data to stdout in a structured manner, Thonny creates a live plot of the data being. See [here](https://www.youtube.…
-
I think the inconsistencies in the mpremote command set make it error prone. Commands 'mount' and 'run' default to the local FS, whereas the 'fs' commands default to the remote FS, except for 'fs cp'…
-
This currently break integration with currently activated venv or conda environment:
```
$ python3 -m venv env
$ source env/bin/activate
$ python -m pip install mpremote
$ cd firmware_vex/nucleo/…
-
## Info
- ESP32-WROVER-IE
- ESP32-D0WD-3
- 8 MB PSRAM
- 16 MB SPI
- esp32spiram-20230426-v1.20.0.bin
## Description
I'm using MicroPython `esp32spiram-20220117-v1.18` successfully since s…
-
I have a project which has some HTML assets (.htm, .css, .svg, .jpg, .css, .ico, .png) , and I can't use this extension to upload them to the device as it only shows in the context menu for .py files.…
-
Hi,
Thank you very much for the repo!
I am new to micropython and trying to play with a st7735 display on esp32c3 and set up micropython with mpremtoe enabled,
next I am trying to run some displa…
-
The mpremote help says you can use the following shortcuts:
```
a0 connect to serial port "/dev/ttyACM0"
a1 connect to serial port "/dev/ttyACM1"
a2 connect to ser…
-
I recently published a PyPI package with some ABCs for building `pathlib-Path`-like objects: https://pypi.org/project/pathlib-abc/. You might find it useful in mpremote-path. Feel free to close this i…
-
### Checks
- [X] I agree to follow the MicroPython [Code of Conduct](https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md) to ensure a safe and respectful space for everyone.
- [X…
-
Unsure whether this should be an app, or built-in?
Notionally, this is a straightforward (!) as having an array of network settings in the settings, and swapping them in and out as needed. That's t…