OFR (Object Following Robot)
I have been having this idea in my mind for awhile. Now I want to get it out and put it on the drawing board.
OFR is a robot that follows a specific infared siginal around and around where ever it goes!
I'll give updates on my progress
I have made an infared emmiter from some parts and it emmits a 38kHz. This will be what the robot will follow.
I have planned out the circut board that emmits a 38 kHz signal.

Also I have it designed in a PCB form.

The 7805 voltage regulator turn 9V to 5V enough for the chip to handle.
22k and the 10k varrible resistor helps the capacitor charge at different speeds.
The 74AC14 is an inverter chip.
th capacitor charges about 38,000 times per second and transfer it to the infared LED which generates a 38kHz signal
I'm waiting for my PICAXE kit to arrive.
in the meantime i'm having trouble solving how it's head is going to find, lock on, and follow the infared beam.
if anyone has an idea, feal free to tell me :)
Thanks to Chris the Carpenter, I decided to use the Pololu beacon transceiver.
I have recievied my PICAXE and instead of the pololu dual serial motor controller, I used the solarbotics L298 motor driver. I hooked it up to 2 motors and to the PICAXE. The PICAXE gives signals to the L298 motor driver and it drives themotors. Also indicating the direction through fashionable LEDs.=)

This is what I have so far.
I just finished the emmiter circut on a perf board.

Close uo of the components:

The Infared LED Looks great at 56kHz

I finally finished the robot after many program problems.

yes the body is a puzzle calender. I stumbled upon it and thought it was really good!
This is in the engine. The PICAXE is wired to the motor driver really badly. I couldn't find good connectors, usually the soder would break and the wire would come off.
That is the Pololu Infared Beacon sitting at the top of some lego sticks.








@ Mon, 2008-09-01 13:41
Very nice!!! I´m trying to
Very nice!!! I´m trying to find a good solution for a follower bot too!
Does the Polulu IR work well on sunday light??
@ Wed, 2008-09-03 00:06
Sunday light? What exactly
@ Wed, 2008-09-03 00:53
i mean, outdoors... on the
sunday" .. i apologize :D@ Sun, 2008-08-31 20:15
c'mon
I can't get over how you could have come up with a better solution for a body....
Awsome though
@ Sat, 2008-08-30 11:08
Nice!! First follower I have
@ Fri, 2008-08-29 11:55
picture position
You've posted the adress to the pictures on your harddrive. So nobody outside your house can see those pictures.
Try uploading them to an online picture service like Flickr or Picasa, then we can all see.
/ vzz-clck-"Maneuver"
@ Fri, 2008-08-29 00:01
Hey - .BMP does not scale as
@ Mon, 2008-08-11 00:02
Yes and Yes. Have you read
@ Mon, 2008-08-11 17:53
Yeah I've read it too and
Yeah I've read it too and thought it was really good too :-). Amazing how much you learn from reading his two books "Robot Building for Beginners" and "Intermediate Robot Building". I recommend them to everyone!
Regarding ExpressPCB I think you'd be better off using the standard symbols for components instead of copying David's beginner-friendly way of showing components. Generally a schematic should not be coupled to specific packages of components (for instance you're using a TO220 package for you voltage regulator in your schematic and a 14-pin DIP for the inverters) - this coupling should only be done when laying out the PCB. ExpressPCB already has lots of built in symbols for all the components you use in your schematic. If you adhere to standards it will make it easier for others to read and help out with problems and so on :-)
@ Fri, 2008-08-08 09:23
Nice, you wouldn't happen to
Nice, you wouldn't happen to have read "Intermediate Robot Building" by David Cook, would you? That emitter circuit looks just like the one David does in his book. :-)
Although this emitter circuit is definitely working, it takes a bit of adjusting the trimpot to get it close to 38KHz. An easier way would be to drive the 38KHz signal directly from a PWM-pin on a microcontroller. This way you can easily get it very close to 38KHz.
Is that ExpressPCB you're using for designing?
Keep up the good work!
- Jimmy