-
Notifications
You must be signed in to change notification settings - Fork 0
Standalone RoboRio Testing with the Tethered Rover
We have a lot of students who want to learn robot code development, and only a couple of existing FRC robots to work with. Some teams, especially rookies, don't even have that. We follow the good advice of building a robot control system laid out on a piece of plywood (we call ours Plyboy), but even this is expensive if you're setting up the entire FRC control system with a RoboRio, a PDP, VRM, access point, motor controllers, etc.
Fortunately it is possible to do simple robot code and training work using only a bare RoboRio and a few other inexpensive parts. This page describes our "Tethered Rover" development and experimentation platform, which uses low-powered continuous-rotation micro servos to stand in for PWM-controlled motors, gearboxes, and motor controllers! We power it off a 12V wall supply which means no batteries or chargers to deal with.
- RoboRio - from AndyMark
- 12V, 2A or greater power supply - This $14.99 one from Amazon includes a mating barrel connector with screw terminals which is convenient.
- A standard USB A-B cable
- Four continuous-rotation 9g micro servos - $6.57CAD ea from RobotShop
- Four micro servo wheels - $1.83CAD ea from RobotShop
- (optional) Four PWM extension cables - such as these 24" ones from RobotShop
- 18 gauge stranded wire
- Material for a rover chassis, such as Lexan, acrylic, plywood - ours is Lexan approx. 3"x5"
- Double sided foam tape or adhesive Velcro
- We used a barrel connector with screw terminals that mates with the 12V power supply we acquired (from Princess Auto). We cut two short (about 3") lengths of red and black 18 gauge stranded wire, and attached them from the barrel connector to the plug-in power supply connector from the RoboRio. Use a multimeter and verify the polarity before powering up the RoboRio!
Other teams have done similar work with bare RoboRios. (insert CD reference)