This is me, working on Arduino!
First project through Arduino, just making a light blink off and on! (Circuit 1)
This was the original code used to make the light blink. (Original Circuit 1)
This is the board with the modified Circuit 1 code. (Process)
Modified Circuit 1 code used to make the light blink faster.
Circuit 2, changing the speed of the light with a Potentiometer.
The Potentiometer works by controlling the amount of voltage that goes into and through the circuit. This will affect the speed at which the light blinks. More resistance makes the LED blink slower, while less resistance makes the LED blink faster. (Process)
The code used for Circuit 2. ^
Circuit 3, first time working with an RGB LED, with two different kinds of cycling modes for the 7 main colors given: Red, Green, Blue, Yellow, Cyan, Purple, and White. (Process)
^Code used to make this happen! >>
Circuit 4, original code used.
Original code, aka OneAfterAnotherLoop.
Circuit 4, using the Ping-Pong code. (Process)
Ping-Pong code. (Process)
Circuit 4 using the Random LED code. (Process)
Random LED code. (Process)
Circuit 5, using buttons to turn the LED on/off.
Main code used for Circuit 5.
Circuit 6, using a photo sensor to change the brightness.
Original code used for Circuit 6, manualTune.
Circuit 6 autoTune code, used to make the LED go from the dimmest it can go, to the brightest it can go, and everything in between. (Process)
Circuit 6 autoTune code used to make this happen! (Process)
Circuit 7, using a temperature sensor to read temperature.
Temperature readings for Circuit 7.
Code for Circuit 7
Modified Circuit 7 code being displayed, by using temperature to turn a light on/off. (Process)
Modified Circuit 7 code used to make this happen: (Process)
Circuit 7 temperatures that were being used/displayed with the light. (Process)