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

Android App for Bluetooth Mesh on nRF52832.

I am about to develop a Bluetooth Mesh network with the nRF52832.

With the PCA10040, i already able to form a Bluetooth Mesh Network, such that there is one client act as the provisioner, and two board act as a provisionee.

Therefore, the two provisionee will able to locate the provisioner and register the key to setup the Mesh Network.

If i would like to turn my android mobile to be the provisioner, and i would only use the mobile to authen all the provisionee from the development board.

Do you know where should i startup ?

Regards, Ajay

Parents Reply
  • Hi Paulo, 

    Please create a new case next time you have a question related. 

    The app can be used to provision/configuration any models. However, to be able to use the app to send a on/off command to a server, the server need to implement Generic On/Off model, not the simple on/off model we have in the example. 

     

    You can have a look at the thingy demo source code (that used in the video demo) where we use the generic on off model. They are very similar though. 

Children
Related