-
We had reports on our repo that users were having issues with their Pico W locking up: https://github.com/pimoroni/pimoroni-pico/issues/392
I can recreate this issue (using an M1 Macbook Air) with …
-
Hello.
I'm using `RPico` with MicroPython version `1.19.1`. I'm using the ready MicroPython firmware from the the download page: https://micropython.org/resources/firmware/rp2-pico-20220618-v1.19.1…
-
In the Makefile there is `MICROPY_USE_FATFS` but in `mpconfigport.h `there it is `#ifdef W60X_USE_FATFS`.
I assume both should denote the same. It feels natural to change the mpconfigport-notion? Is …
-
Can you consider to build a ulab firmware for ESP32 and ESP32-S3?
The boards I have are:
ESP32_DevkitC_V4
ESP32-S3-DevkitM-1 v1.0
I'm following the directions to do this myself as well, but I …
-
The following statements on REPL:
b = bytearray(1024)
print(b)
cause the board to fall into bootloader mode. The statement `print(b)` or just 'b' must eventually repeated a few times. Sometimes…
-
Hello!
Congratulations for the great project.
I would like to know if you have intention to support secure WebSocket (use SSL over WebSocket) on the Microdot.
Thank you.
-
I have flashed MicroPython to a Raspberry Pi Pico. I am am able to complete the flash process fine, but the device won't show in Windows Explorer, and I want to install modules, as well as a new code.…
ghost updated
2 years ago
-
Uses `from mpremote import pyboard` - see screenshot:
To list available serial ports, see [here](https://stackoverflow.com/a/49176245)
Should preferably be a solution where a `serial.write` send…
-
I use WINDOWS 10 and ESP32
```
python.exe mpremote.py connect port:COM8 cp file1.py :
timeout 2
python.exe mpremote.py connect port:COM8 cp file2.py :
timeout 2
python.exe mpremote.py connect p…
-
Hi I was wondering whether it is possible to store the mem_info in a txt file