
By Ryan Slaugh

In this video I will show you the steps to building your own robot and talk a little about the programming it to move. I wanted to create a robotics platform that allowed me to modify things anytime I needed to. I also wanted to build it with parts that I had around my shop already.
Combining these two goals, I came up with the Hack-Bot. Once complete, you can mix, match, change, and experiment all you want with the platform.
Please check out the video and click here for two Arduino sketch files I created for the project. The schematic is below.
See the full series here.
14 thoughts on “Projects With Ryan Slaugh: Hack-Bot”
Comments are closed.
Would Make Magazine ever get into the business of selling kits for these projects? Because When I see these type of projects all my head’s thinking is “SHUT UP AND TAKE MY MONEY” but in India there is no Radio Shack or Best Buy to keep me supplied. So please make it Make. Please
These need to be continuous rotation servos, correct? Did you modify normal servos or purchase some set up that way already?
The motors and PIR sensors were powered via the separate 9V battery and voltage regulator. Is this because you can’t get enough current through the Arduino? The ground to those components goes back to the negative battery terminal, correct? (not the Arduino ground)
Yes, they are continuous rotation servos. The only modification was to drill some of the mounting holes on the servo gear head to a larger size in order to get the screws to tap correctly.
Yes, I powered the motors and sensors from a 9V battery because the Arduino cant supply enough current – especially for the servos. The Arduino actually has an onboard regulator that provides 5V for its power, derived from Vin. This could be used to power the PIRs, as they only take around 3-4mA each.
All the grounds: negative terminal of battery, grounds of motors, grounds of sensors, AND Arduino ground are connected together.
Thanks!
Is it a possibility to get a parts list? Also, would it be possible to give me a step by step for all of the wiring, and possibly some code to use as a launch pad?
Dennis,
The electronics parts list:
2 continuous rotation servos from Parallax
4 PIR sensors from Parallax
1 Arduino Mega
2 LM7805 voltage regulators
Jumper wires
9V battery connector
9V battery
Breadboard space
The mechanical parts are shown in the video (foam core, tuna fish cans, etc) but can be modified to match what you have on hand.
The schematic should show all the connections for wiring. Do you have any specific questions?
The link for the code is in the description of the video.
Thanks!
Thanks
Where is the range sensor in the schematic? Is it included in your programming since it is in the video?