-
Hi,
Im just a hobbyist trying to get the library to work on my pico using the Arduino ide..
I had no issues using the library version 2.3.70
I followed the instructions set in the github ti…
-
is it possible to use luckfox pico ultra which has the wifi module integrated, so that after launching goldhen it connects to the internet through luckfox as it is done through Raspberry?
https://w…
-
Reproducible on 1.20 and latest nightly build (as of today)
Attempting to set up the Wifi module on core1 fails at the line ap.active(True) below which hangs. Code works fine on core0
Guarding code …
-
I'm using a raspberry Pi Pico W. I uploaded the necessary drivers to the rp and connected the wires like the instructions said on setup_examples/ili9488_ws_pico_res_touch_pico.py. Everything compiles …
-
### 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
1. Connect to a BLE peripheral usin…
-
It will not connect when i plug it in.
-
After pulling the latest version this morning, I discovered a problem that config['gateway'] is not set. I am running on a Pi Pico W, and get the following error when starting up:
Traceback (most …
-
My build defines `PICO_PANIC_FUNCTION=sys_panic`. With that definition, building **panic.c** fails.
````
[ 27%] Building C object CMakeFiles/bbcbasic.dir/home/pi/pico/pico-sdk/src/rp2_common/pico_…
-
On Raspberry Pi Pico W, sockets are broken when started in a thread.
Here is a minimal broken code, hanging on socket `accept` (at best 1st call works):
```
from machine import I2C, Pin
import net…
-