Difference between revisions of "Redesigning Sound"

From Wikicliki
Jump to: navigation, search
(Testing the Accelerometer)
Line 1: Line 1:
 +
== Process ==
  
 
+
=== Tutorial with Yuri, 31 oct ===
== Tutorial with Yuri, 31 oct ==
 
 
* surround haptics - sound / haptic / visual / feedback
 
* surround haptics - sound / haptic / visual / feedback
 
* usb sound output for playing back sounds
 
* usb sound output for playing back sounds
Line 11: Line 11:
 
* http://www.nellyben.com/projects/the-international-space-orchestra/
 
* http://www.nellyben.com/projects/the-international-space-orchestra/
 
* http://en.wikipedia.org/wiki/Geophone
 
* http://en.wikipedia.org/wiki/Geophone
 
+
=== Brainstorming, 31 oct ===
== Brainstorming, 31 oct ==
 
 
'''Bucket of links'''
 
'''Bucket of links'''
 
* http://en.wikipedia.org/wiki/Geiger_counter
 
* http://en.wikipedia.org/wiki/Geiger_counter
Line 31: Line 30:
 
* http://www.brainpickings.org/index.php/2010/09/30/837-kilo-ohm-erwin-stache/
 
* http://www.brainpickings.org/index.php/2010/09/30/837-kilo-ohm-erwin-stache/
 
* http://www.julianneswartz.com/work_archive/work.php
 
* http://www.julianneswartz.com/work_archive/work.php
 
+
=== Tutorial with Mike, 1 nov ===
== Tutorial with Mike, 1 nov ==
 
 
* Recommended to use triple axis accelerometer - ADXL362 - already has arduino library written for it
 
* Recommended to use triple axis accelerometer - ADXL362 - already has arduino library written for it
 
* accelerometer only measures acceleration. think of acceleration in terms of integration, velocity, position...
 
* accelerometer only measures acceleration. think of acceleration in terms of integration, velocity, position...
Line 38: Line 36:
 
* sound - look up trigger mp3 with sd card slot
 
* sound - look up trigger mp3 with sd card slot
 
* also think about amplifier and power source
 
* also think about amplifier and power source
 
+
=== Weekend + Tutorial with Mike and Dave, 4 Nov 2013 ===
== Weekend + Tutorial with Mike and Dave, 4 Nov 2013 ==
 
 
* concept - what about instead of using live sound, just use sound that represents the floor - radio waves and their material form - what if it were the opposite and the sound only plays when the door opens. augmented reality.
 
* concept - what about instead of using live sound, just use sound that represents the floor - radio waves and their material form - what if it were the opposite and the sound only plays when the door opens. augmented reality.
 
* how about thinking about lift culture, fantasies about lifts as transportation to different planes and levels of reality, charlie and the chocolate factory, being john malkovich, the lift sighing in the hitchhiker's guide to the galaxy
 
* how about thinking about lift culture, fantasies about lifts as transportation to different planes and levels of reality, charlie and the chocolate factory, being john malkovich, the lift sighing in the hitchhiker's guide to the galaxy
Line 46: Line 43:
 
* david tudor's rainforest
 
* david tudor's rainforest
 
* whispering lift? a lift that whispers secrets from the outside in
 
* whispering lift? a lift that whispers secrets from the outside in
 
 
* http://apcmag.com/arduino-project-5-digital-audio-player.htm
 
* http://apcmag.com/arduino-project-5-digital-audio-player.htm
 
* http://maxoffsky.com/maxoffsky-blog/how-to-play-wav-audio-files-with-arduino-uno-and-microsd-card/
 
* http://maxoffsky.com/maxoffsky-blog/how-to-play-wav-audio-files-with-arduino-uno-and-microsd-card/
Line 67: Line 63:
 
* Convert Audio to 8bit 16Khz mono - http://cuartielles.com/verkstad/edu/Courses1BitSound/PrepareWAVsound
 
* Convert Audio to 8bit 16Khz mono - http://cuartielles.com/verkstad/edu/Courses1BitSound/PrepareWAVsound
 
* Requires: Transistor 2N2222
 
* Requires: Transistor 2N2222
 
+
=== 4 Nov 2013 ===
== 4 Nov 2013 ==
 
 
* Walkie Talkie and Baby Monitor were tested but had too short a range to be useful
 
* Walkie Talkie and Baby Monitor were tested but had too short a range to be useful
 
 
== ACTION PLAN ==
 
== ACTION PLAN ==
 
 
'''LOBBY TO-DO'''<br>
 
'''LOBBY TO-DO'''<br>
 
'''Description''': Muzak that blends into an annoying sound if there are too many people in the lobby.<br>
 
'''Description''': Muzak that blends into an annoying sound if there are too many people in the lobby.<br>
 
'''Goal''': Make people leave if they are too many.<br>
 
'''Goal''': Make people leave if they are too many.<br>
 
 
# Lasers
 
# Lasers
 
# Mirror arrangement
 
# Mirror arrangement
Line 88: Line 80:
 
'''Description:''' Inside-out lift<br>
 
'''Description:''' Inside-out lift<br>
 
'''Goal:''' Making the inaudible AUDIBLE<br>
 
'''Goal:''' Making the inaudible AUDIBLE<br>
 
 
# Accelerometer Soldering
 
# Accelerometer Soldering
 
# Accelerometer Testing in Lift
 
# Accelerometer Testing in Lift
Line 99: Line 90:
 
# Sound Design
 
# Sound Design
 
# Script for Sound
 
# Script for Sound
 
 
== Testing the Accelerometer ==
 
== Testing the Accelerometer ==
 
+
* http://biosport.ucdavis.edu/blog/how-to-calculate-static-lean-and-pitch-angles-from-accelerometer-measurements ???
 
* ADXL362 Arduino Library - http://annem.github.io/ADXL362/ - Downloaded the library and running the ADXL362_SimpleRead.ino example
 
* ADXL362 Arduino Library - http://annem.github.io/ADXL362/ - Downloaded the library and running the ADXL362_SimpleRead.ino example
 
* Instructions were - Connect SCLK, MISO, MOSI, and CSB of ADXL362 to SCLK, MISO, MOSI, and DP 10 of Arduino - Refer to http://arduino.cc/en/Reference/SPI for corresponding arduino pins
 
* Instructions were - Connect SCLK, MISO, MOSI, and CSB of ADXL362 to SCLK, MISO, MOSI, and DP 10 of Arduino - Refer to http://arduino.cc/en/Reference/SPI for corresponding arduino pins
Line 110: Line 100:
 
* Result:  
 
* Result:  
 
[[File:ADXL362wat.png]]
 
[[File:ADXL362wat.png]]
* http://biosport.ucdavis.edu/blog/how-to-calculate-static-lean-and-pitch-angles-from-accelerometer-measurements ???
 
  
 
== Testing RC Switch ==
 
== Testing RC Switch ==
Line 116: Line 105:
  
 
== Testing the SD Library ==
 
== Testing the SD Library ==
 +
* sd reference - http://arduino.cc/en/Reference/SD
 +
* Result:
 +
[[File:sdcardarduino.png]]
 +
 +
== Testing the Wifi shield ==
 
* http://arduino.cc/en/Hacking/WiFiShieldFirmwareUpgrading
 
* http://arduino.cc/en/Hacking/WiFiShieldFirmwareUpgrading
 
* https://www.sparkfun.com/products/11287
 
* https://www.sparkfun.com/products/11287
 
* http://arduino.cc/en/Guide/ArduinoWiFiShield
 
* http://arduino.cc/en/Guide/ArduinoWiFiShield
* sd reference - http://arduino.cc/en/Reference/SD
 
  
[[File:sdcardarduino.png]]
+
* Result: Does not connect to Eduroam because its WPA2 Enterprise. :-(
 +
* Solution: Project wifi network from smartphone.
 +
 
 +
[[File:wifiarduino.png]]
 +
 
 +
* Testing the
  
 
== Libraries ==
 
== Libraries ==

Revision as of 17:24, 7 November 2013

Process

Tutorial with Yuri, 31 oct

  • surround haptics - sound / haptic / visual / feedback
  • usb sound output for playing back sounds

Guides / Tutorials / Gear

Interesting links

Brainstorming, 31 oct

Bucket of links

Tutorial with Mike, 1 nov

  • Recommended to use triple axis accelerometer - ADXL362 - already has arduino library written for it
  • accelerometer only measures acceleration. think of acceleration in terms of integration, velocity, position...
  • with regards to printing our own pcb - can do laser cut or acetate / pcb toner transfer
  • sound - look up trigger mp3 with sd card slot
  • also think about amplifier and power source

Weekend + Tutorial with Mike and Dave, 4 Nov 2013

4 Nov 2013

  • Walkie Talkie and Baby Monitor were tested but had too short a range to be useful

ACTION PLAN

LOBBY TO-DO
Description: Muzak that blends into an annoying sound if there are too many people in the lobby.
Goal: Make people leave if they are too many.

  1. Lasers
  2. Mirror arrangement
  3. Light Sensors Soldering
  4. Laser/Light Testing in Lobby
  5. Speaker soldering/set up
  6. Script for Sound
  7. Sound Design


LIFT TO-DO
Description: Inside-out lift
Goal: Making the inaudible AUDIBLE

  1. Accelerometer Soldering
  2. Accelerometer Testing in Lift
  3. Record Lift door timings
  4. SD Card Module Soldering
  5. SD Card Testing
  6. Laser and Light Sensor arrangement
  7. Speakers soldering/set up
  8. External Power for both arduino and speaker.
  9. Sound Design
  10. Script for Sound

Testing the Accelerometer

ADXL362wat.png

Testing RC Switch

Testing the SD Library

Sdcardarduino.png

Testing the Wifi shield

  • Result: Does not connect to Eduroam because its WPA2 Enterprise. :-(
  • Solution: Project wifi network from smartphone.

Wifiarduino.png

  • Testing the

Libraries

See also