How to receive AVRCP command in esp32
Posted: Fri Oct 29, 2021 2:47 am
Hello commmunity!
I have a project that uses 2 ESP32 boards, 1 board plays the role of remove control, will send AVRCP command. The other board will receive AVRCP command and process accordingly.
I added the code that sends the AVRCP command in the a2dp_sink sample code when Play and Pause button GPIO is pressed. I connected to my iphone and was able to play/pause songs from gpio button of esp32 devkit. AVRCP command have been sent successfully when GPIO pressed.
Currently I am looking for a way to receive AVRCP command in the target esp32 devkit side.
Pls tell me if anybody know how to receive AVRCP command in esp32 target board.
Thank you
I have a project that uses 2 ESP32 boards, 1 board plays the role of remove control, will send AVRCP command. The other board will receive AVRCP command and process accordingly.
I added the code that sends the AVRCP command in the a2dp_sink sample code when Play and Pause button GPIO is pressed. I connected to my iphone and was able to play/pause songs from gpio button of esp32 devkit. AVRCP command have been sent successfully when GPIO pressed.
Currently I am looking for a way to receive AVRCP command in the target esp32 devkit side.
Pls tell me if anybody know how to receive AVRCP command in esp32 target board.
Thank you