|
Edited by 1595294267 at 2020-7-22 05:52 AM
My setup:
1. driver board installed on v4 raspberry pi. Servo connected to first position nearest to the battery connector. Battery connected to driver board. Nothing else connected.
2. all software installed as instructed in Manual-Adeept_RaspArm.pdf. I did the automatic setup installation but had servo problem so I also did the manual install except I did not do the "Add the RPi Car program to auto-start" section because I have a RaspArm not a car.
After powerup, the servo never moved. I tried other servos but they did not move either.
I tried the command: sudo python3 rasparm/server/server.py
but I got the same error as user 1578942552.
Here's what my session looked like:
root@raspberrypi:/home/pi# sudo python3 rasparm/server/server.py
Traceback (most recent call last):
File "rasparm/server/server.py", line 28, in <module>
sensor = mpu6050(0x68)
File "/usr/local/lib/python3.7/dist-packages/mpu6050/mpu6050.py", line 60, in __init__
self.bus.write_byte_data(self.address, self.PWR_MGMT_1, 0x00)
OSError: [Errno 121] Remote I/O error
I also tried: sudo python3 rasparm/server/server_beta.py but I got the same error no servo movement.
I started a new thread in case this one is no longer being seen:
Servos Not Returning to Neutral Position - RaspArmhttps://www.adeept.com/forum/forum.php?mod=viewthread&tid=279&fromuid=3682
(出处: Adeept)
|
|