Skip to content

Commit

Permalink
Added note about conflicts with PWM audio
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Hirst committed Dec 2, 2012
1 parent d33bcca commit e8bdd90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ServoBlaster/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ protect against other code using those peripherals. It sets the relevant GPIO
pins to be outputs when the driver is loaded, so please ensure that you are not
driving those pins externally.

ServoBlaster currently uses the PWM hardware for timing purposes, so cannot be
used at the same time as PWM audio on the 3.5mm jack, and if you play PWM audio
after loading servoblaster.ko, you'll need to unload and reload servoblaster.ko
in order to recover.

I would of course recommend some buffering between the GPIO outputs and the
servo controls, to protect the Pi. That said, I'm living dangerously and doing
without :-) If you just want to experiment with a small servo you can probably
Expand Down

0 comments on commit e8bdd90

Please sign in to comment.