Hi
I am looking for some example code that shows best how to talk to a servo.. If there isn't any, any ideas which example project comes the closest ?
Thanks
J
Hi
I am looking for some example code that shows best how to talk to a servo.. If there isn't any, any ideas which example project comes the closest ?
Thanks
J
I am testing on the Sparkfun board via the Nordic DK. My setup looks something like this: cdn.sparkfun.com/.../nrf52832-dk-programming-board.jpg. You can see the sparkfun board here: cdn.sparkfun.com/.../nrf52832-top-annotated.jpg The servo controller is plugged into pin 31 of the Sparkfun and 5v plugged into VIN and GND plugged into GND.
I just hooked up a multimeter to VNC and GND and I am getting 5.5-6v when running the code you gave me.
I just ran your sample code again but this time directly connected to the Nordic DK without the Sparkfun board and it works perfectly. So the issue is definitely lack of volts from the Sparkfun.
Thank you