-
First off, thanks for this awesome project! This project has really gone a long way and looks very promising.
USB works fine, full 16 universes no problemo. However, when using the W5500 branch fro…
-
Hi,
if I compile it with PICO_BOARD=pico, I'm getting the following error:
Fatal error: lwip/tcp.h: No such file or directory
The code should be compatible with the Pico too, not only with th…
-
https://www.raspberrypi.com/products/raspberry-pi-pico-2/
-
How does one go about connecting a keyboard to this board for use with this project? USB? PS/2?
It looks like people are doing it but I'm not finding anywhere in the issues and/or readme.md (main i…
-
When try to restart or shutting down PS4, PS4 goes black out. Then press power and complete hard disk error... It's now common problem of luckfox pico.. pls fix it...
-
the luckfox pico plus keeps shutting down my ps4 its not jailbreaking it at all i have followed every step and its still not working is there something i am doing wrong because it works when i jailbre…
-
I'm trying to get set up with the Arduino Nano RP2040 Connect board, but can't get the blinky example to work. I've tested that the Arduino IDE can program its own blinky example (so the board/LED de…
-
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 …
-
First of all, kudos for the project.
I have a device exposing two UARTS and I connect both the serials to the PICO.
I noticed that if I open a serial session (I use `screen` on macOS) to one UART …
-
When using high ADC pin numbers, you now need to init `ADC(machine.Pin(29))` instead of `ADC(29)`, for example.
As per: https://forums.pimoroni.com/t/pico-lipo-not-reading-battery-voltage/25060/
…