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.
johns's picture

Lab 1

 

IMG_1071.jpg
0
Your rating: None
kevinswelsen's picture

Lab 1

 

Blinking light
0
Your rating: None
kiera's picture

My baby steps

 

Homework 1

Description

Create a blinking LED

 

Components

LED light

Board

Resistor

 

Code

/*

  Blink

  Turns on an LED on for one second, then off for one second, repeatedly.

 

  This example code is in the public domain.

 */

 

void setup() {               

i262photohw1.jpg
0
Your rating: None
stephen.backer's picture

Arduino 1.0

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

void setup() {                
  // initialize the digital pin as an output.
  // Pin 13 has an LED connected on most Arduino boards:
  pinMode(13, OUTPUT);     
}

void loop() {

Blinking LED
0
Your rating: None
carlos.sandoval's picture

blinking led

 

/*

  Blink

  Turns on an LED on for five seconds, then off for two seconds, repeatedly.

Blinking LED
0
Your rating: None
albert_tjoeng's picture

LED blink assignment

 

Components Used:

LED, 220 ohm resistor, arduino board.

photo_5.JPG
0
Your rating: None
alex_gaysinsky's picture

Connect an LED and resistor to the Arduino breadboard and create a custom blinking pattern by modifying the "Blink" example code.

Components Used

LED, 220 ohm resistor

[Note: I used yellow instead of black wire for GND]

Arduino Code

assignment1.jpg
0
Your rating: None
jennifer_wang's picture

Lab 1: LED blinking waltz

Description

I modified the standard blinking LED program so that it will blink 1 long and 2 short, all with equally spaced downbeats (i.e. when the LED turns on) like a waltz.

 

Components used

  • Blue LED
  • 220 ohm resistor

 

Code

Lab1_circuit_0.jpg
0
Your rating: None
Chelsey's picture

Lab 1 - Blinking LED

Description: Create a circuit with an LED that blinks SOS in Morse code

Components: LED, resistor

Arduino code:

Chelsey_Lab1.jpg
0
Your rating: None
Margaret's picture

Blinking LED

 

 

New LED
5
Your rating: None Average: 5 (1 vote)
Syndicate content