You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a loop, set each pixel to a random RGB color via CAN bus
Set an RGB pixel to a specified color
This will set a specific pixel to an RGB color
CAN bus message:
CAN protocol:
CAN ID (pick an ID)
message byte 0: LED index, starting with zero.
byte 1: red color (0-255)
byte 2: green color(0-255)
byte 3: blue color (0-255)
Order of LEDs:
Set a left or right alert via CAN bus
This will set the entire left or right array to a specific color. Left array has 5 LEDs, right array has 5 LEDs
CAN protocol:
CAN ID (pick an ID)
byte 0: array index (0= left, 1 = right)
byte 1: red color (0-255)
byte 2: green color(0-255)
byte 3: blue color (0-255)
The text was updated successfully, but these errors were encountered:
Need arduino example for RGB bolt on:
hello world demo code
In a loop, set each pixel to a random RGB color via CAN bus
Set an RGB pixel to a specified color
This will set a specific pixel to an RGB color
CAN bus message:
CAN protocol:
CAN ID (pick an ID)
message byte 0: LED index, starting with zero.
byte 1: red color (0-255)
byte 2: green color(0-255)
byte 3: blue color (0-255)
Order of LEDs:
Set a left or right alert via CAN bus
This will set the entire left or right array to a specific color. Left array has 5 LEDs, right array has 5 LEDs
CAN protocol:
CAN ID (pick an ID)
byte 0: array index (0= left, 1 = right)
byte 1: red color (0-255)
byte 2: green color(0-255)
byte 3: blue color (0-255)
The text was updated successfully, but these errors were encountered: