ARDUINO IS AN OPEN-SOURCE PHYSICAL COMPUTING PLATFORM DESIGNED TO MAKE EXPERIMENTING WITH ELECTRONICS MORE FUN AND INTUITIVE. ARDUINO HAS ITS OWN UNIQUE, SIMPLIFIED PROGRAMMING LANGUAGE, A VAST SUPPORT NETWORK, AND THOUSANDS OF POTENTIAL USES, MAKING IT THE PERFECT PLATFORM FOR BOTH BEGINNER AND ADVANCED DIY ENTHUSIASTS.
Circuit 1-Blinking an LED
Directions for building the circuit
IMG_1845.MOV
The LED blinks.
With the code you can change how fast the LED blinks.
Circuit 2-Potentiometer
Directions for building the circuit
IMG_1849.MOV
Turning the dial will affect the speed at which the LED blinks.
With the code you can change how impactful turning the dial is to the speed of the LED's blinking.
Circuit 3-RGB LED
Directions for building the circuit
IMG_1853.MOV
The RGB LED will switch between the colors of red, blue and green. The colors will sometimes even mix emitting colors like purple as well.
With the code you can change the speed at which the RGB LED switches colors.
Circuit 4-Multiple LEDs
Directions for building the circuit
IMG_1854.MOV
The LEDs from left to right will turn on and off in a pattern.
With the code you can make it to where all the LEDs stay on.
Circuit 5-Push Buttons
Directions for building the circuit
IMG_1857.MOV
The LED will turn on while the button is being pushed but once it is not the LED will turn off.
In the code you can change it to where pressing the button once will keep the LED turned on without having to keep pressing down.
Circuit 6-Photo Resistor
Directions for building the circuit
IMG_1860.MOV
The LED will turn on when the photo resistor is not receiving any light.
You can change the sensitivity of the photo resistor to where even just slight changes to the amount of light being received will cause drastic changes to the LED
Circuit 7-Temperature Sensor
Directions for building the circuit
IMG_1861.MOV
The temperature sensor tells you what the temperature is in the room in both Fahrenheit and Celsius.
You can change the speed at which it tells you the temperature.
Circuit 8-A single Servo
Directions for building the circuit
IMG_1863.MOV
The motors spins back and forth.
You can change the code to make the motor move to a specific location.
Circuit 9-Buzzer
Directions for building the circuit
IMG_1864.MOV
The buzzer plays a song.
With the code you can change what song plays, the length of the song and the times it takes for it to be repeated.