Thursday, March 14, 2013

Its Alive!

This week I finally got the robot working without having to be plugged in for power. I ran in to a couple issues, but the robot is able to drive itself around now. One issue I had was that the breadboard I intended to use wasn't big enough to fit the breakout kit, as well as all the other components, so I had to borrow one from a classmate. I also had trouble trying to fit everything (the two battery packs, raspberry pi, and the larger breadboard) on to the chassis, but managed to pile it all on there using quite a bit of tape.

Right now, the bot is just running a simple demo python script that I wrote which shows the different movements the robot can make. Below is a video of the robot running the script.
I'm having the raspberry pi run the python script as soon as it boots up, which works fine for demoing. However, since I have the script running an endless loop, the script never finishes, so the only way to make the robot stop is to unplug the power from the breadboard. By next week, I hope to have a button hooked up to control the starting/stopping of the script, as well as getting the distance sensors working.

No comments:

Post a Comment