This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Adding reset button

Hello,

I've disabled the buttons in light_switch example for the client DK. I'm using GPIOs for input and I want to enable BSP_BUTTON_3 to reset mesh network configurations. I used pin_change_int example for GPIO and I get "multiple definition of GPIOTE_IRQhandler" error when I try to use the button_event_handler function in the example. How do I enable single button to reset mesh configurations?

Regards,

Sunil

  • Do you realize that you can reset the individual nodes in the light switch server using button 4 on the server node (see button_event_handler in light switch server example in mesh sdk v2.1.1)?

    But it seems to me that you want to use button 4 (i.e. BSP_BUTTON_3) on the client dev kit to reset the whole mesh network, right?

    Which mesh sdk version are you using & which regular SDK version did you integrate the pin_change_interrupt example from?

Related