|
I keep getting this error message whenever I try to manually run webServer.py any advice would be appreciated.
pi@Robot1:~ $ sudo killall python3
pi@Robot1:~ $ sudo python3 adeept_darkpaw/server/webServer.py
mpu6050 connected
mpu6050 is connected and related functions are available.
loop
loop
Traceback (most recent call last):
File "adeept_darkpaw/server/webServer.py", line 27, in <module>
import app
File "/home/pi/adeept_darkpaw/server/app.py", line 8, in <module>
from camera_opencv import Camera
File "/home/pi/adeept_darkpaw/server/camera_opencv.py", line 14, in <module>
light = robotLight.RobotLight()
File "/home/pi/adeept_darkpaw/server/robotLight.py", line 38, in __init__
self.strip.begin()
File "/usr/local/lib/python3.7/dist-packages/rpi_ws281x/rpi_ws281x.py", line 130, in begin
raise RuntimeError('ws2811_init failed with code {0} ({1})'.format(resp, str_resp))
RuntimeError: ws2811_init failed with code -3 (Hardware revision is not supported)
|
|