-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Raspberry Pi 5 #165
Comments
Consider using rgpio: https://abyz.me.uk/lg/rgpiod.html |
Does that support the Pi 5? Does it come pre-installed with Raspberry Pi OS, or can it be installed through |
It does not yet appear to be in either the Debian repository or the Raspberry Pi repository, so I think users will need to build it and install it themselves using |
- Move powerLed and usbPower determination here (from hb-lib-tools); - Add support for fan on Pi 5; - Suppress GPIO devices on Pi 5, see #165.
The Raspberry Pi 5 uses the BCM2712 SoC package and the RP1 southbridge to control the GPIO pins. This hardware setup is very different from the Pi 4B (and from other Pi models). Unfortunately it is not yet (?) supported by
pigpio
, see joan2937/pigpio#589.Consequently, currently Homebridge RPi cannot manage a Pi 5 remotely and cannot control the GPIO pins for a local Pi5.
The text was updated successfully, but these errors were encountered: