-
Notifications
You must be signed in to change notification settings - Fork 12
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
PWM issue on pi5 #28
Comments
dart_periphery comes will all needed libs on board. |
I'm still getting the same error whether I set a custom library or use the libperiphery.so which is shared. |
Thanks for the hijacked PWM website - I wiil replace the URL. I added your dtoverlay=pwm,pin=18,func=2 defintion to my RPI. But on my RPI3 (32bit) this definition creates a and the demo works: https://github.com/pezi/dart_periphery/blob/main/example/pwm_example.dart
|
Hello, I'm currently trying to run the PWM example on my pi5 but I keep getting the following error:
I'm using the GPIO18 and the following code:
I tried accessing the provided documentation for pwm in the example but it seems like the provided url was hacked and now points to another website...
Linux kernel
Linux 6.6.31+rpt-rpi-2712 aarch64
configurations are
dtoverlay=pwm,pin=18,func=2
.I also tried using pwm directly with a bash file and there it works just fine:
Does anybody had this issue before or does know how to fix it?
The text was updated successfully, but these errors were encountered: