-
Notifications
You must be signed in to change notification settings - Fork 74
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
Rpi5 #26
Comments
Hi RPi.GPIO library will not work with Raspberry pi 5 due to changes in how it handles the peripheral access. regards |
Yeah I ran into the same issue so I wrote a shared library for it using c++ and wiringPi. Tested with arm64 bookworm on Raspberry Pi 5 with 2 x 28BYJ-48 stepper motors. https://github.com/bmagsalan/StepperMotor Motors movement is asynchronous so you can move them at the same time. The library is scalable so feel free to expand on it. |
I'm getting an error "cannot determine soc peripheral base address" with the GPIO library. It looks as though GPIO has been replaced on the rpi5
https://www.tomshardware.com/how-to/control-raspberry-pi-5-gpio-with-python-3
Do you have any plans to update this library to work on a Pi 5?
The text was updated successfully, but these errors were encountered: