https://github.com/technologyman00/neopixel_python-socket-control
https://github.com/technologyman00/neopixel_python-socket-control
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/technologyman00/neopixel_python-socket-control
- Owner: Technologyman00
- Created: 2016-08-11T21:00:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-11T21:14:33.000Z (almost 10 years ago)
- Last Synced: 2025-02-13T10:47:32.902Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)