I get the mesh SDK here: http://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF5-SDK-for-Mesh/(language)/eng-GB
But I don't know how to add pwm to the light_switch example, is there any guide or example?
I get the mesh SDK here: http://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF5-SDK-for-Mesh/(language)/eng-GB
But I don't know how to add pwm to the light_switch example, is there any guide or example?
Got a tip from a colleague at Nordic: Take a look at this case here. Check the bottom comments. Should definitely help you to get pwm working in the mesh sdk. Let me know if you need any more help with this.
I make it run on nrf51822 successfully. But there is a new problem: I need 2 pwm, so add another by code APP_PWM_INSTANCE(PWM2,2);
, but it didn't run succesfully, is there any problem with param 2?
Thank you.
I make it run on nrf51822 successfully. But there is a new problem: I need 2 pwm, so add another by code APP_PWM_INSTANCE(PWM2,2);
, but it didn't run succesfully, is there any problem with param 2?
Thank you.