Fastest Way to Code a Blinker Circuit

by thetriplemechanic in Circuits > Arduino

33 Views, 0 Favorites, 0 Comments

Fastest Way to Code a Blinker Circuit

370350142_818804276699788_7891187475539436375_n.png

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

370139927_1787622015008268_3479719250330681415_n.png

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

vgvgvg2.png
vgvgvg.png

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!