1xAddressable MultiTool Shield for Uno
Use this shield to drive various types of addressable LED strip and pixel chain. Switch between WS2811, WS2801, LDP-8606, and HL-1606 with a single command.
Our shield handles the timing of the various signals to drive the addressable strip with RGB data. In addition to sending raw arrays of data, there are built-in animations and effects for chases and gradients, created with a single line of code and offloaded to the PIC on the active shield.
Number of Addressable Strip Headers: 1
Input Voltage: 5V
Output Power Rating: Maximum 100W ???
I2C Address: Selectable from 0x50 to 0x5F with dip switches
I2C Macros: Our active LED shields include intelligent macros to offload color gradients, chases and other animations. While our library for Arduino makes it easy to call these routines with a single line of code, the I2C can be called directly from other devices such as RPi.
PUT IN THE GRADIENT AND COMET MACROS BELOW…
Macro Name | I2C Address | I2C Command | I2C Parameters* |
---|---|---|---|
Jump to Color | set by dip | 0x21 | Header,R,G,B |
Fade to Color | set by dip | 0x22 | Header,R,G,B,Speed |
Auto Fade between Colors | set by dip | 0x23 | Header,R1,G1,B1,R2,G2,B2,Speed |
Auto Jump between Colors | set by dip | 0x24 | Header,R1,G1,B1,R2,G2,B2,Speed |
Auto Fade between Random Colors | set by dip | 0x25 | Header,Speed |
Important Notes:
Be sure to size your input power supply accordingly for the length of addressable strip.