Society of Robots - Robot Forum

Software => Software => Topic started by: harpo on December 10, 2011, 05:01:25 PM

Title: Arduino sound library
Post by: harpo on December 10, 2011, 05:01:25 PM
Hello and welcome to my post
would any persons reading this know of a arduino which could do the
following...
generate tones that i could play on a speaker or transmit with a radio 
like beep beep dit da etc..
and interpret sound so that for example if my arduino receives
da da dit beep then turn on this led...
Thanks!
-Setra
Title: Re: Arduino sound library
Post by: billhowl on December 10, 2011, 09:24:37 PM
Are you talking about Morse code library?
is at the Arduino playground
http://arduino.cc/playground/Main/InterfacingWithHardware#Morse (http://arduino.cc/playground/Main/InterfacingWithHardware#Morse)
Here are the Morse code encoder and decoder
http://raronoff.wordpress.com/2010/12/16/morse-endecoder/ (http://raronoff.wordpress.com/2010/12/16/morse-endecoder/)
Title: Re: Arduino sound library
Post by: harpo on December 10, 2011, 09:28:41 PM
more so a sound generator /interpreter but thanks for the links.
-setra