Fastest Way to Code a Blinker Circuit
by thetriplemechanic in Circuits > Arduino
48 Views, 0 Favorites, 0 Comments
Fastest Way to Code a Blinker Circuit
Ok so for whatever reason you don't have time to make a blinker circuit and you must quickly complete this project. Don't worry, take a breather and lets begin.
Supplies
You are going to need:
>Arduino Board (preferably Uno)
>220 ohm Resistor
>LED light(5mm)
>Wires
>Computer (with compatible usb cable for chosen Arduino)
>(optional) Breadboard
Preperation
Get a nice clean surface for the project without any sort of stray wires that can short and burn your Arduino and get all the parts ready.
Wiring
Either with a breadboard or just with some wires, connect the positive end of the LED to the resistor, and connect the resistor to the Arduino D12 node. Then connect the Ground end of the LED to a GND. Refer to the circuit diagram for more assistance.
Coding and Uploading
Connect the Arduino to your computer with the usb and upload the given code.
Downloads
Blink!
Your circuit should be successfully functional, the light should blink on and off at specific intervals. Enjoy your project!