Nordic DevZone
Nordic Q&A
Blog
Online Power Profiler
DevAcademy
Search
Support
+
User
Site
Search
User
Home
>
Nordic Q&A
State
Verified Answer
View Voters
Login to vote on this thread
0
Login to vote on this thread
Replies
4 replies
Subscribers
74 subscribers
Views
2131 views
Users
0 members are here
development
software
nrf51822
Attachments (
0
)
Nordic Case Info
Case ID: 212476
Options
Share
More
This post is older than 2 years and might not be relevant anymore
More Info:
Consider searching for newer posts
How to use app_pwm module?
Hansome
over 7 years ago
Is there any example for how to use app_pwm module?
I want to control the LED effect, Thanks!
Top Replies
OlaHallstrom
over 7 years ago
+1
I'm using the nrf_pwm driver if you want to use that. Code ripped out of its context and with very basic usage but you get the idea... #include "nrfx_pwm.h" static nrf_pwm_values_common_t seq_values…
OlaHallstrom
over 7 years ago
+1
verified
If you prefer the app_pwm module over the driver, there are probably examples in SDK (I'm using SDK 15.0.0, don't know how it is in your case) which will be a good start. ..\examples\peripheral\pwm_library…
Hansome
over 7 years ago
in reply to
OlaHallstrom
+1
verified
Thanks!
Related