Hi All,
I am a newbie to Nordic SDK and Mesh SDK.
I am trying to generate my On/Off application using the Nordic Mesh SDK (v2.0.1).
Here is my setup.
1) Have Mesh SDK and the NRF SDK (15.0.0_a53641a) in the same folder.
2) Modified the "Light Switch Proxy server" as per my requirements.
3) Enabled the BUTTON_BOARD = 1
4) Now I can read the falling edge of the button successfully and was able to do on/off on LED.
Now I wanted to detect both the rising and falling edge of the button press.
I saw the similar app was available in the Nordic SDK (Pin change Int example). I ran this example and able to detect both the rising and falling edge.
However, if I am trying to call the GPIOTE functionality from my NRF Mesh SDK I am getting errors.
Is there any way that I can call this functionality from Mesh SDK?
Thanks in advance.
Regards,
Vijay