Hi Pasi.
My project started in 2014 and is still not fully operational after all these years breaking my head over how to steer the VS1053 through the UART.
Regarding your reply i was able to switch on the Loudness on, (2+7+7) thanks for that.
Mainly i have 2 questions remaining.
1. in the latest manual have seen that the VS1053 is able to receive simple ASCII characters to steer the uart and adres the playback functions. But the character table seems incomplete. Can you please give me the characters for:
- STOP MP3 playback (stop asap) = "C" ??
- Repeat (Loop after Song) =
- Stop playback right after the Song =
2. im breaking my mind over the memory maps. In the manual i found that the VS1053 contains 3 memory banks, right? These banks are no further explained in the document.
Then i wend to find a proper Memorymap to find the full location adress of register AICTRL3 and is not specified anywere. I find that the addres range probably could start at C000 and AICTRL3 adres it selve starts at 0xF. So, my assumtion is that the adress could be C00F, right?
To stop the MP3 song (my assumption) i have to send 0x10 to the UART.
Compleet UART string (AICTRL3 / C00F) in sequence : 83- 80- 8F - 10 but it aint working
thanks in advance
Andre