Hi, I am using a nrf52832 (MBT42Q) chip in my system. Suppose I want to drive a servo motor 45 degree, then how can I do this with pwm or any other process. Please help me with proper example.
Hi, I am using a nrf52832 (MBT42Q) chip in my system. Suppose I want to drive a servo motor 45 degree, then how can I do this with pwm or any other process. Please help me with proper example.
Hi,
nRF5 SDK v15.3.0: PWM Library Example demonstrates the use of the pulse-width modulation library by generating waveforms over a GPIO. The GPIO pin could drive a small speaker, for example. This might be a good start. Please also see this post.
Best regards,
Amanda
Hi,
nRF5 SDK v15.3.0: PWM Library Example demonstrates the use of the pulse-width modulation library by generating waveforms over a GPIO. The GPIO pin could drive a small speaker, for example. This might be a good start. Please also see this post.
Best regards,
Amanda
Thank you so much. My problem is solved.