nRF51 SDK v10.0.0
PWM Example

The PWM 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 example generates two variable duty cycle pulses using two PWM channels (with positive and negative polarity). The duty cycle is changed automatically and will vary between 0 and 100.

The application uses the duty cycle pulses to drive LED 1 and LED 2. With a higher value, the light intensity of one of the LEDs increases, while the intensity of the other LED decreases.

Setup

The name of the example is pwm_pca10028. If you are not using the Keil Pack Installer, you can find the source code and project file of the example in the following folder: <InstallFolder>\examples\peripheral\pwm

LED assignments:

Testing

Test the PWM Example application by performing the following steps:

  1. Compile and program the application.
  2. Observe that the LED light intensity changes. LED 1 should give the opposite light intensity compared to LED 2.

This document was last updated on Mon Nov 9 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.