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
Goal: Make a light blink on and off. Then, for the product, make the light blink at a slower rate.
Schematic
Code/sketch. The 1000 is how many milliseconds of delay there is in the LED.
Drawing of the circuit
.
Video of working circuit.
Video of working circuit. (Product)
Code/sketch (product) the delay has been changed to 5000 milliseconds to make the delay longer.
Goal: Get the Potentiometer to change the rate of blinks to make it look like a solid
Schematic
Code/sketch
The drawing
Video of working circuit.
(product)
(product) A Potentiometer changes the rate at which an LED blinks by turning a knob at the top to a certain position. The way it works is there are 5 volts going into the Potentiometer. The outer two pins get 5 volts of electricity and then the middle pin outputs a voltage of 0-5 depending on how the user turns the knob at the top.
Goal:
The drawing
Video of working circuit. (Product) the lights fade into each other.
Goal: Get multiple LEDs to light up and turn off in different patterns.
Schematic
Code/sketch
The drawing
Video of working circuit.
Circuit 4. Nathaniel and Gasper. (Product)
Video of working circuit.
Video of working circuit.
Goal: Push 1 button at a time to get an LED to turn on and when both buttons are pushed down the LED stays off.
Schematic
Sketch
Sketch
The drawing
Video of working circuit.
Schematic
The drawing
Video of working circuit.
Pro: It works.
Con: It dose not really have a use.
Video of working circuit.
Pro: the LED is off in the light, so when the lights are off the LED will make light in the dark.
Con: It will only turn on if the light is low.
Goal: Sense the temperature and output data.
The drawing
Schematic
Original readings
(Product) readings.
Goal: Make a moter spin at different speeds.
The drawing
Video of working circuit.
Schematic
(Product) Video of working circuit.
Goal: Play the Super Mario Brothers video game song.
The drawing
Schematic
Goal: Get a motor to spin at different speeds.
The drawing
Schematic
Original Code
Product
Product
Original
Product
Goal: Make the red LED and the yellow LED blink on and off. (unfortunately, there were technical difficulties and the circuit didn't end up working the way it was supposed to.)
The drawing
Schematic
Sketch
Video.
(Btw, ignore the yellow light. I plugged the wire into the wrong pin, which made it light up. It is not supposed to do that.) (PS, Mr. Swick said just put what I had, so that is one of the reasons circuit 11 was never completed.)
Goal: Make the lights do different things.
The drawing
Schematic
Original
(Product) code
(Product) code
Original Code
pingPong();
product
randomLED();
product
The lights should blink randomly.