Skip to content

androng/DFrover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Boy Scouts Merit Badge Day

Robotics Merit Badge: Programming

This program was originally written for 10-13 year-old Boy Scouts to learn how to program their first C++ program. It contains three "programs" in fill-in-the-blank format.

Instructions

Instructional Video: http://youtu.be/Xi13ax7Wi3o

For use with Boy Scouts: download entire folder using ZIP button on GitHub and open "Full_code.pde". The exercises are in the "control" tab. The Boy Scouts must use the commands given in "List of functions.pdf" to complete the program. Have this open on the other side of the screen. There is a comment for every one or two lines of code. The completed programs are in "answers.c". When one exercises is done, use "Ctrl+/" to comment the first "control()" and uncomment the next one under exercise 2.

For use with college students: The "drivers" tab is where all of the functions in "List of functions.pdf" are. You may wish to eliminate or append this file.

Exercises

1. Have the robot move forward backward, turn left and turn right. This is the longest one, so you can compile and run halfway through to make it more interesting. 2. Program the robot to move forward with more light (flashlight) and move backward with less light (hand blocking the light sensor) 3. Program the robot to follow the line. 4. Program the robot to fade the onboard LEDs.

Schematic

The schematic is very simple. Make a voltage divider with the photoresistor and 10k. Twist the wires together. The middle connects to A0. The line sensors are mounted to a popsicle stick and the yellow (sensor) wires should be connected to pins 2 and A5. Each schematic is explained in the video.

Extra

- The code will error check if a scout inputs an invalid command like "setSpeed(280)" because the max value is 255. It will show up in the serial monitor.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published