|
Hi!
I was using webServer.py without any problem. One day just have this error:
Traceback (most recent call last):
File "webServer.py", line 14, in <module>
import RPIservo
File "/home/pi/adeept_picar-b/server/RPIservo.py", line 17, in <module>
pwm = Adafruit_PCA9685.PCA9685()
File "/usr/local/lib/python3.7/dist-packages/Adafruit_PCA9685/PCA9685.py", line 75, in __init__
self.set_all_pwm(0, 0)
File "/usr/local/lib/python3.7/dist-packages/Adafruit_PCA9685/PCA9685.py", line 111, in set_all_pwm
self._device.write8(ALL_LED_ON_L, on & 0xFF)
File "/usr/local/lib/python3.7/dist-packages/Adafruit_GPIO/I2C.py", line 114, in write8
self._bus.write_byte_data(self._address, register, value)
File "/usr/local/lib/python3.7/dist-packages/Adafruit_PureIO/smbus.py", line 327, in write_byte_data
self._device.write(data)
TimeoutError: [Errno 110] Connection timed out
Now I just could not solve this, could anyone please help me ?
|
|