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

problem in setting nrf 52840 dongle as proxy server for light switch example

While trying to execute the light switch example, i was able to set the nrf52840 as evaluation board as proxy server but failed to do the same with the dongle.

2)When the evaluation board is set as the proxy  server and the dongles as  proxy client, after provisioning the instruction is to press the button of the proxy client(which acts as a switch) in order to glow the led of the server(acting as light) but there are no buttons on the dongle unlike the evaluation board so how do i proceed ?

  •  Can i use the dongle as a client and other dongle as a server in light switch example. I tried changing this 
    /** Boards with user buttons */
    #define BUTTON_BOARD (defined(BOARD_PCA10059) ||defined(BOARD_PCA10040) || defined(BOARD_PCA10028) || defined(BOARD_PCA10056) || defined(BOARD_PCA10100)) //lint -e491 // Suppress "non-standard use of 'defined' preprocessor operator"

    But nothing changed at server side led. How can i configure the switch sw1 at client side dongle.

    I am using nrf 52840 dongle for both client and server.

    Kindly provide a solution for the same.

    Thanks

    Anuprit

Related