ChrisTClark / Ultrasonic_Tripwire

Ultrasonic Tripwire, wireless communication to voice alert
0 stars 0 forks source link

SD card read to voice alert #2

Open ChrisTClark opened 3 years ago

ChrisTClark commented 3 years ago

Requirements

Reference

-https://www.instructables.com/Audio-Player-Using-Arduino-With-Micro-SD-Card/

ChrisTClark commented 3 years ago

Step to get text to voice, and on a a micro SD card

  1. use iPhone App: Text to Speech
  2. Export (email to self)
  3. Use Zamzar (via browser) to convert to wav, or use https://audio.online-convert.com/convert-to-wav
  4. Select 8 bit, 16,000Hz Sampling Rate, Mono channel, PCM unsigned 8 bit
  5. Save to your files
  6. Format the SD Card as FAT32
  7. Copy voice recording into SD card
  8. Safely eject SD card
ChrisTClark commented 3 years ago

Next Steps

  1. Install TMRpcm library in the Arduino IDE.
ChrisTClark commented 3 years ago

Set up wiring

ChrisTClark commented 3 years ago

Read https://github.com/TMRh20/TMRpcm/wiki

ChrisTClark commented 3 years ago

New Direction: going to use Adafruit Wave Shield.

Steps

References