Programming is fun, but when you can use it to control the physical world around you - it is exciting!
When a LED blinks based on code that you have written, it is magical.
Building circuits on breadboards, and programming them using the Arduino
Starting in 2013, all 6th graders in the Los Altos school district CSTEM program learn to build simple circuits on breadboards and program LEDs, and buzzers using the Arduino.
Lessons include
- What are the elements of a simple circuit - a simple introduction to Ohms law.
- What is a breadboard, and how does it work
- What is an Arduino - understanding some basic vocabulary - analog, digital, ground, USB cable etc.
- Understanding how to use the Arduino IDE and to download code.
- Creating a basic circuit using just one LED and resistor and a breadboard, and changing the blink pattern
- Creating a more complex circuit with multiple LEDs, buzzer and projects that include Morse code, music notes etc.
Sample Arduino lesson: Music Light Box.
Arduino Robots built as a pilot program with Khan Academy
In 2012-2013 school year, Santa Rita sixth graders built robots in the Science class and they had to understand how to program them. This was done as a pilot program with Khan Academy and I helped with the building process and also in explaining the programming of the Arduinos.
See more on this Spider bot project at
Karl's Spider Dance code (See here for first bit of code by Karl, including setting the serial port etc).
Spider bots use the Arduino Nano w/ATmega328 and the dev/tty.usbserial-A9015ABR serial port
Some more sample programs
Green Light Red Light (go as straight as possible when light is green, when it stops light turns red)
Fade Spider's Green Eye (Green color on one LED is on pin 3 - this one allows analogWrite so you can fade it by giving different values)
Color Only - test all RGB colors on both Spider's eyes (run all RGB colors and mixes in each eye)
In the code loop, you will want to do one of these
If your LED colors are different, remember to check your pin defines in the code, change it in the code to make it work.
You do not need to re-do your robot.