Arduino Nano Matter
The library does not seem to work with the Arduino Nano Matter
Until this library gets updated, it looks like there is core specific support via ezWS2812 as of the 2.2.0 release: https://github.com/SiliconLabs/arduino/issues/56 https://github.com/SiliconLabs/arduino/releases/tag/2.2.0
Examples are here: https://github.com/SiliconLabs/arduino/tree/main/libraries/ezWS2812/examples
It looks like it relies on using the SPI peripheral so would be limited to the SPI pin MOSI:
https://docs.arduino.cc/tutorials/nano-matter/user-manual/#pinout
Until this library gets updated, it looks like there is core specific support via ezWS2812 as of the 2.2.0 release: https://github.com/SiliconLabs/arduino/issues/56 https://github.com/SiliconLabs/arduino/releases/tag/2.2.0
Examples are here: https://github.com/SiliconLabs/arduino/tree/main/libraries/ezWS2812/examples
It looks like it relies on using the SPI peripheral so would be limited to the SPI pin
MOSI: https://docs.arduino.cc/tutorials/nano-matter/user-manual/#pinout
Yes, I did end up using that library, but as you already mentioned, it has drawbacks. I ended up adapting it for RGBW though, so that it works with my project.
RGBW is exactly what I was looking for. Is the adoption something you are willing to share? Anders.
I have created a library with some basic functions, support for any basically any serial LED Type and ability to limit Power Consumption via Software.
https://github.com/JakobGlieder/ShiftLED
Please note that it also only works with the SPI Pin
RGBW is exactly what I was looking for. Is the adoption something you are willing to share? Anders.
Sure! Here is the RGBW-Version of the library:
https://github.com/tiziano149/ezSK6812
Big thanks!
PR's welcome bumps are not - we don't own this board and have no plans to write the bitbang code required.