-
Notifications
You must be signed in to change notification settings - Fork 126
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
Cannot use PWM #151
Comments
I am getting the same result, pwm from all pwm pins is not working, using Node12/ Buster release... |
Did you ever resolve the issue?, I am using a pi3B+ , , |
Facing the same problem. rpio npm works great in Balena OS, but doesn't generate any signal in Raspbian. Same node version (10.20) used. Must be something fishy in native libs. Python example under Raspbian works ok with the same HW setup. |
@npreiser found a solution. PWM started to generate pulses after disabling 'dtparam=audio=on' in /boot/config.txt. |
Hi!
I follow the tutorial, and use this code
But the PWM dont work. I even chmod 777 the dev/mem and dev/gpiomem
When I use the rpio.write, it works perfectly. I fresh install the Rpi yesterday. How can I procceed? I used 2 differents pins and get nothing.
The text was updated successfully, but these errors were encountered: