-
Notifications
You must be signed in to change notification settings - Fork 179
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
Any chance to work with gpiozero? #73
Comments
I've forked the repo and replaced the RPi.GPIO with gpiozero. Now it works on my Pi 5. @milaq Maybe this is helpful? |
thank you!!! |
@JoelKle the forked version still doesn't work on Pi5 with the sample rpi-rf-receive.py file: The output is this one These are the libraries installed: gpiozero 2.0 Would you have any thoughts on this? |
Oh yeah I should not copy/paste code generated by ChatGPT without testing it properly... I'm not an expert for this 433Mhz stuff... |
I've been struggling with the same issue for 2 days. @JoelKle you made my day! |
Well. I can see the same issue as in your tests. Pressing the same button all the time here:
By the way, I returned to Raspberry Pi 4 again and even there i cant get rpi-rf running successfully. Except with your fork, im pretty confused. With C its working, i got totally different codes there:
Generally I got the following error. Doesn't matter which version of rpi-rf I install.
|
Hi to anyone reading this. I ran into the same problem trying to get this working. After installing the packages in the actual repository (not any forks) I ran into the I then went into the root user (sudo -i) and was able to run it with no issues. Not saying it will 100% fix the problem but worth a shot if you haven't. |
the script gives error in raspberry pi5
The text was updated successfully, but these errors were encountered: