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?
It run as S132 project OK, is there a project for nrf51822?
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.
It work OK now, after setting correct channel.