Skip to content
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

Servoblaster PWM on pin 8 (GPIO14) not working #53

Open
lbaulig opened this issue Sep 21, 2015 · 1 comment
Open

Servoblaster PWM on pin 8 (GPIO14) not working #53

lbaulig opened this issue Sep 21, 2015 · 1 comment

Comments

@lbaulig
Copy link

lbaulig commented Sep 21, 2015

Hi,
I have a Raspberry Pi B+, does anyone know what I have to do to get pin 8 (GPIO14) to work as a PWM output?
I know that this pin is a special pin for serial connection, and I have changed both /boot/cmdline.txt and /etc/inittab accordingly to deactivate the serial connection, but it still doesn't do anything on that particular pin. All other pins are working just fine.

Greetings, Lukas

PS: Unfortunately, I cannot use any other pin, because the layout of some external hardware I have kind of forces me to use that pin, I would like to avoid breaking and resoldering that stuff.

@richardghirst
Copy link
Owner

I don't have a B+, but I do have Pi2 which I think has the same GPIO configuration. Pin 8 works for me with the latest code from git. All I did was "killall servod; servod --p1pins=8", and then echo 0= to /dev/servoblaster. I didn't bother with changing /boot/cmdline.txt or /etc/inittab for this quick test - I figured the serial driver wouldn't notice :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants