Legion2 / CorsairLightingProtocol

Control LEDs connected to an Arduino with iCUE, create an unofficial Corsair iCUE compatible Arduino LED controller.
Apache License 2.0
509 stars 64 forks source link

PI PICO RP2040 as Lightning Node Core #375

Closed Huzaifa17681 closed 4 months ago

Huzaifa17681 commented 4 months ago

I apologize if this matter has already been addressed elsewhere, but I'd like to quickly ask if I would be able to use the Pi Pico RP2040 as a node core. Would the wiring be the same but with more data pins involved? Additionally, I've noticed people facing memory issues. Should I proceed to get the original Pi Pico RP2040 or the 16MB version?

Legion2 commented 4 months ago

Please have a look at the readme, there is a section on "Create a Lighting Node PRO for a Raspberry Pi Pico with TinyUSB" which explains what you are looking for.

Huzaifa17681 commented 4 months ago

Thanks <<3