Arduino Blink


Posted on Feb 4, 2014

To build the circuit, attach a 220-ohm resistor to pin 13. Then attach the long leg of an LED (the positive leg, called the anode) to the resistor. Attach the short leg (the negative leg, called the cathode) to ground. Then plug your Arduino board into your computer, start the Arduino program, and enter the code below. Most Arduino boards already


Arduino Blink
Click here to download the full size of the above Circuit.

have an LED attached to pin 13 on the board itself. If you run this example with no hardware attached, you should see that LED blink. That takes pin 13 back to 0 volts, and turns the LED off. In between the on and the off, you want enough time for a person to see the change, so the delay() commands tell the Arduino to do nothing for 1000 milliseconds, or one second. When you use the delay() command, nothing else happens for that amount of time. Once you`ve understood the basic examples, check out the BlinkWithoutDelay example to learn how to create a delay while doing other things.




Leave Comment

characters left:

New Circuits

.

 


Popular Circuits

MIDI Drum Machine
Light dimmers
Resistor change
MultiKey - One Wire Keypad
Circuit to convert a voltage output of a Hall device to a current
Oscillator circuits
opto isolator Ring detector circuit transistors not fully activating
arduino + optotriac based ac dimmer blinking severely
Sense of Time tester circuit
Electronic Tachometer
Leakage protection switch circuit diagram



Top