Tuesday, December 27, 2011

Cookie Monster


It only took forever, but I was finally able to update the cookie monster project at RobotBox.net. For some reason the site decided to frown upon my text entries and photo uploads.

This little robot I plan to use to desktop experiments and as a portable robot for education use and show and tell events. He was cheap to make. Quick to make. Easy to carry places and cute!! :-)

Monday, December 19, 2011

Servo POWER!


Powering more then 2-3 servos on a robot can became a rather large pain in the side. I've never addressed the concern for powering several servos at once before with out either burning out a voltage regulator or just using batteries in the proper range for the servos.

With my new robot David, a small humanoid, about the size of a toddler, I needed to power 6 servos from a 12 source. David's power is going to be a 12volt SLA rechargeable battery, but for now is is powered by a plug in Ac-DC source. Originally I designed a power system with a 12 volt regulator (7812) to provide power to a (7805) 5 volt regulator for logic circuits and a (7806) 6 volt regulator for the servo power. I soon found my design was flawed in several ways as all of my regulators were getting hot and in certain circumstance they would go into thermal shutdown and stop working.

I really wanted to create a power system that was simple, cheap and would provide all of David's power needs from a single power source. His power needs include Basic Stamp IIe, a mini Serial Servo Controller II board, (6) standard servos, a laser tag gun, several sensors for motion and object detection, (2) 12V dc drive motors and PWM control boards for the DC motors. When Davids motors are running, the amperage demands can really add up.

Through discussions on the TRCY.org Yahoo Messageboards, several members contributed ideas to my issues which lead me to discover a few things.

1.) I needed to get rid of the 7812 12volt regulator, as it was rated for 1 amp, it was doing none of the other systems any good.

2.) I was mistakenly powering the mini Serial Servo Controller II board from the 7805 5volt source. The documentation states the logic power needs to be 7-15 volts as the board has it's own regulator.

3.) I had no heatsink or supporting filtering caps on the 7805, I added a heatsink and a 10uf cap on the input side of the 7805 regulator.

4.) The 7806 was doing me no good as the servos did not need that much power. I replaced the 7806 with an interesting setup for dual 7805 regulators wired in parallel, with heatsinks and 2 filtering 220uf caps and a filtering 100nf cap.

5.) The 12volt dc motors and PWM control boards get their power from 12 volt power source, not through a 7812 regulator like I was trying to use.

6.) Large diodes like the 1N4001 can help drop the input voltage down going into 7805 regulators by as much as a volt for each diode used. When you consider ever volt over what the regulator requires is often wasted as heat, diodes can come in very handy.

This method so far is working well for me. I did find it hard to find good reference sources for powering more than 2-3 servos from anything other than directly from a battery source rated for the needs of the servos. So I wanted to share what I learned from my experience.

Heatsinks are a MUST! Caps help a lot! Discussing your designs problems in a group like TRCY is a wonderful resource!

As an added note, a couple of good suggestions that the discussion in the TRCY group offered were to use a premade 1.5 amp regulator board: http://www.wrighthobbies.net/catalog/product_info.php?cPath=28&products_id=146, as suggested by Eddy Wright of http://www.wrighthobbies.net

And another interesting idea I might try in the future is to use an individual 7805 regulator for each servo. This prevents an overdraw of current and will help reduce heat. My dual setup works for, but considering how cheap 7805 regulators can be when purchased in bulk, it's an interesting design idea submitted by "David" AKA robots42

Another product I came across that looks promising is a 10w Adjustable Switching Regulator designed to fit in the space a of 78xx series regulator: http://www.robotshop.com/dimension-engineering-de-swadj-1.html

P.S. I want to thank HVLabs for posting their circuit design online, which is where I got the idea for my modified dual 7805 regulator setup. See the original circuit here: http://www.hvlabs.com/serservo.html

Christmas Came Early


So my wife and I are really terrible at waiting to give gifts, so we had our Christmas gift exchange last Sunday. My wife got me some really awesome robot related goodies!

I got some much needed new books, as you can see "The Power of Your Subconscious Mind", which I previously recommended as a good A.I. related book. I got "Hardware Interfacing with RobotBASIC", because I really want to learn more about this free software package called RobotBASIC. I got "Arduino + Android Projects for the Evil Genius" because my wife and I both have Android 2.2 tablets and I'd like to see if they can be used for robotics and while I dont have an Ardunino yet, this book might inspire me to get one.

My wife also got me some new wire ties, cause I use the heck out of wire ties! A nice new set of wire jumpers for bread boarding, a much needed new set of wire cutters with really comfortable grips and a Parallax Propeller Servo Controller USB.

Another interesting book I just got and is not pictured, is "Growing Up with Lucy, How to Build an Android in Twenty Easy Steps", by Steve Grand. I'm looking forward to reading this and learning more about Steve's ideas and theories.

Can't wait to read all my books and play with my new toys.