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 One - Blinking Light
Circuit one codes for an LED to blink at a slow speed using a delay measurement.
IMG-9446.mov
First circuit in action.
Altered code to change blinking speed of LED by changing the delay speed to 100 as opposed to 1000.
IMG-9448.mov
Altered code in action.
Circuit Two- Potentiometer
The Circuit uses a potentiometer to change the brightness of a light, the code makes the brightness levels change as the knob is turned.
Circuit 2.MOV
The circuit in action.
Circuit Three - RGB LED
Circuit three codes to have an RGB bulb rotating through multiple colors .
Circuit in action
IMG-9466.mov
Circuit Four - Multiple LEDS
This circuit codes for 7 LED's to make a chasing formation by using loops and resistors, we could also manipulate the code to make the lights cycle faster and slower by changing the delay time.
IMG-9614.MOV
Circuit in action
Circuit Five - Push buttons
This circuit codes to have a set of buttons being used as an On/Off switch for an Led, we also coded the buttons so when pressed they turn off and when not pressed they stay on.
Circuit in action
IMG-9638.MOV
Circuit Six- Photoresistor
This circuit codes for a photoresistor to control the brightness of a LED, when the photoresistor is covered, the LED dims, and when uncovered the LED is at maximum brightness.
Circuit in action
IMG-2034.MOV
Circuit Seven- Temperature Sensor
This circuit codes for a temperature sensor to pick up temperature recordings and output them into the IDE debug window.
These are the outputs shown in the IED window when covering and uncovering the sensor.
Circuit Eight- Single Servo
This Circuit controls the turning of a servo, forcing it to turn back to it's starting position when rotated, we could also alter the input given to the servo on how many degrees to rotate.
Circuit in action
IMG-2038.MOV
Circuit Nine- Buzzer
This circuit codes a piezo element to play notes based off of code, you can also manipulate the code to change the notes played and their order to play a different sound.