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.
Here we make a series of blinking lights that have a delay
Heres the code we used to change the delay speed by 5 seconds
Here we made a potentiometer that increases or decreases the blinking rate of the LED
Here we made an RGB LED that fades and changes colors
This is our 4th circuit we made which is a series of blinking lights that goes continuously.
On our 5th circuit we made an Arduino using buttons that turn on/off the light
Any time you touch the photo sensor it signals the light to turn on.
When the temperature sensor reaches 73 degrees an LED light turns on
This is the code we added to make the LED work
Here we have a servo that turns around 180 degrees that we made
And here we manipulated the code so the servo was delayed/sped up
And last we made a speaker which we changed the tempo so it plays notes in this order "g e C efgf dfdg gf"
And here's the code we made for the speaker