What to do with your SERB?
- (here) - How to connect your SERB to the internet and drive it over a Skype video call.
- (here) - How to Control Your SERB Using a Wii nunchuck's accelerometers
- (here) - How to Add Obstacle Detecting Whiskers to Your Robot
- (here) - How to make 30 kits (Open Manufacturing)
- Fully programmable using an Arduino Duemilanove micro-controller (or another micro-controller of your choosing).
- No need to solder.
- Choice of cutting options for acrylic pieces. (scroll saw, access to a laser cutter, purchasing pre-cut pieces)
- Easily expandable and modifiable with extra bolt holes and included breadboard.
- Dual ball bearing rear wheel.
- Up and running in 1-2 hours. (from kit)
- Open source design (build as many as you like)
In the UK and like Arduino stuff? check out our newly opened web store oomlout.co.uk
A quick video of a completed Arduino controlled servo robot - (SERB) running the included test program (step 6)
Note: Source files are available on a parallel Instructable (Source Files For) - How to Make an Arduino Controlled Servo Robot - (SERB)
Remove these ads by
Signing UpStep 1: Parts & Tools
Parts List:
A bundle containing all hardware items can be purchased at oomlout.com's store ( here ) ($120)
Nuts and Bolts:
- 3mm x 15mm bolt (x20)
- 3mm x 10mm bolt (x12)
- 3mm nut (x34)
- 3mm washer (x12)
- 8mm x 25mm bolt (x2)
- 8mm nut (x2)
- Skate Bearings (x2) ( VXB ) (these are standard skate bearings so they can be salvaged from a pair of roller-blades or a skateboard)
- Large O-ring (4.5" ID 3/16" Bead Dash #349) (x2) ( McMaster-Carr Product #9452K407 )
- Small O-ring (3/4" ID 3/16" Bead Dash #314) (x1) ( McMaster-Carr Product #9452K387 )
- Arduino Duemilanove (x1) ( Maker Shed )
- Continuous Rotation Servo (x2) ( Parallax )
- 400 Contact Breadboard (x1) ( All Electronics) )
- Quad AA Battery Box (x1) ( All Electronics )
- 9V Battery Clip (x1) ( All Electronics )
- 2.1 mm Plug (x1) ( All Electronics )
- 3 pin header (x2) ( All Electronics )
- A-B USB Cable - Printer Style (x1) ( All Electronics ) (not included in kit)
- AA Battery (x4) (not included in kit)
- 9v Battery (x1) (not included in kit)
(all wire is 22 AWG solid I purchase mine through McMaster-Carr )
- 15 cm Purple (x2)
- 15 cm Black (x1)
- 5 cm Black (x2)
- 5 cm Red (x2)
- Screwdriver (x1) (Philips)
- Needle-nose Pliers (x1)













































Visit Our Store »
Go Pro Today »




"You need to use a finer nib!
The cutting lines and/or vector engraving lines in your .eps file are thicker than we can handle. (We’ve highlighted the problem area(s) in your design here.) Please reduce all cutting and/or vector engraving lines to a thickness of 0.01mm then try again. "
Does anyone have the ability to fix this problem? Can you reupload the correct file to this Instructable please?
http://www.robotthoughts.com/lego/2000/07/line-rollowing-robot/
Just a matter of knowing how to program it, what sensors it'll use, and how to control it. (remote, autonomous, etc.)
Or, do you need the servo to only rotate just 90-degrees? Simple enough, simply divide the values sent to the servo in 1/2. instead of 0-90-180, only go 45-90-135 (arduino style.)
Question: Is there any where else to buy the complete Arduino servo controlled robot kit (SERB) besdies Maker Shed? They are currently out of stock ot that kit and I would like to purchase of these robots. I don't know when Maker Shed will have any kits back in stock.
BEAM robots are good fun to play with.
An arduino does the same kind of thing as a PIC but is a little different. Sorry for being so vague. I recommend checking out the Arduino web-site ( http://www.arduino.cc ), for all the details.
In terms of getting a PIC to do all the arduino projects the short answer is yes. However it is slightly more technical in you have all sorts of decisions to make (different boards, programming languages compilers etc etc.). (some people really enjoy this). Choosing an Arduino takes care of those details.
I hope you have fun in your electronics persual, and if you have any more questions (or would like me to answer your original ones better) feel free to send me a message.
Regards;
Stuart McFarlan
Good luck in your
i also sprung for a motor controller shield ( im planing on building a tank.)
but yes you do have to learn to program the arduino ( check this out for a bit more info)
i have downloaded the programing utility and have started looking at the examples, trying to get my head around it, so far it seems to be ok.
luke :D