avrcp volume control #181
-
Hi, I was wondering if the I came across this and I believe this is a similar issue as I am having: #41 Many thanks 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Can you double check the Arduino ESP32 Version. You need to use a version > 2. The latest version is 2.0.2. See https://github.com/pschatzmann/ESP32-A2DP/wiki/Controlling-your-Phone-with-AVRC-Commands |
Beta Was this translation helpful? Give feedback.
-
You can use esp-idf. On one hand, it is much more challenging and harder to learn, on the other hand it provides extra control (and maybe speed. Please note that speed is, when developing common applications, one of the last parameters considered. In many ue cases, it is lless important than etc. clarity, simplicity...). Here is link to esp-idf docs: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/bluetooth/esp_avrc.html |
Beta Was this translation helpful? Give feedback.
Can you double check the Arduino ESP32 Version. You need to use a version > 2. The latest version is 2.0.2.
If you use this version and it is still not working then your phone might not support this function. In this case the set_volume() function is just applied on top of the volume provided by the phone...
See https://github.com/pschatzmann/ESP32-A2DP/wiki/Controlling-your-Phone-with-AVRC-Commands