protocol icon indicating copy to clipboard operation
protocol copied to clipboard

Adding neopixel protocol proposal

Open graysonarts opened this issue 10 years ago • 2 comments

This is related to the issue that I created over on firmata/arduino for adding LED strip support to firmata: issues#167

graysonarts avatar Dec 06 '14 19:12 graysonarts

I'd prefer if the protocol could be generalized so it could work with any LED strip rather than specifically for the NeoPixel. So this would be the LED strip protocol. Your NeoPixel implementation for configurable firmata would then be a NeoPixel specific implementation of the LED strip protocol. If the protocol however must be specific to the NeoPixel then I'd prefer this be added as an example rather than part of the official protocol since I'm trying to avoid device-specific implementations.

soundanalogous avatar Dec 06 '14 22:12 soundanalogous

Updated the reflect the rename. I needed to change the configuration slightly since WS2812s and WS2801s have slightly different requirements for configuration, so I've added a "strip specific configuration" section to the initialization wrapper.

graysonarts avatar Dec 06 '14 22:12 graysonarts