IFD:Ambient Tangible and Pervasive/Sources-12Nov15

From Medien Wiki

Physical Computing's Greatest Hits (or misses?)
Tom Igoe, 2012
http://sketching-in-hardware.com/2012/presentations/igoe_sketching2012.pdf

Microcontrollers
Dan O'Sullivan
http://itp.nyu.edu/~dbo3/cgi-bin/wiki.cgi?Microcontroller

Atmel AVR Microcontrollers
http://www.atmel.com/products/microcontrollers/avr/default.aspx

Teensy USB Development Boards
https://www.pjrc.com/teensy/

BeagleBoard
http://beagleboard.org

What is Raspberry Pi?
https://www.raspberrypi.org/help/what-is-a-raspberry-pi/

Arduino Yún
https://www.arduino.cc/en/Main/ArduinoBoardYun

All the Arduinos (er, Genuinos)
https://www.arduino.cc/en/Main/GenuinoProducts

Apropos Arduino vs. Genuino
http://makezine.com/2015/03/19/massimo-banzi-fighting-for-arduino/
https://www.arduino.cc/en/Main/GenuinoBrand


Arduino: Getting Started
https://www.arduino.cc/en/Guide/HomePage

Arduino: Tutorials
https://www.arduino.cc/en/Tutorial/HomePage


From the Demo

Info on the Seeeduino
http://www.seeedstudio.com/wiki/Seeeduino_v2.21

Step Zero: Is this thing on?
https://www.arduino.cc/en/Main/Software

Step One: Setup a Simple Output
https://www.arduino.cc/en/Tutorial/Blink

Step Two: Setup an Analog Input
https://www.arduino.cc/en/Tutorial/AnalogReadSerial

Step Two and a Half: Display Input Signal as Voltage
https://www.arduino.cc/en/Tutorial/ReadAnalogVoltage

Step Three: Combine Input and Output together
https://www.arduino.cc/en/Tutorial/AnalogInput


Further Exploration

Fun with LEDs and Pulse Width Modulation
https://www.arduino.cc/en/Tutorial/Fade

Blink Without Delay
https://www.arduino.cc/en/Tutorial/BlinkWithoutDelay

Calibrating Sensor Inputs
https://www.arduino.cc/en/Tutorial/Calibration