Forum >Audio Player help please
Audio Player help please

I have setup the Audio player according with diagram in Robot Wiki, I used a 1mega micro SD card formatted on FAT mode but the green ligth of module is still flashing, showing a problem. The comm protocol jumper is setup on I2C and the module is connected to an Arduino Uno card.
Plus help me to put tris module to work, any advice will work, thanks in advance.
Best regards
Merlin
Plus help me to put tris module to work, any advice will work, thanks in advance.
Best regards
Merlin
2012-02-03 06:09:53 Hi Merlin,
Here is the command you need to use:
TwiSend("\\One\r\n");
You do not need the file extension. Just use the name of the file. So instead of "one.wav" use "one"
Hector
Here is the command you need to use:
TwiSend("\\One\r\n");
You do not need the file extension. Just use the name of the file. So instead of "one.wav" use "one"

2012-01-30 12:27:28 Friends
I have solved the problem for my own, it was an issue with some names of the files in the SD card. Now the player is working, but...I have a new problem here:
I need to play some specific sounds directly from my code, in response to some events reported by sensors.
How may I say to the module to play the file "One.wav" for instance in Arduino code language?
I have examined the sample code on Wiki, which runs perfectly on my module, but I can't figure pour how to invoke the module commands directly from my own code...should I have to use TwiSend() command?
I really apreciatte full information about this, thanks
Best regards
merlin
Merlin
I have solved the problem for my own, it was an issue with some names of the files in the SD card. Now the player is working, but...I have a new problem here:
I need to play some specific sounds directly from my code, in response to some events reported by sensors.
How may I say to the module to play the file "One.wav" for instance in Arduino code language?
I have examined the sample code on Wiki, which runs perfectly on my module, but I can't figure pour how to invoke the module commands directly from my own code...should I have to use TwiSend() command?
I really apreciatte full information about this, thanks
Best regards
merlin
