Difference between revisions of "Physical Computing Resources"

From IAT884
Jump to navigation Jump to search
m (Micro Controllers/Development Boards)
Line 2: Line 2:
  
 
Contact your TA if you need something that isn't here!  
 
Contact your TA if you need something that isn't here!  
 
== Sensor and Project Resources ==
 
 
Interactive Telecommunication Program at NYU: http://itp.nyu.edu/physcomp/
 
Tom Igoe’s Website: http://www.tigoe.net/pcomp/resources/
 
  
 
== Micro Controllers/Development Boards ==
 
== Micro Controllers/Development Boards ==
Line 30: Line 25:
 
  OpenFrameworks (C++): http://www.openframeworks.cc/
 
  OpenFrameworks (C++): http://www.openframeworks.cc/
  
<!--== Computer Vision Software ==
+
<!--
 +
== Computer Vision Software ==
  
 
  ReacTIVision Website (Processing) : http://mtg.upf.edu/reactable/?software
 
  ReacTIVision Website (Processing) : http://mtg.upf.edu/reactable/?software
Line 37: Line 33:
 
  OpenCV (C++ Library): http://opencv.willowgarage.com/wiki/ (old)  
 
  OpenCV (C++ Library): http://opencv.willowgarage.com/wiki/ (old)  
 
  OpenCV : http://opencv.org/
 
  OpenCV : http://opencv.org/
-->
+
 
 
== Audio in Processing ==
 
== Audio in Processing ==
  
Line 52: Line 48:
 
  Interfacing Arduino with Max/MSP http://www.arduino.cc/playground/Interfacing/MaxMSP
 
  Interfacing Arduino with Max/MSP http://www.arduino.cc/playground/Interfacing/MaxMSP
  
== Pull-Up Resistors ==  
+
-->
 +
== Tutorials etc. ==  
  
 
  Arduino’s Built-in Pull-Up Resistors: http://www.arduino.cc/en/Tutorial/DigitalPins
 
  Arduino’s Built-in Pull-Up Resistors: http://www.arduino.cc/en/Tutorial/DigitalPins
 +
Excellent sensor & breakout board tutorials: http://bildr.org/
 +
Advanced AVR/Arduino concepts: http://www.gammon.com.au/forum/index.php?bbtopic_id=123 (I2C, interrupts, Serial comm, fuses, timers, etc)
 +
 +
== Other Resources ==
 +
 +
Interactive Telecommunication Program at NYU: http://itp.nyu.edu/physcomp/ (there is a LOT of info here!)
 +
Tom Igoe’s Website: http://www.tigoe.net/pcomp/resources/

Revision as of 05:47, 6 January 2016

--- UPDATES coming soon! ---

Contact your TA if you need something that isn't here!

Micro Controllers/Development Boards

Hardware:
 Arduino: http://www.arduino.cc/en/Main/Products (probably Uno or Pro Mini)
 Teensy: http://www.pjrc.com/teensy/ (LC or 3.2)
 ATTiny: http://github.com/brendanmatkin/ATtiny_Workshop (see links at bottom for more info)
 ESP8266: http://github.com/esp8266/Arduino
 Pro Trinket: https://www.adafruit.com/products/2000 (also a 3.3v version)
 LilyPad/Flora (wearable): https://www.sparkfun.com/products/12049
 Raspberry Pi: https://www.raspberrypi.org/products/raspberry-pi-2-model-b/
 Beaglebone Black: http://beagleboard.org/BLACK
Software:
 Arduino: http://www.arduino.cc/en/Main/Software (1.6.7 or later)
 CodeBender: http://codebender.cc/ (browser-based)
 Teensyduino: https://www.pjrc.com/teensy/teensyduino.html (required for programming Teensy)

Programming Environments

Processing Website (Java): http://processing.org/
OpenFrameworks (C++): http://www.openframeworks.cc/

Tutorials etc.

Arduino’s Built-in Pull-Up Resistors: http://www.arduino.cc/en/Tutorial/DigitalPins
Excellent sensor & breakout board tutorials: http://bildr.org/
Advanced AVR/Arduino concepts: http://www.gammon.com.au/forum/index.php?bbtopic_id=123 (I2C, interrupts, Serial comm, fuses, timers, etc)

Other Resources

Interactive Telecommunication Program at NYU: http://itp.nyu.edu/physcomp/ (there is a LOT of info here!)
Tom Igoe’s Website: http://www.tigoe.net/pcomp/resources/