-
| Answer some general questions first | |
|:------------------------------------------------------------------- |:------: |
| Are you my GitHub sponsor? | no |
| Did…
-
**Describe the bug**
I have attempted to build Zephyr within Kali Linux on an x64-based architecture as well as a Debian Raspberry Pi 5 OS as well as Windows x64. I have attempted to build the bli…
-
Setting `WL_GPIO 2` to `Low` beforehand improves the behaviour of Pico W.
```diff
cyw43_arch_init();
+ cyw43_arch_gpio_put(2, 0);
```
CYW43439's `WL_GPIO 2` is connected to the **VBUS**…
oyama updated
6 months ago
-
Hello
I've observed very slow display update for 14-segement backpack (https://www.adafruit.com/product/1910) controlled by raspberry pi pico W (using latest circuit python uf2)
According to th…
-
I'm interested in using the Pico W in an IoT-style with a low framerate video and various sensors. I'm thinking about using the CircuitPython PICO_SPI_CAM https://github.com/ArduCAM/PICO_SPI_CAM/issue…
-
Using latest urequests with Pico W and finding that extra response headers are being appended to the res.text attribute which results in the data not being able to be parsed as JSON.
```
import ur…
-
I've used both picosleep on a non-w pico for awhile now, works great! But I'm running into an issue with the pico w. If you start up the wifi:
```
wlan = network.WLAN(network.STA_IF)
wlan.active(T…
-
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 …
-
Hi there, running an i75 + Pico W combo. Developed a script only to have it crash randomly after a few hours every time. Upon debugging, found an ever increasing RAM usage when updating the display. T…
-
### Phase 1 - Make this stuff work
* [x] - port the Badger W `badger_os.py` back to regular Badger
* [x] - port the Badger W `badger2040w.py` to `badger2040.py`
* [ ] - figure out if much we can …