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...