Android Smartphone To be configured as BLE mesh node

Hi,

I want to know if Android Smartphone can be configured as BLE Mesh node? If it can be configured as BLE mesh node, how can it be done using below mentioned library.

So that it can be communicated using mesh nodes using BLE technology only.

https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library

Regards

Sanjay Chauhan

Parents
  • Hi Sanjay, 

    The library will make the phone acts as a mesh node that can be connected to the mesh network via a proxy node.

    The provisioning of the phone as a mesh node is not supported. You would need to do hardcode provisioning which basically mean you manually assign an address, assign network keys, app keys etc. You can find this feature in the nRF Mesh app (at setting page). 

    Note that you need a proxy node that support both BLE and Bluetooth Mesh for the phone to be able to connect and communicate with mesh. 

Reply
  • Hi Sanjay, 

    The library will make the phone acts as a mesh node that can be connected to the mesh network via a proxy node.

    The provisioning of the phone as a mesh node is not supported. You would need to do hardcode provisioning which basically mean you manually assign an address, assign network keys, app keys etc. You can find this feature in the nRF Mesh app (at setting page). 

    Note that you need a proxy node that support both BLE and Bluetooth Mesh for the phone to be able to connect and communicate with mesh. 

Children
Related