Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1.23 KB

README.md

File metadata and controls

22 lines (20 loc) · 1.23 KB

python-LEDSerialController

Controller and GUI for talking with an Arduino running some NeoPixel RGB LEDs or some DotStar RGB LEDs - depending on the arduino code that you're running.

Current development(s)

This is currently split into 2 repositories - one for the Arduino code, and this one for the desktop host software. Arduino code can currently be found here: https://github.com/shadowimmage/Arduino-NeoPixel-Serial

Dependencies and Thanks

Below I'm listing a collection of resources that I've used to help figure out how to implement this project.

CmdMessenger

I've made pretty heavy use of CmdMessenger to facilitate my computer talking over serial - a lot of work was still trial and error, but less that it would have taken, had I had to create my own protocol.

Adafruit

Always helpful/useful.

Others

For inspriation: