Hi,
I'm planning to make BT audio using one of the mentioned modules.
Is it possible to get song info using UART or any other interface?
I'm planning to make BT audio using one of the mentioned modules.
Is it possible to get song info using UART or any other interface?
that would be cool, im not sure many people will reply as i've had a few sitting here with nothing.
Did you find anything out using a display of sorts? i'd be interested to know with the QCC3003 as i have a few of the amps sitting there waiting for a project.
Did you find anything out using a display of sorts? i'd be interested to know with the QCC3003 as i have a few of the amps sitting there waiting for a project.
I've found nothing for QCC3003 but there's QCC5125 module from Feasycom which has firmware with AVRCP and communication with AT commands, so there's a chance to read song info but I haven't bought such module to test it yet.
How did you do that @phuongpm72 ? i'd be interested to know if the QCC3003 can do something similar?
I did some test and yes, ESP32 is quite good for such task.Damn. ..was sort of hoping I could try pair it with an ESP32 device or something like that
I've got only ESP32-WROOM module and ESS9023 DAC in asynchronous mode, which is enough to play audio streams, song data can be accesed through callback function.
There's an easy to use Arduino solution here:
https://github.com/pschatzmann/ESP32-A2DP?tab=readme-ov-file#support-for-metadata
Last edited:
- Home
- Source & Line
- Digital Line Level
- QCC3003 QCC5125 - reading song info?