Bumper Robot
I’m in a class in CMU, called Making Things Iteractive, where we build projects that are based on arduino boards. Bumper bot was a robot that I’ve built to explore how H-Bridges work and at the same time build something interesting.

The robot’s front bumper is sensitive to which side has bumped into something. When it senses that it reacts by reversing and turning to theĀ oppositeĀ side, then it starts going forward again.
On the more technical side: The robot’s front bumper is covered with foil endings connected to +5V. Two wires just behind each ending stand waiting for the bumber to be pushed back and touch them, completing the circuit. The code then interprets this signal and corrects the robot so that it can move on.

