Final Fire Fighting Project

Problem: The main goal of this assignment was to create a robot that could go through a maze and then put out a fire at the end. The maze consisted of either 2 left turns or 2 right turns. Extra credit was given if you could execute the maze in both directions with...

Wheels and Hubs

First I followed the video to create the hub for the wheel. It technically fit, but it was extremely hard to get on and off so I adjusted the measurements just a tiny bit and ended up with these measurements: Next, I designed the wheel to have a cool geometric pattern...

Flame Sensor and Fan

This project is about getting the flame sensor to start a fan when triggered. The fan is wired to a relay and 5V. The relay is then wired to the arduino, 5V, ground, and input pin 13. The sensor is wired to 5V, ground, and analog output. The sensor detects the flame...

Ultrasonic sensor controls servo

Click here to view video The ultrasonic sensor sends out waves at a frequency that we can’t hear and measure the rate that they are bounced back. This number is then put through an if statement in the code that if it meets the condition allows the servo to move...