I am using nrf52832 board sdk vr 17 s132 soft device. I want to have a way by which i can reduce the brightness of led while it blinks during advertising mode using PWM. pls assist me with a code that i can implement this
I am using nrf52832 board sdk vr 17 s132 soft device. I want to have a way by which i can reduce the brightness of led while it blinks during advertising mode using PWM. pls assist me with a code that i can implement this
Hello,
You can find a simple (old, but good) pwm example here:
https://devzone.nordicsemi.com/f/nordic-q-a/28081/is-there-a-simple-example-how-to-set-a-pwm-driver
Kenneth
i am using bsp_indication_set(BSP_INDICATE_USER_STATE_0) for advertising
what i want is that this intensity of led blinking consumes much power so i want that while advertising occurs, the intensity with which led is blinky using this function it should be reduced so tht less power is consumed