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

How to establish serial communication between 3 nRF52840 dongles using mesh.

Hello everyone,

I want to establish serial communication between 3 nRF52840 dongles using mesh.

Can you suggest me the steps from begining. Also i have read the documentation blog of nordic semiconductor.

I have downloaded nrf sdk for mesh version 2.1 and nrf sdk for mesh version 15. After this tell me how to implement the examples on multiple dongles.

Also i have downloaded nrf connect for pc.

Parents Reply Children
  • Do you want to get the light switch example to work on the 52840 dongles instead of using dev kits? Do you want one dongle to be the provisioner via the serial example & the pyaci script, one dongle to be the light switch client & the other dongle to be the light switch server? Also, I would recommend upgrading to the latest mesh sdk v2.2.0 that was released today.

  • Thank you i will download the latest version. can you tell me the next steps after downloading the SDK. Also can I configure mesh using nRF connect desktop application or i need to build the hex file in segger embedded studio and then flash the hex file to dongle. I want to connect all 3 dongles for home automation. That means I want to send signal from one device and all other device should receive the signal. This is my project. Please help

  • I want to use 3 nrf52840 dongles for home automation. All the 3 dongles must be connected to each other and the signal transmitted from 1 device(mobile phone) should be received by the devices connected to the other dongles. Can you suggest me a step by step procedure for this project. Also what should i connect to the OUT pin of nRF52840

    (I have downloaded nrf connect for desktop, Segger embedded studio, Nrf SDK for mesh version 2.2.0 and 15.1....

  • Hi,

    Do you by any chance have a nRF52 dev kit too? I have gotten the light switch server example to work on the dongle, but only when it is programmed via a dev kit & connected to the dev kit via a SWD cable, like shown below:

    I will continue to take a look at why the dongle is not being provisioned when only attached to the usb port. I suspect it has something to do with Segger RTT. I used a 52832 dev kit as the provisioner & one for the client example & the 52840 dongle was the light switch server. I was successfully able to send messages over the mesh network from the client to the dongle server.

    Is it correct that you want to provision the mesh network via the nRF Mesh application for Android/iOS? Do you want to have one light switch client & two light switch servers for example?

  • Hello, I don't have any development kit. Is it possible to establish communication using mesh network between three nRF52840 dongles just by using the dongles?  

Related