Asked
— Edited

is it possible to move (9V~12V) servos?
I have really cool high quality servos.. but its difficult
regards
is it possible to move (9V~12V) servos?
I have really cool high quality servos.. but its difficult
regards
This page: https://forum.poppy-project.org/t/review-of-small-humanoid-robots/1834/2
provided an english datasheet pdf which is for the software only... hmm
I found this: https://github.com/galatasarayuniversity/libkondo4/blob/master/ics.c
which is cleaner than another i found
I looked at their software utility and there's a DLL in the installation folder that looks interesting...
I'm exploring the DLL from the utility and i seem to have received a string of bytes to move a servo to a position. I imagine this is might be what we need to implement serial communication from the EZ-B UART.
I obviously can't test this: https://synthiam.com/redirect/legacy?table=plugin&id=171
@Smarty,
If you get success with DJ's plugin it will be the best option.
BUT
Before that, can you do a few more tests. I would like to find the culprit
and the steps below will help to understand if the behavior is random or not.
Please follow these steps:
Feedback:
Good Luck.
@ptp
very interesting!
the results from point 1 - 9: the servo ist moving! only on port D0
If I conntect 5x servos from D0-D5 only D0 is moving! (from point 1-9)
from point 9-12 the servo ist not moving!
first I have to start the Realtime Update Modus and select the correct port.. after this I connect the servo to the port and it moves.
interesting, too: the EZB works now on this ports as long as the EZB is ON. all activated ports via Realtime Update Modus I can use. It doesnt matter how often I change the ports "in port edit mode"..one time activated.. the whole time activated.
important.. first activate, then connect the servo cable. this does not apply to D0, D0 needs only Step (1-9) to move.
@DJ Sures
thanks for your help and app. but I dont know.. how I can use it.. tired
Smarty,
Regarding DJ's implementation you need:
Download and install the Kondo Plugin.
Create a new project
Add the Kondo plugin
Connect the Kondo servo (serial configuration mode) to port D5
Power on EZB, Connect ARC to EZB
Add a servo control, select V0 port.
Move up & down check if the servo moves.