-
I'm trying to get started with running rust on my newly purchased rpi pico w ( with wifi support ). Initially when I set everything up and run the blinky example, it did not work. I then ran the micro…
-
As mentioned in previous issue, the macro added into Keypad.h is not working properly with INPUT_PULLUP mode - I made a test with Raspberry Pico W board.
Please update library by removing this sectio…
-
I am getting a build error when I try to make this repo for FreeRTOS and Pico W.
Here is what I am doing, I run under the build directory:
cmake -DPICO_BOARD=pico_w -DWIFI_SSID=abc -DWIFI_PASSWO…
-
The pico-w datasheet doesn't mention that the cyw43 driver utilises one state machine and 22/32 instructions for that PIO ... meaning you have fewer PIO resources should you be using the wireless capa…
-
# Creating a web server on Raspberry Pi Pico W using Pico SDK and lwIP
It's super fast!
[https://krzmaz.com/2022-08-15-creating-a-web-server-on-raspberry-pi-pico-w-using-pico-sdk-and-lwip/](https://…
-
Hi guys,
I have comipled the examples/rp successfully and got the ELF binaries. To run the examples on raspberry pico(w) board, they must be converted to UF2 file format. For now , I have to do it ma…
-
### The problem
Trying to download the install manually or installing via usb or wireless provides this error message:
Most likely a config issue with the docker container, but I have been unabl…
-
Hello,
I have the two problem:
1. If I use bool before or after the Ethernet.begin(mac) ,will make Ethernet.begin(mac) stuck.but if bool's name first word is lowercase w~z Ethernet.begin(mac) will …
-
Setup:
Linux (GENTOO, Linux kernel 6.10.2)
kitty 0.35.2
zsh 5.9
picocom 3.1
Raspberry Pie Pico W
Zeptoforth 1.7.0
Setting up the Pico W:
Using Zeptoforth 1.7.0 big full usb uf2 to flash the …
-
### 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…