Live Robot Hack Session
DJ Sures
Synthiam

Robot as puppet to control another robot by reading servo positions

When:
Duration:
29 people have subscribed to this event

In this hack, I'll be showing how to control a robot with another robot as a puppet by reading servo positions. Connecting a wire from the servo's potentiometer to an ADC input on an EZB.


ARC Pro

Upgrade to ARC Pro

Your robot can be more than a simple automated machine with the power of ARC Pro!

PRO
Canada
#2  

Nice Puppet work!  Love to see this across long distance locations.  Example your JD in Alberta controlling my JD in Ontario.  OK JD may not be the right robot to use but a robot ARM picking up an item on earth replicated by a second robot arm picking up the same item on the moon could provide a unique control mechanism, especially when we scale this up between host and destination robot ARMS  (Control with small robot arm say 30cm, using a large robot ARM say 300cm). Shame I can't watch this one live as I have a schedule conflict.

PRO
Synthiam
#3  

Thanks for the idea :)

ARC uses tcp, so any place on earth with an internet connection would work without modification. Simply type in the IP address of the robot in ARC.

Its only 8 lines of code to!

#4  

Ooh....    Waldo using EZ-B's.  Mount servos on your shoulders, arm and hands, control remote robot arm.  Combine with the AR viewer integration to the camera......  Another new project I will never have the time for :)

Alan

PRO
Synthiam
#5  

Alan, time to make time :D

PRO
USA
#6   — Edited

I like the idea of using the Synthiam with Ardurino mega with more ports for this concept. I got alot of great ideas for a slave system. Way to go DJ. Be here Friday.

PRO
Synthiam
#7  

How many adc ports does the mega have?

i do have something new to unveil on Friday which adds more ports

PRO
USA
#8   — Edited

...oh really....(raises eyebrow)...i think there is 14 on the mega?

PRO
USA
#9   — Edited

Quote:

i think there is 14 on the mega?
16

Some combinations: mcp3008 (SPI 8 ADC Ports)  plus an arduino, you can combine multiple, each circuit requires a slave signal: https://www.adafruit.com/product/856

ADS1015 (I2C 4 ADC Ports) you can use 4 (different addresses) per I2C bus. you can add an I2C multiplex (8 x ):   https://www.adafruit.com/product/2717 than you can have 8 x 4 x 4 = 128 ports:) I used two of ADS1015 with a Raspberry PI, it's an I2C device maybe you can connect directly to the EZB. https://www.adafruit.com/product/1083

if you have size constrains or/and wire allergies an atmel mega in a small pcb https://www.amazon.com/RobotDyn-ATmega2560-16AU-Compatible-Bootloader-pinheaders/dp/B071SG3TLV

PRO
USA
#10  

Thanks for the info Ptp!

PRO
USA
#11   — Edited

Piggy backing off the stream, I started looking to other options for a small onboard computers and found this. It uses intel processors (not Atom), but it is more expensive than the AtomicPI, but packs alot of power for the money / trade off. All in the form factor of the PI. There are a few other flavors now too and one coming up on kickstarter.

There are some great reviews on youtube. The original is just called the Up Board. Then they have Up Squared and so on..each more expensive the previous one. Crazy to have a full computer the size of credit card available for embedded robotics.

https://up-board.org/

PRO
USA
#12  

@DJ they have Atomic Pi back in stock. I'm going to get a couple to play with. Do you want me to get and ship one to you?

PRO
Synthiam
#13  

We reached out to the manufacturer and they have a few on the way :)

PRO
USA
#14  

Nice! Glad to see they are shipping to other places NOT in the states!

PRO
USA
#15   — Edited

I just got mine...

It seems they were designed for the Kuri robot:

https://industrialbid.com/m/lot-details/index/catalog/1604/lot/285151/2000---High-Speed-PCBAs?uact=5&aid=1604&lid=285151&current_page=0

Updating ubuntu and moving forward. It's a very interesting board for Robotics, has an IMU, Arduino Nano.

Enjoy while they last....

PRO
USA
#16   — Edited

...yup just got mine today. I saw that article that they were designed for the Kuri robot.  They had 4 GB ram in those robots these top out at 2GB only :(

PRO
Canada
#17  

Finally back home and watched the replay.  WOW this is so cool thanks DJ.  This is going to help me a lot in future projects.  Love it!

PRO
Synthiam
#18  

Appreciate the suggestion and feedback! Keep’m coming :)

#19  

Wait, so that means the EZ-B has the capability of connecting to an Arduino?