-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audio Injector Stereo GPIO Used #77
Comments
a time ago i found this post on the AudioInjector forum by FlatMax: For reference, this message notes which GPIO pins are used by the Audio Injector (AISC). The AISC uses the I2S pins for communicating audio data to and from the Raspberry Pi. Thses pins can not be shared amoungst add ons and hats when the AISC is in use. The I2S lines are the following pins : For power, the required pins are : These are shown in the following image. |
Thank you, this is extremely helpful! Sorry I hadn't found this myself, I was looking, but I should have thought to comb through the old forum. Everything on it was pointing me towards the github so I was assuming it had been dead for a long time. I didn't realize it the Audio injector used the I2C pins as well, this is very good to know, and will certainly inform my design decisions. Just to confirm then, UART should be totally free and cause no conflict? You're comment didn't list them, so I'm assuming that them being highlighted on the element14 graphic has no bearing on the audio injector, right? It looks like all of the other pins should be easy enough to avoid. Amazing how quickly a 40 pin header can fill up though. |
pleased to hear the info did help |
You too! Thank you again! |
Confirmed, UART is free !
The Zero and stereo cards have the same pinouts :
https://pinout.xyz/pinout/audio_injector_zero_sound_card
…On 25/12/21 3:58 am, pscorbett wrote:
You too! Thank you again!
—
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFLUBZQQHURV24FTMZN7KDUSSRELANCNFSM5KVSIFGA>.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi guys,
I have been looking through the documentation, and I haven't found this referenced anywhere. What GPIO pins are actually used by the Stereo sound card? I am trying to implement this in a project that will use SPI, and some shift registers and multiplexers, and I want to make sure there is no conflict.
My understanding is that I2C uses different GPIO pins than SPI on the RPi, but I couldn't find which ones (in particular for this device). Thank you!
The text was updated successfully, but these errors were encountered: