Bill of Materials
Build Plan
Here’s a link to my Buildplan: https://docs.google.com/document/d/1v__661z4bECuCAjWEi7vR4O_k_wdyThlJZMKbSTiFH8/edit
Here’s a link to my Bill of Materials: https://docs.google.com/spreadsheets/d/1j5XaEAGfn3GBis5GBj1GQgLYpG7RuY8ffPuvNLtsiss/edit#gid=0
Simon Says Game Starter Project
STEM Summer Camps Coding & Robotics Classes For Kids San Francisco Coding & Robotics Classes For Kids New York Coding & Robotics Classes For Kids Denver Coding & Robotics Classes For Kids Palo Alto STEM Summer Camps For Kids in New York STEM Summer Camps For Kids in Palo Alto STEM Summer Camps For Kids San Francisco STEM Classes For Kids in New York STEM Classes For Kids in Palo Alto STEM Classes For Kids in San Francisco Code Classes For Kids Code Classes For Kids in New York Code Classes For Kids in Palo Alto Code Classes For Kids in San Francisco STEM Summer Camps For Kids
Here’s a link to the Simon says game instructions and code: https://learn.sparkfun.com/tutorials/sparkfun-inventors-kit-experiment-guide—v40/circuit-2c-simon-says-game-
First Milestone
Arduino Code
Here’s a link to my Github: https://github.com/ashwiniarun/Line-Following-Robot/blob/master/ir_sensors.ino
Second Milestone
My second milestone was getting the ir proximity sensors to work with the arduino, and assemble the robot. How this works is that the robot senses the black line in the white background and follows it like it’s a track and finally stops when it senses only black. First, I connected the sensors to a breadboard because I had to power two sensors and then I connected it to the arduino. I uploaded a simple code to test if the sensors work by using the serial monitor. The sensors only senses black and white so when I hover the sensors over black it showed 1023, and over white, it showed 23. After I uploaded the code to make the mtor driver work with the sensors, I assembled the wheels, motors, and essentially the whole robot. One of the main struggles I had was that the 5 volt power on the arduino needed to be connected to both the ir sensors and the motor driver. What I did to fix this problem was that I soldered two core wires to one wire and covered it with a heat shrink. This way, one wire could be on the breadboard, and the other could power the motor driver. Some of the things I learned was how the ir sensors work and how to change my code to control my ir sensors and the motor.
Final Reflection / Demo Night
My experience at Bluestamp was really memorable and eventful. I learnt a lot of things I never thought I could learn in two weeks! This includes information about my Arduino/code, the ir proximity sensors, motor drivers, and hardware components regarding my project. I also learnt important skills like soldering, and splitting wire. I will never forget this exciting experience and it really made a difference in my interest in engineering!