Skip to content

basic python/js server for sending RGB values to serial port to control NeoPixel LEDs

Notifications You must be signed in to change notification settings

johnty/colorServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

colorServer

basic python server for providing an UI to send RGB values to serial port to control NeoPixel LEDs.

arduino_code.ino contains an adapted version of some NeoPixel example code that drives a hardcoded 30 LED strip, but can be easily modified. (also, one in every 4 LEDs are hardcoded to blue in this example)

designed for use on a raspberry pi and a teensy LC, which has a 5V output on pin 17. can use any 5V arduino as well, or even 3.3V device if you like to live dangerously as the TTL high of 3.3V often will drive the NeoPixels fine.

used for indoor hydroponic rack:

About

basic python/js server for sending RGB values to serial port to control NeoPixel LEDs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published