Difference between revisions of "Redesigning Sound"

From Wikicliki
Jump to: navigation, search
(Ideas)
(Weekend thoughts)
Line 40: Line 40:
  
 
== Weekend thoughts ==
 
== Weekend thoughts ==
* Robersontronics MP3 Trigger board - https://vimeo.com/67617269 - https://www.sparkfun.com/products/11029
 
 
* 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/
 +
* Robersontronics MP3 Trigger board - https://vimeo.com/67617269 - https://www.sparkfun.com/products/11029
 
* SKU 146706 Micro SD Card Storage Memory Board Module for Arduino (Works with Official Arduino Boards)
 
* SKU 146706 Micro SD Card Storage Memory Board Module for Arduino (Works with Official Arduino Boards)
 
* Kingston 8 GB microSDHC Class 4 Flash Memory Card SDC4/8GBET
 
* Kingston 8 GB microSDHC Class 4 Flash Memory Card SDC4/8GBET
Line 48: Line 48:
 
* http://playground.arduino.cc/Learning/9VBatteryAdapter
 
* http://playground.arduino.cc/Learning/9VBatteryAdapter
  
'''Shopping List:'''
+
 
* File Storage for sound files
+
 
** <s>SD Card Reader / MicroSD Card Reader
 
** SD Card / MicroSD Card</s>
 
 
** 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
Line 57: Line 55:
 
** 2.1mm power plug as above
 
** 2.1mm power plug as above
 
** 3mm shrink tube
 
** 3mm shrink tube
 +
 +
* '''File Storage for sound files'''
 +
* Arduino Wifishield http://arduino.cc/en/Guide/ArduinoWiFiShield
 +
* Use SD library to read/write/save to sd card: http://arduino.cc/en/Reference/SD
 +
 +
* '''Sound Libraries to play WAV files'''
 +
** Arduino library for asynchronous playback of PCM/WAV files direct from SD card - https://github.com/TMRh20/TMRpcm
 +
** SoundWave - A modification of a library with the same name by Adafruit Industries that allows playing sound from an SD card directly on your Arduino board without any Digital to Analog Converter (DAC). It uses pin 3 on your Arduino Uno board to push out the sound. Just plug a soundjack from an amplifier and share ground with the Arduino to listen to the sound. - https://github.com/dcuartielles/SoundWave - http://cuartielles.com/verkstad/edu/Courses1BitSound/PlayWAVsound
 +
* Convert Audio to 8bit 16Khz mono - http://cuartielles.com/verkstad/edu/Courses1BitSound/PrepareWAVsound
 +
* Requires: Transistor 2N2222
  
 
== See also ==
 
== See also ==

Revision as of 15:07, 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 thoughts


See also