Page 1 of 1

AVRCP Implementation?

Posted: Sat Mar 31, 2018 8:19 am
by Calvin_54
Hello,

I recently got my hands on a WROVER V3 kit and I want to implement it as a media remote for iOS. I briefly researched Bluetooth profiles and found AVRCP to be the most suited for my project. I looked through the examples in the IDF for any examples of AVRCP and found it in the A2DP sink/source examples.

In those examples they were using traditional Bluetooth? Would it be better/possible to implement this using BLE? Are there any more detailed resources or guides about using Bluetooth on the ESP32?

Thanks!