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.
Thank you for your example. Can I compile the project with SES?
That should work, yes.
Thanks. It run succes now. There is a problem solved: lates mesh SDK version is 0.10.1, in the SDK the nrf sdk version is nRF5_SDK_14.0.0_3bcc1f7, but in the pwm project is nRF5_SDK_14.1. After merge the code, it run OK.
Great! Good to hear that you figured it out! Good job!