I am trying to control a servo motor from nRF51822 when BLE is activated. I am using mbed development framework and libraries. My servo example works flowlessly if BLE/SoftDevice S110 is not used. However, when I use BLE for advertising or to establish a connection to a central device, my servo starts glitching/bumping. I have seen this example that shows how to use PWM together with SoftDevice
github.com/.../nrf51-pwm-library
However I have not been able to make it work with my servo. Is there any simple servo example?
Thanks!