Skip to content

wheeler/lightsuit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

lightsuit

Arduino for driving and controlling a custom LED lightsuit.

The suit has two Arduino units, a Leonardo which drives the LEDs and a mini which drives the OLED-based user interface. They talk serial to each other. This is repository is two Arduino Projects, one set of code for each Arduino.

suit_driver is the code to drive the LEDs. All the programming which controls the visuals is here. It is written for Leonardo (which has some different pins & has two serial ports, one hardware and one software).

requires Adafruit_PWMServoDriver library

suit_interface is the code to run the oled / rotary encoder interface Arduino.

requires Adafruit_GFX and Adafruit_SSD1306 libraries

Light Suit

About

Arduino for driving and controlling a custom LED lightsuit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%