-
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.
-
Simply powering up the WizFi360-EVB-Pico and monitoring it with mpremote shows that the board comes pre-loaded with a simple P.O.S.T.
It emits the following about once a second -
```
AT+CIPSTAMAC…
-
If I connect to my pico device and mount my project directory (in Windows 10), I get an `ImportError: no module named '...'` when trying to import a file that is inside a `lib` subfolder. However, if…
-
### Port, board and/or hardware
rp2 port, PICO and WeACTStudio boards
### MicroPython version
MicroPython v1.24.0-preview.39.g411d66586c on 2024-06-18; WeAct Studio RP2040 with RP2040
(current mas…
-
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…
-
Once #41 is ready, it should be rather easy to implement project import:
- [x] Define a simple `package.json` structure. This can be inspired/adapted from mip, node.js, PlatformIO etc.
- [x] Impleme…
-
### Port, board and/or hardware
Raspberry Pi Pico
### MicroPython version
MicroPython v1.23.0 ,RPI_PICO-20240602-v1.23.0
### Reproduction
def configure_adc_sample_rate(self, sample_rate):
…
-
I followed the instructions in the install section, but when I try to run cpshell I get the following...
```
seon@seon-m2-max-studio cp-shell % cpshell
No module named 'cpshell.commands'
Traceba…
-
### Port, board and/or hardware
Raspberry Pi Pico W
### MicroPython version
MicroPython v1.23.0 on 2024-06-02; Raspberry Pi Pico W with RP2040
### Reproduction
```
import network
im…
-
### Description
MicroPython ESP32_LoBo_v3.1.0 - 2017-01-03 on WROVER with ESP32
Type "help()" for more information.
>>> import machine
>>> import network
>>> import time
>>> import upip
>>> u…