We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello Sunfounder,
I am getting following error. Could you please help me on this?
Thanks.
pi@raspberrypi:~/Sunfounder_Smart_Video_Car_Kit_for_RaspberryPi/server $ python cali_server.py offset_x = 11 offset_y = 0 offset = 0 turning0 = True turning1 = True [Errno 121] Remote I/O error
Your Pi Rivision is: 3 Module B I2C bus number is: 1 Checking I2C device: Commands "ls /dev/i2c-1" output: /dev/i2c-1 I2C device setup OK Your PCA9685 address is set to 0x40 i2cdetect output: 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: 40 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: 70 -- -- -- -- -- -- -- Conneceted i2c device: 0x40 0x70 Wierd, I2C device is connected. Try to run the program again. If the problem's still, email the error message to [email protected] pi@raspberrypi:~/Sunfounder_Smart_Video_Car_Kit_for_RaspberryPi/server $
The text was updated successfully, but these errors were encountered:
Solved. It was power problem.
Sorry, something went wrong.
How did the error resolve, please elaborate!
@Kishwar can you explain a little bit more ?
No branches or pull requests
Hello Sunfounder,
I am getting following error. Could you please help me on this?
Thanks.
pi@raspberrypi:~/Sunfounder_Smart_Video_Car_Kit_for_RaspberryPi/server $ python cali_server.py
offset_x = 11
offset_y = 0
offset = 0
turning0 = True
turning1 = True
[Errno 121] Remote I/O error
Your Pi Rivision is: 3 Module B
I2C bus number is: 1
Checking I2C device:
Commands "ls /dev/i2c-1" output:
/dev/i2c-1
I2C device setup OK
Your PCA9685 address is set to 0x40
i2cdetect output:
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: 40 -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: 70 -- -- -- -- -- -- --
Conneceted i2c device:
0x40
0x70
Wierd, I2C device is connected. Try to run the program again. If the problem's still, email the error message to [email protected]
pi@raspberrypi:~/Sunfounder_Smart_Video_Car_Kit_for_RaspberryPi/server $
The text was updated successfully, but these errors were encountered: