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

Wanted to develop MESH network using 52840 DK and nrf52

HI 

I am trying to develop a mesh network using nordic mesh SDK..where nrf52 dongles will be beacons for which beaconing example will be used and from SDK 

52840 DK will act as one node which will scan the data received from nrf52 dongle.and than pass on to other 52840Dk which will act as a another node.

Same way data received will get transfered to node to node till it reaches final GATEWAY which will be preferablly pi based and data will get post to server 

Kindly guide me in developing this concept.

kindly provide me sample codes to be used if possible.or any modifications to be made in available code 

Thankyou..

  • Hi. 

    From what I can see in your question, we don't have any sample code to perfectly match you description. However, I suggest that you take a look at the examples we have in our nRF5 SDK for Mesh

    We do have a beaconing example in the Mesh SDK that you can take a look at. We don't have support for the nRF52 Dongle in the SDK, so you need to make the necessary changes to the example yourself. Using the examples with the nRF52 Dongle should be pretty straight forward and shouldn't require all too much work. 

    We also have several other examples that you can use as a template for developing your BT Mesh application. 

    Best regards, 
    Joakim Jakobsen

Related