Wednesday, January 19, 2011

Hacking the OWI 535 Robotic Arm Edge 5 axis

I have started compiling information on ways to extend the OWI 535 Robot Arm. The general idea is not to turn the arm into anything unreasonable, just to get the most learning possible out of a nice, accessible kit.

So whats the todo list?

1) USB interface - Easy there are two commercial one availible which takes the effort out of it. Otherwise you can hack in a pic interface if you are keen.

Solution (3)
RAI-Pro USB interface kit
http://www.imagesco.com/robotics/owi-535.html#usbinterface

OWI USB Interface kit
http://www.robotcombat.com/products/0-OWIX0525.html



2) Position sensing - Currently there is no useful position control built into the system ( or the commercial usb interface) So the arm drifts pretty badly when its under any load or the batteries start to fade... or really anytime.

Partial solution
http://www.instructables.com/id/Modifications-to-Robot-Arm-for-Opto-Coupler-Feedba/

3) Power system - Replace the batteries with some more reasonable power source to drive the motors at a more consistent rate.

Solution (?)

4) Better software Interface - Having the ability to code against a standard dll wrapper around the driver would be more useful than the current black box software. There is a driver "elanusb.sys" but I am still trying to work out how to interface with it.

The other option is to write a new USB driver for the system. Once I remember to look at the USB IO chip on the USB interface board I will hopefully be able to figure out what is capabilities are and hack up a driver for it. Should be fairly simple as there are only 5 axis and one light so it should be fairly much on/off for each axis with forward and backward, plus the light on/off. So I estimate there are about 12 commands possible. That's assuming the timing logic is not encoded into the IO chip; which seems unlikely.

Solution (?)


Resources
http://www.owirobot.com/

http://filmmania.ru/video/index.php?key=OWI-535

Another group of hackers on the same path
https://agora.cs.illinois.edu/display/cs125wiki/OWIRoboticArm

Data Sheet for the Main Elan USB chip (EM78M612DDMJ) here
http://pdf1.alldatasheet.com/datasheet-pdf/view/113363/EMC/EM78M612DDM.html

2 comments: