I have 3 nRF52840 dongles and want to setup a mesh network between them. Which example from the SDK should I execute and how will i come to know if its working fine.
I have 3 nRF52840 dongles and want to setup a mesh network between them. Which example from the SDK should I execute and how will i come to know if its working fine.
Hi,
Unfortunately, the Mesh SDK does not support the nRF52840 Dongle(PCA10059) as of now. You will need a development board to test the Mesh SDK. You can see which board are compatible here.
Is it possible to implement mesh by only using dongles? If yes how?
I want to just send a data from one moblile phone and it should be broadcasted to other mobile phones which are connected in the mesh network
The Mesh SDK doesn't support the nRF52840 Dongle out of the box, but it should be possible to port DK examples to the dongle. That will require you to do some modifications to the code. I recommend you to use a development kit instead as the SDK already have support for it.
Hi, Nimish. Have you managed to set up the mesh. I need a solution to the same problem. I have been stuck for a month trying to set up. Please provide a solution if you have it.