-
### Discussed in https://github.com/orgs/micropython/discussions/11532
Originally posted by **villeneuve** May 17, 2023
Hi!
With latest 1.20 (also tested with today nightly build) pressing Ct…
-
The example code from https://github.com/raspberrypi/pico-examples/blob/master/pico_w/wifi/access_point/picow_access_point.c#L293 shows the default IP address for the DHCP server is 192.168.4.1. When …
-
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…
-
Hi there!
Was testing this library with the new Pico W, but I keep getting an error: "AssertionError: b'HTTP/1.1 400 BAD REQUEST'". It looks like the Micropython library had this issue and was fixe…
-
There is a slight leakage from the Pico W to the VBUS when running on battery power, exceeding the USB's **vSafe0V** by 0.8V, and sometimes the host PC-side USB controller may not supply power to the …
oyama updated
6 months ago
-
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 …
-
**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…
-
| Answer some general questions first | |
|:------------------------------------------------------------------- |:------: |
| Are you my GitHub sponsor? | no |
| Did…
-
Hi, I'm trying to compile pico-rmii-ethernet When I try and build it I get the following CMake error:
```
[proc] Executing command: C:\dev\apps\CMake\bin\cmake -DCMAKE_BUILD_TYPE:STRING=Debug -DCM…
-
Hey, I am new to this type of work and was wondering if there is a framework for Pimoroni Pico W and lab. I need it for my project and am unsure as to how to do it since I am unfamiliar with C.
Tha…