Difference between revisions of "Redesigning Sound"

From Wikicliki
Jump to: navigation, search
(Weekend thoughts)
(Weekend thoughts)
Line 39: Line 39:
 
* also think about amplifier and power source
 
* also think about amplifier and power source
  
== Weekend thoughts ==
+
== Weekend + Tutorial with Mike and Dave, 4 Nov 2013 ==
 
* 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 47: Line 47:
 
* http://australianrobotics.com.au/catalog/batteries-and-power
 
* http://australianrobotics.com.au/catalog/batteries-and-power
 
* http://playground.arduino.cc/Learning/9VBatteryAdapter
 
* http://playground.arduino.cc/Learning/9VBatteryAdapter
 
+
* ALTERNATIVELY: '''ARDUINO WIFI SHIELD''' AND ETHERNET SHIELD ALREADY HAVE INBUILT microSD slot !!!!
 
 
 
 
** ALTERNATIVELY: '''ARDUINO WIFI SHIELD''' AND ETHERNET SHIELD ALREADY HAVE INBUILT microSD slot !!!!
 
 
* 9V Battery Adaptor for Arduino - http://playground.arduino.cc/Learning/9VBatteryAdapter
 
* 9V Battery Adaptor for Arduino - http://playground.arduino.cc/Learning/9VBatteryAdapter
 
** 9V battery clip
 
** 9V battery clip
 
** 2.1mm power plug as above
 
** 2.1mm power plug as above
 
** 3mm shrink tube
 
** 3mm shrink tube
 
 
* '''File Storage for sound files'''
 
* '''File Storage for sound files'''
 
* Arduino Wifishield http://arduino.cc/en/Guide/ArduinoWiFiShield
 
* Arduino Wifishield http://arduino.cc/en/Guide/ArduinoWiFiShield
 
* Use SD library to read/write/save to sd card: http://arduino.cc/en/Reference/SD
 
* Use SD library to read/write/save to sd card: http://arduino.cc/en/Reference/SD
 
 
* '''Sound Libraries to play WAV files'''
 
* '''Sound Libraries to play WAV files'''
 
** Arduino library for asynchronous playback of PCM/WAV files direct from SD card - https://github.com/TMRh20/TMRpcm
 
** Arduino library for asynchronous playback of PCM/WAV files direct from SD card - https://github.com/TMRh20/TMRpcm

Revision as of 19:21, 4 November 2013


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

See also