You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
John, every time I go to run the check_lights_wiring file I get this error message. "Key Error: 'WS2801'. I have checked the soldering connections to my LED's and I am sure they are correct. However, it does not seem that the RasPi is communicated with the lights. Any ideas as to solving this?
The text was updated successfully, but these errors were encountered:
CJGoush, I ran into the same error last night. I'm not a raspberry pi or python expert by any stretch of the imagination, but I did manage to figure out the pi was having trouble with the SPI bus. I had the SPI enabled per John's instructions but, perhaps due to different variants of the pi OS, I found I needed to install python SPI wrapper to make it work. Once I installed the SPI wrapper the check_lights_wiring started working. The steps I used are below and the link I found it is at the bottom.
Step 3 – Install Python SPI Wrapper
In order to read data from the SPI bus in Python we need some additional libraries. These may already be installed but you can check using :
John, every time I go to run the check_lights_wiring file I get this error message. "Key Error: 'WS2801'. I have checked the soldering connections to my LED's and I am sure they are correct. However, it does not seem that the RasPi is communicated with the lights. Any ideas as to solving this?
The text was updated successfully, but these errors were encountered: