RPi.GPIO not working on Rpi 2 B

@GreenSCV

Hi!

I’m pretty sure the C++ code will work, because it access the raw memory. But I strongly encourage you to use APM userhooks and droneapi. This is way cleaner. We have a lot of spare PWM outputs in APM. The software PWM is prone to jitter, that’s why you won’t actually be able to control a servo reliably.

Take a look at this thread. It might shine a light on the issue at hand.

1 Like