Introduction to Arduino and Physical Computing

Creating a conversation between the physical world and the virtual world of the computer, with a process of transduction.
Posted by jlzych

jlzych's picture

 

Lab 1
0
Your rating: None
Posted by Cole

Cole's picture

 

Lab1_LED_Blink
0
Your rating: None
Posted by raghavchandra

raghavchandra's picture

 

LED Off
5
Your rating: None Average: 5 (1 vote)
Posted by tearkj

tearkj's picture

Description

Use the Arduino to control a light emitting diode and make it blink in different rate.

Components Used

  • Light Emitting Diode (LED)
  • Resistor

Arduino Code

/*
  Blink
  Turns on an LED on for one second, then off for one second, repeatedly.
 
  This example code is in the public domain.
 */

IMG_5937-1.jpg
0
Your rating: None
Posted by emily

emily's picture

Description

5
Your rating: None Average: 5 (1 vote)
Posted by lizzy

Anonymous's picture

Description

Use the Arduino to control a light emitting diode and make it blink in different rate.

Components Used

  • Light Emitting Diode (LED)
  • Resistor

Arduino Code

/* Blinking LED
* ------------
*
* turns on and off a light emitting diode(LED) connected to a digital
* pin, in intervals of 2 seconds. Ideally we use pin 13 on the Arduino
* board because it has a resistor attached to it, needing only an LED

lizzy_blink_web.jpg
5
Your rating: None Average: 5 (1 vote)
Posted by arielhaney

arielhaney's picture

 

Ariel's board
0
Your rating: None
Posted by wk

wk's picture

I changed the time from one second to half a second.

 

Lab 1
0
Your rating: None
Posted by yoon

yoon's picture

Components used: resistor, LED, Arduino board

 

Discription: the following code is to blink LED, ON for 1 sec and OFF for 1 sec, and repeat it.

 

0
Your rating: None
Posted by melissa

melissa's picture

 

Blinking LEDs
5
Your rating: None Average: 5 (1 vote)