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

Test procedure for any BLE mesh using PCA10059 nRF52840 USB dongle

Hi,

I want to use nRF52840 USB dongle in my setup with other PCA10056 boards. I have seen that in link https://www.nordicsemi.com/eng/Products/nRF52840-Dongle it is mentioned that it can support bluetooth mesh. While I am browsing in devzone it is mentioned like "But unfortunately, the Mesh SDK does not support the nRF52840 Dongle(PCA10059) as of now". So how can I proceed to use nRF52840 USB dongle for bluetooth mesh?

Thanks,

Sridhar

Parents
  • Hi Sridhar,

    You can naturally use the mesh sdk on the 52840 dongle. You will just need to change the board header file to point to the pca10059 header file instead of the pca10056 board. You will most likely also need to change the led initialization to point to the dongle LEDs instead of the 52840 dev kit. Do you want to use the dongle as a client or server in the mesh network? I have the light swich server example that works perfectly for the server on the dongle if you are interested.

    Kind Regards,

    Bjørn

  • Hi Kvaale,

    1. I just wanted to involve nRF52840 dongle in mesh network with nRF52840 PDK and nRF52840 DK. If dongle act as server then I can make use of DKs as provisioner and client. Please give me the working example you have. 

    2. Another issue I want to raise to you(may or may not be out of this context) is, if I use two DKs as light switch client and server by programming as it is using Mesh SDK and then scan using nRF Mesh android app both are not visible. Other way I tried is program proxy light switch client, proxy light switch server on two DK and then scan. Now both are visible and can able to add only proxy server to mesh network but proxy client is also visible but cant add to mesh network.

    Thanks,

    Sridhar

Reply
  • Hi Kvaale,

    1. I just wanted to involve nRF52840 dongle in mesh network with nRF52840 PDK and nRF52840 DK. If dongle act as server then I can make use of DKs as provisioner and client. Please give me the working example you have. 

    2. Another issue I want to raise to you(may or may not be out of this context) is, if I use two DKs as light switch client and server by programming as it is using Mesh SDK and then scan using nRF Mesh android app both are not visible. Other way I tried is program proxy light switch client, proxy light switch server on two DK and then scan. Now both are visible and can able to add only proxy server to mesh network but proxy client is also visible but cant add to mesh network.

    Thanks,

    Sridhar

Children
Related