Introduction to Arduino with Kingston
Daniel Hirschmann
22/03/2010

Introduction

Physical Computing is an approach to design and making that positions the human at the center of the interaction. By focusing the learning on introductory electronics, sensors, and the Arduino platform, we will create an awareness of the tools available to design and make within this genre.

In this class we're expecting to cover the following:

  • Basics of electronics (please look at Tom Igoe's introduction page)
  • Basics of circuit schematics - reading and writing. (this site is helpful )
  • Introduction to the Arduino   and  (arduino tutorial on sketches). ( code )
  • Make 1 LED Blink. ( code )
  • Introduction to Serial. Please read Lady Ada's outstanding tutorial on Serial Communication
  • How to use a breadboard. ( Arduino lesson on LEDs in Breadboards )
  • What is Pulse Width Modulation ( PWM )
  • How to read a potentiometer (potentiometer
  • All other code can be downloaded here. It covers:
    • intro to the Arduino Development Environment
    • Analog Output with PWM
    • Introduction to Random
    • Various Serial demonstrations
    • intro to for loops
  • Don't forget to take a look at the ASCII table!

  • 23/03/2010

    Class 2

  • Code from Class 2 - the story so far
  • Notes

    Resources: Arduino components

  • Oomlout - for all the basic arduino prototyping components
  • Cool Components - for Arduino prototyping and advanced components (they have lilpads)
  • SKPang - for Arduino prototyping and more advance components (they have lilypads)
  • Robotiq - Some Arduino components and robotic sensors / motors
  • Sparkfun - One of the originals stores! For all sorts of components. Based in the US
  • Ada Fruit Industries - for all sorts of components and great tutorials. Based in the US
  • Acroname - Good for robotics and sensors
  • Resources: Electronic Components

  • Maplins - there are many stores around the UK. Their website isnt too bad either.
  • Farnell - Massive electronic components and tools distributors
  • RS Components - Massive electronic components and tools distributors
  • Rapid - Massive electronic components and tools distributors
  • Resources: Basic Tools

  • Larger bread board - Good for extending the size of a prototype before soldering.
  • Wire Strippers - Very helpful to quickly make wires bread board friendly.
  • Multimeter - One of the most important debugging tools you will ever have!
  • art  |  projects  |  contact   | thanks to Tom Igoe, and ITP for the incredible resources