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

Establish Mesh network between 3 nRF52840 dongles without Development Kit

AIM: To establish a mesh network having 3 nRF52840 dongles and end devices(mobile phones) will be connected to the dongles. The primary aim is to send data(string/number) from one end device(mobile phone). This data should be broadcasted to every other end device(mobile phone).

How can I achieve this in simple steps.

I have nRF5 SDK version 15.0 and nRF SDK for Mesh version 2.2.0 

I am using Segger Embedded Studio to build Hex file and nRF Connect Desktop windows application's Programmer Application to flash the Hex file into dongle.

Kindly provide me steps or flowchart so that I can work on it

Thank You

Parents Reply
  • Yes, that is correct. You will need to update the pca10056 file slightly to make it work with the dongle. In the preprocessor tab in Segger Embedded Studio, you will need to change PCA10056 to PCA10059. You will also need to take a look at the PCA10059.h board header file & figure out the LED names. Then, make changes in the LED init function in the multilink example to initialize the LEDs of the dongle instead of the dev kit. Apart from that, everything should be the same.

Children
Related