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.
Diagram of Circuit 1
(product) Video of the LED blinking very fast.
We changed the delay between on and off from 1000ms to 20ms so that the LED turns off and on very fast to the point that you can barely notice it is blinking.
Diagram of Circuit 2
Video of how the potentiometer manipulates the blinking of the LED.
(Product)This code works by using the potentiometer and getting a value from it based on the direction it is pointing. If the number is low, it blinks very fast. If the number is high, it blinks very slowly.
Diagram of Circuit 3
Video of the RGB LED changing between colors.
Video of the showSpectrum() function only
Code of the showSpectrum() function only
This is the code for Circuit 3 that makes the LED switch between the RGB colors.
Circuit board of Arduino circuit 4
Video of original Code working on the circuit board
(Product) The first video of the modified code, making 1 led "ping pong" back and forth.
(Product) The second video of the modified code, making 2 LEDs dance across the line.
Diagram of Circuit 4
Original unedited code for the video. .
(Product) The first snippet of Arduino code that makes the 1 led "ping pong" back and forth.
(Product) The first snippet of Arduino code that makes the 2 LEDs dance across the line.
Diagram of Circuit 5
this is the video of the push button working to toggle the LED.
This code shows how if the button is pressed down, the LED is on and if the button is not pressed down, the LED is off.
Diagram of Circuit 6
Circuit 6 circuit board
(product) This is a video of the autoTune() function reacting to light.
(product) Pros and cons of autoTune():
Pro: It has the range between on and off and isn't just 2 settings so it can adjust to the light level perfectly.
Con: It won't be fully on or off at times depending on the light level.
(product) This is a video of the manualTune() function reacting to light.
(product) Pros and cons of manualTune()
Pro: It will always either be on or off, with no in-between.
Con: It doesn't have the range that autoTune() does depending on the light levels.
(product) This is the code for the autoTune() function showing how it tells the sensor to react to light.
(product) This is the code for the manualTune() function showing how it tells the sensor to react to light.
Diagram of Circuit 7
Diagram of Circuit 8
circuit 8
8-code
Diagram of circuit 9
circuit 9 original
circuit 9 product
Diagram of Circuit 10
circuit 10 product
circuit 10 original
product code
normal code
Diagram of Circuit 11
circuit 11
11 code
Diagram of Circuit 12
circuit 12 normal
circuit 12 procuct 1
circuit 12 product 2
normal code
circuit 12 product 1 code
circuit 12 product 2 code