View: 1858|Reply: 5

Adeept RaspArm servo issue's

[Copy link]

1

Threads

4

Posts

21

Credits

Newbie

Rank: 1

Credits
21
Post time 2020-1-14 03:14:46 | Show all posts |Read mode
I am having zero luck getting the servo's to debug  on the 4-DOF Robotic Arm kit
I am using a PI 4 with raspbian buster and managed to install rasparm/setup.py and have SSH connection but no matter what i do it will not activate the servo's. i cannot use old version as pi 4 only uses buster ?

Am i missing something ?

Reply

Use magic Report

0

Threads

69

Posts

412

Credits

Website Editor

Rank: 8Rank: 8

Credits
412
Post time 2020-1-14 16:26:47 | Show all posts
pi 4 is fine. You can use SSH to connect to the Raspberry Pi and use the command
sudo python3 rasparm/server/server.py
to run server.py manually. In this way, the servo will automatically return to the original position.
Reply

Use magic Report

1

Threads

4

Posts

21

Credits

Newbie

Rank: 1

Credits
21
 Author| Post time 2020-1-25 22:08:24 | Show all posts
this does not work either. i get this message
#
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
Reply

Use magic Report

1

Threads

4

Posts

21

Credits

Newbie

Rank: 1

Credits
21
 Author| Post time 2020-1-25 22:49:45 | Show all posts
Ok, i traced the error to faulty (loose) green sda wire to iic int module.

will report if i have more issues....
Reply

Use magic Report

2

Threads

4

Posts

23

Credits

Newbie

Rank: 1

Credits
23
Post time 2020-7-21 09:35:38 | Show all posts
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)





Reply

Use magic Report

1

Threads

49

Posts

150

Credits

Registered member

Rank: 2

Credits
150
Post time 2020-7-23 16:21:50 | Show all posts
1595294267 replied at 2020-7-21 09:35 AM
My setup:
1.  driver board installed on v4 raspberry pi. Servo connected to first position nearest  ...

The handle needs to be connected. The reason for the error is that the MPU6050 cannot be initialized and the MPU6050 is in the handle.
Reply

Use magic Report

You have to log in before you can reply Login | Sign Up

Points Rules