-
Hi, i wanted to know if it was possible to use this library with a raspberry pi pico with some tweaks. I've used it with arduino uno so far, and i'd like to use it on a raspberry pi pico aswell, obvio…
-
I was looking for an example which will guide me to report panics to the host PC over USB. I count not find one, so I wrote mine. I know it's not good as I am not a professional developer. Still like …
-
After pulling the newest version of this repo the example "wifi_webrequest.rs" for the pi pico w no longer properly makes the webrequest and fails to make it both as an https and http request. Sadly I…
-
**Describe the bug**
When building this on Ubuntu 24.04 as part of `pico-examples` and targeting `PICO_BOARD=pico2` you get the following warning:
```
FreeRTOS-Kernel/portable/ThirdParty/GCC/RP2350…
lurch updated
3 weeks ago
-
## Panel description
#### Dimensions (in pixels) : 64x32
#### Scan factor: 1/16
## Panel photos
![PXL_20240922_161434436 MP](https://github.com/user-attachments/assets/a2cc5e89-4eda-4cef-b444…
-
Is this on the to-do-list?
-
Hi, I ran into a forum post where you said you had examples of homekit running in micropython and that it worked on the pico pi w? Do you know where those files are?
-
i need it to connect to websocket with pi pico w I get no network module
this is the code i've removed my password ssid
```python
import network
import socket
from time import sleep
import mac…
-
Can you use a raspberry pi and a Pico to play chess instead ?
-
### Port, board and/or hardware
Raspberry Pi Pico
### MicroPython version
MicroPython v1.23.0 on 2024-06-02; Raspberry Pi Pico with RP2040
### Reproduction
```py
import os
def core1_t…