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.
This is a video showing the code affecting the flashing of the LED. As shown the LED is rapidly flashing.
When working with the code for the LED, we changed the delay of the flashing from 1000ms to 10ms, causing the LED to flash very rapidly.
This is the video of the LED flashing due to the potentiometer, allowing the LED to flash at different speeds.
This is the code allowing the LED to flash at different tempos using the potentiometer. A potentiometer is a knob allowing the voltage to change. With the code, we can change the blinking of the LED.
For this circut, there is one RGB LED used in order to make different colors. Using the code, the LED can be changed from red, to blue, and to green.
I made the LEDs flash every three lights.
I made the LEDs flash at a random order.
I made the LEDs flash in a line until it reached the end and came back.
Pushbuttons connect two points in a circuit when you push down on them. For example, when pressed they turn on the built-in LED.
For this circuit, a photoresistor is used for it which changes resistance based on the amount of light the sensor receives. The photoresistor will output a high voltage when it is getting a lot of light and a low voltage when little or no light is present.
During this circut, a temperature sensor is used in order to light up the LED. In the code, we used the heat to determind what heat levels are needed in order to light up the LED.
This is the code to show the heat levels that were detected by the heat sensor.
This is the code used in order to turn on the LED.
For this circut a servo is used and the rotations of the servo are controled through the code. With the code, the servo speed can be changed, and the distance between the rotations can be changed.
This is the video demonstration different speeds and rotations for the servo.
This is the code used to change the speed and rotations of the servo.
In the code, we were able to change it to make the notes sound like the Mario Theme Song .
Before changing the code, the notes that would play was the beginning of Never Going to Give You Up.
This is the code used to change to notes in order to make the Mario Theme Song.
This is the video of the motor spining starting at a slower pace and then building up speed. There is a piece of tape on it to demonstrate the difference of speed.
This is the code to allow the motor to speed up and to decelerate. Without the acceleratoin, the motor would only spin at a certain speed.