Skip to content
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

in mopidy/install.sh , is bcm24 needed? #63

Open
alvarovm opened this issue Sep 10, 2021 · 1 comment
Open

in mopidy/install.sh , is bcm24 needed? #63

alvarovm opened this issue Sep 10, 2021 · 1 comment
Labels
notice This issue is resolved, but left open for posterity/visibility question Further information is requested

Comments

@alvarovm
Copy link

In mopidy/install.sh

[raspberry-gpio]
enabled = true
bcm5 = play_pause,active_low,250
bcm6 = volume_down,active_low,250
bcm16 = next,active_low,250
bcm20 = volume_up,active_low,250
bcm24 = volume_up,active_low,250

while in mopidy/README.md

[raspberry-gpio]
enabled = true
bcm5 = play_pause,active_low,150
bcm6 = volume_down,active_low,150
bcm16 = next,active_low,150
bcm20 = volume_up,active_low,150

Which one is correct?
Thanks

@Gadgetoid
Copy link
Member

It depends. The pin for button "Y" - BCM 20 - was swapped to BCM 24 on later revisions of Pirate Audio boards, to avoid conflicts with PCM data-input.

In most cases BCM 24 is probably the right choice, but if that makes your "Y" button stop working then swap it to 20.

@Gadgetoid Gadgetoid added notice This issue is resolved, but left open for posterity/visibility question Further information is requested labels Sep 10, 2021
s-martin added a commit to MiczFlor/RPi-Jukebox-RFID that referenced this issue Feb 26, 2023
Support early and late revisions of PirateHat, see pimoroni/pirate-audio#63 (comment)
s-martin added a commit to MiczFlor/RPi-Jukebox-RFID that referenced this issue Feb 26, 2023
Support early and late revisions of PirateHat, see pimoroni/pirate-audio#63 (comment)
s-martin added a commit to MiczFlor/RPi-Jukebox-RFID that referenced this issue Feb 26, 2023
* Update setup_pirateAudioHAT.sh

Fix #1974

* Update README.md

* Update setup_pirateAudioHAT.sh

Support early and late revisions of PirateHat, see pimoroni/pirate-audio#63 (comment)

* Update README.md

Support early and late revisions of PirateHat, see pimoroni/pirate-audio#63 (comment)

* Update README.md
AlvinSchiller pushed a commit to AlvinSchiller/RPi-Jukebox-RFID that referenced this issue Dec 21, 2023
* Update setup_pirateAudioHAT.sh

Fix MiczFlor#1974

* Update README.md

* Update setup_pirateAudioHAT.sh

Support early and late revisions of PirateHat, see pimoroni/pirate-audio#63 (comment)

* Update README.md

Support early and late revisions of PirateHat, see pimoroni/pirate-audio#63 (comment)

* Update README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notice This issue is resolved, but left open for posterity/visibility question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants