neopixel/WS2812 driver #429
Replies: 4 comments 2 replies
-
@rozek Wow, It's amazing! Using SPI for high-frequency signals is good idea! 👍 Thank you for sharing your work. Actually we are preparing a neopixel driver based on RP2040's PIO (Programmable I/O). Current version of Kaluma do not support PIO, so we are working on it first. Lastly, I just let you know that when you create a project on the Kaluma web, it can be imported by Thank you. |
Beta Was this translation helpful? Give feedback.
-
Here is a PIO-based neopixel library. |
Beta Was this translation helpful? Give feedback.
-
That's definitely the better approach! However, I can't access your driver (although I already flashed firmware beta.7) - instead, I get the following error message
|
Beta Was this translation helpful? Give feedback.
-
@rozek Did you add a dependency to To use a third-party module:
|
Beta Was this translation helpful? Give feedback.
-
Hello!
Yesterday, I started using Kaluma on a RasPi Pico - and am really impressed by its performance!
Surprisingly, I could not find any driver for Neopixel or WS2812 LED Stripes and matrices - so I just made my own. You may find it on GitHub - use it in any way you like, it's MIT licensed.
Perhaps, if I'll find some more spare time, I'll also document the project I realized with that driver: s.th. like a "lava lamp" but with more colors and LEDs, of course. Thanks to RasPi Pico and Kaluma, everything worked (and works) like a charm.
Keep on with that good work!
With greetings from Germany,
Andreas Rozek
Beta Was this translation helpful? Give feedback.
All reactions