Ok, so, I would like to program an ATtiny85, to read different MP3 files(single words mp3 file), and read the file(s), selected by the program after a certain input occurs. Lets say, i want it to monitor the weather, and it will output, in any language, the temperature, humidity, winds, and be able to voice the variables, from the ATtiny85, and reading the mp3 words on the mini SD card, and output it as a voice, with the known variables after being read. This all should happen on a push button event.
The SD card is able to have the words recorded, with anyone’s voice, and record the words in mp3 format, so that it outputs some such as - “Your current weather is - “Temperature, (mp3 file - Temperature is -(VAR), “Humidity (VAR)xxx%”, winds at,(VAR-MP3Word”).”
How would this be possible? How do I read the mp3 files, and output them to a small speaker, and insert the variables I described? I have searched but failed to find much in the forums. And I may not be searching for the correct forum, or message. I am SURE it can be done. I just need a bit of coaching to program it correctly. Reading the file, and outputting it, would it be using the ‘lprint’ command, with a port number? If not, how…
Many Thanks, folks…
Taz…