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

advertising using MESH

Hello All,

I would like to implement tracking over MESH network using nRF52840.
1. In my MESH network, there are some devices who continuously advertising (say beacon).
2. There are some devices who read these advertising & relay this information towards the Hub using other relay device (say relay).
3. My Hub device get all these advertising (passed via Relay) & send it to cloud.

I read the nRF mesh documentation and I found implemented Beacon example. However, could not understand how to implement Relay for this scenario.
Any help / pointers towards implementation would be of great help.

Thanks in advance.

Parents
  • Hi ,

    Did you succeed with your implementation,i'm also trying implement the same thing with nRF52832 DK board and nrf mesh sdk v2.2.0 (Beaconing example ) and nrf sdk 15.0.0 (ble_app_beacon example). i'm able to provision the beaconing nodes and scanning the ble_app_beacon device but i'm unable to send the beacon data to other  nodes or hub in mesh packet. Can you guide me in how to send beacon data to other nodes in mesh packet?

    Any help is appreciated, thanks in advance

     

  • Hi Satish,

    My requirement is similar to yours.   Need to send the information in beacon frames/advertisment  in  a mesh  network  to the main node with ble mesh & internet connection.

    I am using nrf5SDKforMeshv300 SDK and PCA10040 boards.  Flashed  one board with  beacon example, one board with light switch server example and other board with light switch provisioner example.  I  assume provision will acts  as  a relay  and passes the data in mesh network.

    I am unable to provision server & beacons  with provisioner board.  All the boards are placed at a distance & tx power of beacon is adjusted.

    please let me know how you can provision?  In some post i suggestions to modify light_server example to act as a beacon i.e need to port the code from beacon. 

    Regards,

    Siva.

Reply
  • Hi Satish,

    My requirement is similar to yours.   Need to send the information in beacon frames/advertisment  in  a mesh  network  to the main node with ble mesh & internet connection.

    I am using nrf5SDKforMeshv300 SDK and PCA10040 boards.  Flashed  one board with  beacon example, one board with light switch server example and other board with light switch provisioner example.  I  assume provision will acts  as  a relay  and passes the data in mesh network.

    I am unable to provision server & beacons  with provisioner board.  All the boards are placed at a distance & tx power of beacon is adjusted.

    please let me know how you can provision?  In some post i suggestions to modify light_server example to act as a beacon i.e need to port the code from beacon. 

    Regards,

    Siva.

Children
No Data
Related