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

Need exact test steps to configure and provision through nrf mesh app and share its test output...

Testing BLE mesh of proxy light switch example with 3 nrf52840(1 as client and 2 as servers) pdk boards with nrf mesh apk(android phone). Phone able to scan nrf 52840 light and switch roles devices.

But not sure about how to test further and what is the expected output? I do not see any read me file in the sdk when testing with nrf mesh app.

So please share exact test steps to configure and provision through nrf mesh app and share its test output...

Note: Able to test with without proxy light switch example by configuring 1st board(nrf52840) as client and 2nd board (nrf52840)as server and 3rd board(nrf52840) as provisioner. So from the 1st board able to switch on led light of server board. In this example output is clear for me.

Parents
  • Hi Prasanna, 


    The light proxy switch example actually very similar to this demo we have here.

    In the demo we simply add a light switch client into the light switch server example. So a node can be both server and client. The main point is to configure the publication address of a client to the same as the subscription address (or the unicast address) of a server. After that you can use the button to send toggle command.  

    I'm not sure what you mean by "switch roles devices" ?

  • Hi Hung Bui,

    Installed nrf mesh app on the android mobile phone, flashed the proxy client hex files on one nRF52840 DK board and proxy server hex files on one nRF52840 DK board. 

    So with the nrf mesh app i scanned the near by devices(nRF5x Mesh switch and nRF5x Mesh light devices) and then clicked on the each devices to connect and provision. Looks to be provision was successful, which i performed through the mesh application.

    After this, when i press switch 1 on the client board, Switch1 of server board is not blinking.

    Please let me know the exact test steps to configure and provision the client and server nodes through nRF mesh app on android phone.

    Thanks,

    Prasanna

  • Hi Prasanna, 

    After the provisioning you would need to do configuration. The configuration steps is to assign application key and assign publication/subscription address for the nodes. I would suggest you to follow what we did in the video demo that I sent in the last reply. 

Reply Children
No Data
Related