WHAT IS IT?
LED blinking every 1 second
Original circuit 1
LED blinking gradually faster
Modified circuit 1 (product)
Original circuit 1 code
Modified circuit 1 code
Circuit 1 schematic
LED blinking at different speeds using a potentiometer
Circuit 2's code
Circuit 2's Schematic
What is a potentiometer?
A potentiometer works similarly to a resistor by resisting electrical current but the key difference is that you are able to change how much resistance a potentiometer applies using a dial. This is used in circuit 2 to change the rate at which the LED is blinking at
RGB Cycle
Circuit is cycling through the main colors and then all possible colors using both the mainColors and showSpectrum functions in the code
Spectrum Cycle
Circuit is ONLY going through all possible colors by deactivating the mainColors function in the cod and leaving showSpectrum function
Circuit 3 schematic
To make the circuit only show all possible colors the mainColors function is commented out to deactivate so only the showSpectrum function is being used
Marquee
Chase light like on a sign
Ping Pong
LED moves back and forth
Random LED
Random LEDs blink
What code is being changed?
We are uncommenting the function we want to play and commenting the rest so that only that function plays
Circuit 4 schematic
XOR gate
These button function like a XOR gate each turning the light on, on their own but when pushed together it goes off
Circuit 5 code
Circuit 5 Schematic
Manual Tune
pros: Let's you be able to set your own light levels
cons: takes a lot of tweaking to get it where you want it to be, harder to tell if its working
Auto Tune
pro: will tune itself the environment around it, and is easier to tell if its working
cons: flickers a lot
Circuit 6 code
circuit 6 schematic
Temp. sensor
This LED is coded to go off when the temperature sensor senses a tempature that is 75 degrees or higher
Circuit 7 schematic
Original Code
Added code
Original Code video
Modded Code video
Circuit 8 schematic
Original Code
Modded Code
Orignal Code
Tetris song
Circuit 9 Schematic
Original code ===>
Tetris Song
The Tetris song for Arduino was made by robsoncouto: https://github.com/robsoncouto/arduino-songs/blob/master/tetris/tetris.ino
I forgot to take the video :(
I'm gonna try to get it tomorrow
Acceration of motor
Circuit 10 code
Circuit 10 schematic
Relay circuit video
Circuit 11 code
Circuit 11 schematic
Marquee
PingPong
Binary Count
Circuit 12 Code
Circuit 12 schematic