Peter Harper
Peter Harper
The led is connected to a cyw43 gpio because there are no spare gpio pins.
Depends on https://github.com/raspberrypi/pico-sdk/pull/2436
Yes, looks like some bitrot. Try adding the following... ``` #define xstr(s) str(s) #define str(s) #s ``` Maybe we should use pico_configure_ip4_address. What performance do you get with the non-freertos...
All it's doing is adding quotes. So you can set IPERF_SERVER_IP=1.2.3.4 rather than IPERF_SERVER_IP=\\"1.2.3.4\\"
I think you need a delay after setting a ws2812 led (50us?). I'm not sure I like the idea of the API doing this. So setting the led color while...
Yes, it needs a rebuild. This version seems to work for me [nuke_universal.zip](https://github.com/user-attachments/files/24126660/nuke_universal.zip)
@Louis31423142 As discussed, could you test this and make sure it works? I'll add some wiring diagrams and a readme before submitting. Thanks.
> Many of my pico projects store a "config" structure in the last 4k page of the flash. I assume you mean btstack. Yes, it would be good to have...
I misread your comment. Be aware that picotool uses the last page on RP2350 to workaround errata RP2350-E10. And btstack uses the last two sectors (on rp2040) or the two...