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

How to create Mesh network with NRF52840?

Hello all,

I have NRF52840 and SDK versions from 12 to 15.

I want to implement the mesh network by which i can distribute the data to the beacons or devices on fixed interval or based on any action on my board.

The data will be anything like status of switch or any temperature sensor data or anything else.

I'm trying it with UART example but wouldn't get the proper things by which I can do the programming in required way.

Is anyone having the idea or experience by which I can build my application.

Thanks in advance!

Please don't mind if I made mistake to describe my issue properly.

  • It depends on your purpose and I suggest you to read more about its specification from this site: https://www.bluetooth.com/specifications/mesh-specifications 

    Then just jump into the bluetooth mesh SDK, the examples, documents...Just take your time digging in the mesh SDK. You can find the solution for your idea.

  • This (like my similar suggestion) does assume that you are already a competent 'C' programmer, familiar with microcontrollers in general and the Nordic BLE SDK in particular.

    If that's not the case, I would strongly suggest that you start by working on those foundations - before jumping in to Mesh stuff!

    Open mouth

1 2