Hello there,
im currently working on a canbus project. A ESP32 is listening to the can and waiting for the right packages of my steering wheel buttons in the car. If a certain button is pressed, the esp sends a keystroke to skip the song or something else. The ESP32-BLE-Keyboard library is obviously only able to send keystrokes.
I want to display the current song title (and maybe artist) in my car dashboard. For that i need to get the song name through bluetooth of my phone. I searched on the web for a solution but i guess it will only work if the esp is also the music receiver.
Can someone help me? I need to send (media) keystrokes + get the current title without streaming the music to the esp
Greetings
Philipp