In the intermediate projects section, we built a very basic robot, just so you could get used to the idea. Now, we can update that robot with more advanced sensors, better motors, and a stronger body for increased functionality and performance. We've collected some of our favorite robots from around the web to get you started.
This basic robot is built to avoid obstacles in its path - watch the video at the top of the page to see it in action. You can either purchase the parts yourself or buy a kit for $70. Either way, it's an excellent introduction to more complicated robotics.
Like the Funduino robot, this one avoids obstacles, but it adds a Bluetooth chip to allow you to control it remotely using your phone. Just a heads-up - this article uses C++ for all its programming, so if you're not familiar with that language, you might want to brush up a little first.
This quadbot walks instead of rolls, which presents unique mechanical challenges - for instance, you'll need eight servo motors. The payoff is more than worth it, though. You can even customize the provided code to change "Stompy's" walking style.
No matter how often you knock this robot over, it'll roll right back up again! It's built to be stable despite the top-heavy layout. The instructions for this leave a little more up to your control, so this is a good project to leave for later, after you've built up a strong knowledge base.