Hey
we have the arduino due and the CTE TFT/SD shield.
Is it possible to use the SD Card on the shield for an audio play back?
We don't find any topic to this theme in the forum.
Thx for helping us ![]()
Hey
we have the arduino due and the CTE TFT/SD shield.
Is it possible to use the SD Card on the shield for an audio play back?
We don't find any topic to this theme in the forum.
Thx for helping us ![]()
The Arduino IDE 1.6.X contains a sample audio player sketch.
File->Examples->Audio->SimpleAudioPlayer
Read first the following Arduino tutorial regarding the necessary output interface.
Regards.
p
hi
we tried it with this code but I think this example does not work with this shield.
Because the console told us "SD failed".
regards
The SimpleAudioPlayer example sets pin 4 as default chip select (CS). Check your TFT specs to see which CS pin uses, then, change it accordingly and try again.
p
I changed the CS Pin to 53 and shorted the jumper 8.
I hope its right but it still do not work.
I add the readme of the shield.
Maybe you can help me.
Thx
CTE_DUE_shield.zip (13.4 KB)
Can you post the example sketch that you are using?
p
Hey
it works. I think jumper was not shorted complete and that was the problem.
Another question is about the speakers. The example told me that we have to use an amplifier and a little circuit.
Do I have to use this if I want to link the DAC to a normal stereo amplifier with an 3,5mm cable?
Or is the big amplifier enough.
Thx
I am happy that you resolved your issue.
In reference to use or not the amplifier, I strongly recommend you to use it. It is proven that exposing the DAC to a low impedance load with KILL the DAC. I understand your willingness to move with this but again, take your time to implement the little circuit before connect Due to any audio device. Good luck.
p
Ok thank you for helping ![]()