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.
Basic Circuits
Shown above is a reference image showing the completed circuit. Shown below is the schematic of the circuit.
Edited Code
This code allows for the LED to blink but only in a very fast way, and the flash is barely visible.
Original Code
In this code, the delay waits one second to flash the LED on for one second.
Video -
Code
As you turn the potentiometer, the LED will flash at a faster rate.
Below is the schematic for the circuit.
Edited Code
As the potentiometer is turned, the LED flashes slower
A potentiometer works by increasing or decreasing values. In this case, the potentiometer is decreasing the amount of time between blinks of the LED as it it turned.
Diagram
Video - Unedited code
Diagram
Video - full spectrum
Shown below is the show spectrum function, which will allow for the fluid motion between colors
Diagram
Video - Edited Code
This Code Changes the code to a random LED on each time.
Above is a schematic of the circuit
Orginal code
Lights turn off in opposite direction of turning on
Above is a diagram of the circuit and the schematic.
This is the code that dictates the state of the LED
This is a video of the circuit being used
Above is a diagram of the circuit
To the left is the autotune code, and to the right is the manual tune. The auto tune is more precise, and will fully turn off when dark, but will turn the LED off when in partial darkness. The manual tune is more accurate in terms of all light and all dark, but in between those it is very jumpy, and will rapidly change brightness.
Video of circuit in use
This snippet of code is what causes an LED to light up when the recorded temperature goes above 72 degrees Farenheit.
Above is a diagram of the completed circuit.
Shown is a video of the circuit working with a LED that will light up when the temperature is above 73 degrees Fahrenheit.
Video shown is of the edited version of the code, as shown in the picture.
To the left is a diagram of the completed circuit.
Below is a portion of code correlating to the frequency and angle of turning.
The diagram to the left is what the completed circuit would look like. Below is a segment of code involved in the playing of sound, and to the right is a video of the buzzer playing the classic Nokia ringtone.
Shown above is the small bit of code controlling acceleration once it has been defined.
Below is the code in action, but to make it more interesting, the part of the code making the motor stop was deleted, so it decelerates to zero, then immediatly accelerates to full.
Shown above is a diagram of what the final code should look like.
Shown above is the code sending instructions to the relay.
Below is a video of the code in use.
Above is a diagram of what the circuit should look like when completed.
The videos show two of the code's functions being used.
Above is the code calling the Random LED function.
Above is a diagram of what the completed circuit should look like.