BaReinhard / Super-Simple-Raspberry-Pi-Audio-Receiver-Install

Super Easy installation to make your Raspberry Pi an Audio Receiver
GNU Affero General Public License v3.0
490 stars 85 forks source link

Apple Accessory Protocol #117

Open KJohnson82 opened 6 years ago

KJohnson82 commented 6 years ago

Hey thanks for this project, I'm attempting to build a Pi unit that I can connect to my existing car radio via the built-in 30-pin apple cable adapter that was in the car when I purchased it.

  1. What I need to know is does your code support the Apple Accessory Protocol so that it can be recognized as a controllable device?

  2. Is there an area to record custom key/input commands? Basically I want to use switch my stereo to the ipod setting and use the already built-in buttons to play/pause, next track, last track, and mute whatever is playing on my phone via bluetooth. How I plan to accomplish this is to wire the 30-pin ipod cable directly to a Pi Zero W via the GPIO pins and plug directly into the head unit. Thanks