I have a playlist on my iPhone which I control with a bluetooth remote . All I need to do is advance the playlist to next song. I could hack open the remote and wire the button to a relay controlled by arduino. I would like to use bluetooth control by arduino. How to read the command from the remote to be emulated via arduino?
There’s probably no need to read the remote’s signals directly.
iPhones support standard Bluetooth profiles for media control, most importantly the HID (Human Interface Device) profile and AVRCP (Audio/Video Remote Control Profile). AVRCP lets devices send commands like play, pause, next, and previous to media apps, which is what remotes use.
➜ If your Arduino or Bluetooth module can act as an AVRCP controller, it can emulate a media remote and control the iPhone without needing to read or decode the original remote’s signals.
thx 4 info
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.