Difference between revisions of "Sensing and Control Notes"
From Robert-Depot
Line 17: | Line 17: | ||
*firmata http://firmata.org/wiki/Examples | *firmata http://firmata.org/wiki/Examples | ||
+ | == Arduino Setup == | ||
Upload Arduino Uno Firmware: | Upload Arduino Uno Firmware: | ||
*In Arduino, '''Files->Examples->Firmata->StandardFirmata_2_2_forUNO_0_3''' | *In Arduino, '''Files->Examples->Firmata->StandardFirmata_2_2_forUNO_0_3''' | ||
*Select proper Port and Board '''Tools->Board->''' and '''Tools->Serial Port''' | *Select proper Port and Board '''Tools->Board->''' and '''Tools->Serial Port''' | ||
*Upload Firmata, '''File->Upload to I/O Board''' (or Upload Icon in Sketch Window) | *Upload Firmata, '''File->Upload to I/O Board''' (or Upload Icon in Sketch Window) | ||
+ | |||
+ | == Pd Firmata == | ||
+ | *Download and install pd-extended: http://puredata.info/community/projects/software/pd-extended | ||
+ | *Download PDuino: http://at.or.at/hans/pd/Pduino-0.5beta8.zip | ||
+ | *Open '''arduino-test.pd''' in PD. | ||
Revision as of 08:07, 6 June 2011
- Install pd-extended: http://puredata.info/community/projects/software/pd-extended
- work through Help->Browser->Pure Data/->2.control.examples
- 00.INTRO.txt through 11.review.pd
- 2.control.examples/00.INTRO.txt
- hot and cold inlets
- metro(nome)
- Gem->examples->
- motion detection and tracking with pd: http://www.uni-weimar.de/medien/wiki/Bewegungsmelder
- 12b-keying-alpha.pd
- the forums http://puredata.hurleur.com/
- getting started: http://www.uni-weimar.de/medien/wiki/Pure_Data_-_Getting_started
- firmata http://firmata.org/wiki/Examples
Arduino Setup
Upload Arduino Uno Firmware:
- In Arduino, Files->Examples->Firmata->StandardFirmata_2_2_forUNO_0_3
- Select proper Port and Board Tools->Board-> and Tools->Serial Port
- Upload Firmata, File->Upload to I/O Board (or Upload Icon in Sketch Window)
Pd Firmata
- Download and install pd-extended: http://puredata.info/community/projects/software/pd-extended
- Download PDuino: http://at.or.at/hans/pd/Pduino-0.5beta8.zip
- Open arduino-test.pd in PD.
- http://nicholasbuer.wordpress.com/category/pure-data-arduino-term-2/
- http://puredata.info/docs/workshops/AcadiaSensorsInteraction
- http://www.adafruit.com/products/170
- Data Structures Tutorial: http://puredata.info/Members/ggkarman/Tutoriales/datastruct_en_02/view
- intro to gem and particles: http://gem.iem.at/documentation/tutorial/particles/gem-outline_en.pdf
- Traffic Network Sniffer Object http://puredata.info/Members/poperbu/pdpcap-0-0-4-released
- pduino: http://at.or.at/hans/pd/objects.html
- arduino: http://arduino.cc/en/Main/Software
- Speech Recognition Class
- c.v./brightness tracking