Skip to content

Flicker Lights is a project made up of software for playing back a music synchronized light show, creating a light show, and also a base station for streaming the show to NRF24 nodes with LED strips

cwoodall/flicker-lights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flicker Lights

dependencies

  • protobuf (proto2)
  • python-protobuf
  • nanopb (a light-weight c version of protobuf)

Sub Modules

Making Google Protobuf Files

The following command will make the appropriate nanopb (C) and python files for using the protobuf:

$ ./scripts/make_proto.sh

This requires you call it from within the Flicker Lights git directory and also have nanopb on your system somewhere so it can access the nanopb generator plugin. This is specified by NANOPB_DIR which defaults to $HOME/src/nanopb, but could be anywhere.

About

Flicker Lights is a project made up of software for playing back a music synchronized light show, creating a light show, and also a base station for streaming the show to NRF24 nodes with LED strips

Resources

Stars

Watchers

Forks

Packages

No packages published