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

GPIO pin numbering wiringpi #162

Open
9V1LH opened this issue Nov 1, 2022 · 0 comments
Open

GPIO pin numbering wiringpi #162

9V1LH opened this issue Nov 1, 2022 · 0 comments

Comments

@9V1LH
Copy link

9V1LH commented Nov 1, 2022

I want to use unipager with an NW Digital Radio UDRC (v1) board attached to a Raspberry Pi 2B. The physical pin is 32 which equals to wiring PI GPIO26. To manually toogle the gpio pin via "gpio write 26 0" or "gpio write 26 1" in the console works fine, confirming the number is correct.
However, when I check with "gpio readall" I found strange behaviour in Unipager using the GPIO pins. Examples:

  • GPIO0 -> unipager toogles wPi 0 (BCM 17, Pin 11) -> OK
  • GPIO12 -> unipager toogles wPi 12 (BCM 10, Pin 19) -> OK
  • GPIO20 -> unipager toogles wPi 28 (BCM 20, Pin 38) -> NOK, uses BCM notation
  • GPIO26 -> unipager toogles wPi 25 (BCM 26, Pin 37) -> NOK, uses BCM notation

Issue: The GPIO26 (BCM 12, Pin 32) can't be used with Unipager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant