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
  • For this use case, I do not believe you would require mesh. You could achieve this via the multilink example which I mentioned in another one of your cases. But again, without having an nRF52 dev kit to log the dongle, I do not see how you would be able to see any logging information & hence how could you debug the program if something does not work as expected? By debug, I mean problem solving to solve bugs in the SW (see this link for a good definition).

    You can test the multilink example by flashing the multilink central code onto a nrf52 dev kit & flash the ble_app_blinky examples to multiple dongles via the nRF Programmer app.

Children
Related