I was recently playing with my original LaptopWheels robotic platform, that I had built from some old pine tongue-and-groove shelving, and it got stuck in the carpet in my living room because the motors driving the wheels were too weak. I decided that it was time to rebuild it, better, and to share the build process here.
Remove these ads by
Signing UpStep 1: Gather tools
Wire Strippers
Scissors
Tin Snips
Tape Measure
#1 Philips Screwdriver
#2 Philips Screwdriver
Flat-Blade Screwdriver
Needle-Nose Pliers
X-Acto knife
Sharpie Marker
1/4" Nut Driver
3/8" Nut Driver
Drill, with a full set of bits
Soldering Kit
Metal Saw (Hacksaw, Jigsaw, reciprocating saw, etc.)
Straight-edge
Scrap wood, for sawing jig, and clamps
















































Visit Our Store »
Go Pro Today »




They run at varying RPM's depending on the speed command. I think they max out at about 120 RPM's, if I was just taking a guess. I haven't checked in any accurate way, I just think they may turn two full turns in a second.
At last you have done a great project its really cool.I was thinking that if i had one with me.
Now, if you have a PC with a parallel port (virtually no modern laptop PC's have these, built-in) then you could program the parallel port to control servos directly, but otherwise, you do need a microprocessor.
One thing to keep in mind is that you can use an Atmel ATtiny2313 chip with almost no extra parts, which costs only $2.47 per chip, and you can program this chip with free gnu tools. (http://microcontrollershop.com/product_info.php?products_id=993)
You could make it as simple as taping the chip up-side-down to the top of your servo, and soldering directly to the pins (dead-bugging the chip)
AVR Freaks is an online forum with a lot of great resources for programming those chips, especially with servos.
When I bought chips from that same web site, for shipping here in the USA, the shipping was like $2.
Well, don't get discouraged. Look up "Atmel ATtiny2313" and your country's name, and find a more local online shop.
The USB-to-Parallel adaptors, unfortunately, are much less programmable than an old Parallel port that was controlled by the PC BIOS. They won't work with any of the existing code or tutorials I know of. If you can get a PCMCIA Parallel port card, that can be made to work, though. I've used one of those for some hacky projects before.
To clarify, that is (http://en.wikipedia.org/wiki/D-subminiature) vs (http://en.wikipedia.org/wiki/File:Centronics.jpg) end connector.
So,i install "Generic Printer(Text Only)" and then connect a LED's from pin9,29 and then print a page but nothing happen(sorry i forgot to mention that i have 36pin parallel port and i get pinout connection from "http://hw-server.com/files/lpt/download/piny.html")
I want to build a car which can follow any object. For that i need some thing which you have done above.Since i am fitting nettop in place of laptop as you have done in your projeect and nettop not have any port except USB.(So,no other option other than USB To Parallel port(Please don't ask for any MCU))
I want to control LED'S from USB TO Parallel port because if i can control Led from computer then i can control transistor then relay and almost everything(Like my Car Motor).
As you have done above i also done and found that it has very less power to control LED(or Transistor).
If you don't mind i want to ask one more question
like LPT1 has address Address: 0x378H or in VB Express &H378S
Is there any for USB001 {"http://www.instructables.com/files/deriv/FKA/89HD/GGPETDCS/FKA89HDGGPETDCS.LARGE.jpg}
You can see USB001 port at window titile as "Generic /Text_Only Properties "
I have a laptop with USB port but i have seen a Parallel to USB converter means that i have parallel port in my laptop .Is there any tutorial for it how to control servo from Parallel port and Can you give me the name of the free gnu tool. So that i can download it.
Thanks for all your help.
I almost want to do what you've done here because it just a whole other different aspect from what i've done- definately needs a web cam strapped to it too!
Nice one man
If you do decide to build something like this, I'd like to see it in action.
You can scale down the microprocessor by using the ghetto development tutorial for the $1-2 AVR micros. The web site microcontroller pros got me what I needed for an AVR set up for really cheap; just a DB25 connector, a 20-pin socket, and some ATTiny2313 MCU's at a very low price.
A great place for other parts is goldmine electronics; I got sprockets from there for about $1 each, and lots of other stuff is cheap there. I also would check out your local "Dollar Store" to see if you can use anything from there for materials.
The hardest part to get for cheap, is the motor drivers. Mine cost nearly $20 each in electronics, after shipping, from Mouser.com. I wan't able to come up with any alternate sources for high-current H-Bridges, than building them from scratch. Some people have good luck using off-the-shelf ESC units, but those are more like $50-$100, AFAIK.
Anyway, good luck. Let me know if you decide to build something; I'd love to see it.