A2dp sink not working :(
Posted: Sun Jan 26, 2020 4:50 am
Im using the master branch for the a2dp sink example, but I cant get it to work.
I believe the hardware is setup correctly because I have used dac_output_voltage() function to output a sine wave. The sine wave outputs on my speaker just fine.
When I try to connect my phone, however, there is no audio output.
I think I followed this guide exactly https://github.com/espressif/esp-idf/tr ... /a2dp_sink
I changed the menuconfig to the internal 8 bit dac output and I made sure that bluetooth classic and a2dp were enabled.
The output is just silence, but the monitor shows that it is receiving the audio packets and AVRC controls as it should:
Help...
I believe the hardware is setup correctly because I have used dac_output_voltage() function to output a sine wave. The sine wave outputs on my speaker just fine.
When I try to connect my phone, however, there is no audio output.
I think I followed this guide exactly https://github.com/espressif/esp-idf/tr ... /a2dp_sink
I changed the menuconfig to the internal 8 bit dac output and I made sure that bluetooth classic and a2dp were enabled.
The output is just silence, but the monitor shows that it is receiving the audio packets and AVRC controls as it should:
Code: Select all
I (57927) BT_AV: Audio packet count 400
I (58487) RCTG: Volume is set locally to: 19%
I (60257) BT_AV: Audio packet count 500
Help...