-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble Getting ws281x LEDs to Work with Code #47
Comments
in config.json, it should have... |
in the log, you should see: |
in the airport file, it needs to be lower case "ws2801" |
Are you running as root? Ie. sudo python3 controller.py |
I am logged in as sudo su in the terminal before I launch script using python3 “script name.pay” |
I wired up a 382 Neo-Pixel Sectional of the lower 48 states. The check config script runs and is pulling the METARS from all airports, and can run the test neopixel script and get 382 LEDSs to cycle through RGB and then color wheel. When the check light wiring or controller script is ran the LEDs do not respond, but the scripts seem to be running fine. Have tried modifying the config file “mode”: ws281x, and added “gpio_pin”: board.D18. I even tried hard coding board.D18 in the renderers script. Any ideas? Thank you
The text was updated successfully, but these errors were encountered: