Adafruit_NeoPixel icon indicating copy to clipboard operation
Adafruit_NeoPixel copied to clipboard

Arduino Nano Matter

Open JakobGlieder opened this issue 1 year ago • 13 comments

The library does not seem to work with the Arduino Nano Matter

JakobGlieder avatar Jul 01 '24 07:07 JakobGlieder

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

caternuson avatar Feb 11 '25 15:02 caternuson

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.

tiziano149 avatar Feb 11 '25 17:02 tiziano149

RGBW is exactly what I was looking for. Is the adoption something you are willing to share? Anders.

acsandst avatar Feb 11 '25 17:02 acsandst

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

JakobGlieder avatar Feb 11 '25 21:02 JakobGlieder

Please note that it also only works with the SPI Pin

JakobGlieder avatar Feb 11 '25 21:02 JakobGlieder

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

tiziano149 avatar Feb 12 '25 15:02 tiziano149

Big thanks!

acsandst avatar Mar 02 '25 10:03 acsandst

PR's welcome bumps are not - we don't own this board and have no plans to write the bitbang code required.

ladyada avatar May 03 '25 17:05 ladyada