SIK_circuit01_blink by SparkFun SIK Examples

Turn an LED on for one second, off for one second, and repeat forever.

The "Hello World!" of physical computing. This is the first project / circuit to get you started with Arduino and the Sparkfun Inventor's Kit.

  • Upload this example to your board. Play around with the timing delays. What is the fastest blink that you can still see?

  • Can you create a simple Morse code message with the blink patterns?

  • How about a heart beat? Re-create a heart-beat pattern using a sequence of ON and OFF patterns. How realistic can you make it?

Wiring Diagram

enter link description here

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:77046" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>