-
### Port, board and/or hardware
Raspberry Pi Pico W with RP2040
### MicroPython version
MicroPython v1.23.0 on 2024-06-02;
### Reproduction
1. Copy code from GitHub gist to new file: https://…
-
I just received my PIco and started looking through the install / setup documentation and can't seem to find anything on these extra parts that came with my kit.
Two pin header w/ jumper - where d…
-
I have a Fedora Linux system running PlatformIO and I'm testing a build against a Raspberry Pi Pico W. I just ran the same job 16 times and sometimes the upload fails and sometimes it succeeds:
```…
znmeb updated
1 month ago
-
**Describe the bug**
A raspberry pi Zero in HID gadget mode cannot wake host computer.
**To reproduce**
Enable `dwc2` driver and reboot:
```sh
echo "dtoverlay=dwc2" | sudo tee -a /boot/confi…
-
# Setup Project Management and CI/CD Environment
## User Story
As a development team, we want to set up GitHub Projects and GitHub Actions so that we can track issues and automate testing of pul…
-
Thanks again for putting this repo together!
I was wondering: since some of the development happening here is somewhat related to the efforts happening on JupyterLite: do you think the [jupyterlite…
-
I am trying to use a Pico W as a webserver.
I am running the following standard sample code:
```python
import network
import socket
import time
ssid = 'xxxx'
password = 'xxxx'
wlan …
-
Hey, firstly thanks for this project and your work on it. Its great!
I spent several hours trying to get a few simple hello world programs built for two devices, the pico-w and the esp32-s3
I w…
-
when i try to run this code:
import time, machine
import aht
# Example SCL pin and SDA pin for WEMOS D1 mini Lite
i2c = machine.I2C(1,scl=machine.Pin(22), sda=machine.Pin(21))
sensor = aht.AH…
-
I try to run the blink example on rpi pico with default board lead on pin 25.
but led not blink on pico.
Anyone have any suggestion, whats going wrong there.
Thanks for the support.