nRF5 SDK v17.1.0
PWM Library Example

The 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 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

You can find the source code and the project file of the example in the following folder: <InstallFolder>\examples\peripheral\pwm_library

LED assignments:

Testing

Test the PWM Library 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.

Documentation feedback | Developer Zone | Subscribe | Updated