An open API service indexing awesome lists of open source software.

https://github.com/technologyman00/neopixel_python-socket-control


https://github.com/technologyman00/neopixel_python-socket-control

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Neopixel Controlled by Python Socket Server on RaspberryPi

Hi! This is a project for My FRC team where we have a Neopixel Light Controlled by a RPI that runs a Python Socket Server to get the Commands on what Color to output this is used because the RPI does not have a I2C Slave Driver and PWM input isnt perfect. So we use a Socket Server on the RPI to recieve info from the Client on the Driverstation using the open ports allowed on the Field system or the FMS.

You should use the Release Folder if you plan on using this program

** Note: Takes time to connect usually is not instant which is why the Client Loops Trys. **

The Old-Version Folder is for the Progress of the Program (May or Maynot be Stable)