Skip to content

jphays/tcl-firmata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tcl-firmata

Arduino Firmata implementation for TCL (Total Control Lighting RGB LED) light control.

Currently implements a single sysex handler that receives RGB values for the entire strand and updates the lights. The sysex implementation in the Firmata library supplied with Arduino only supports up to 32 bytes per message, which is a bit restrictive. I modified the library to handle up to 255 bytes in the current implementation.

There is a javascript control library at light-control.

TODO:

  • add support for sending developer sheild input values
  • add protocol support for packing color values into 7-bit bytes
  • possible support for multi-message blocks of color and a separate message for rendering

About

Arduino Firmata implementation for TCL light control.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages