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

nRF52840 Dongle SDK example supporting Bluetooth mesh

Hello,

I have got three nRF52840 Dongles to test Bluetooth mesh. I have been going through the devzone queries and found that many people have previously asked about SDK mesh support for the dongles. Does the Mesh SDK still not support the nRF52840Dongle? I tried modifying the project preprocessor definition to point from pca10056 to pca10059 support, made few changes in the LEDs and switch. There is some functionality associated with switches in the provisioned. How can we amend this? Also, still have got no an idea of how to test this? Have someone already tried to implement Mesh using three dongle modules. If so, how do you test it?

Regards,

Ash

Parents Reply
  • Yes, we did test it yesterday after we came across the release update from this forum. The light switch example server support is said to be there in the SDK. But, even with the build with the change in preprocessor definitions from board_pca10056 to board_pca10059, we still have the Dongle in the state similar before (LED Green and Blue lit, not able to see any activity in the nRF mesh or nRF Connect mobile apps). We were able to successfully provision the light switch example nodes in DK. But, would at least like to have the light switch server in the nRF52840 Dongle.

Children
  • Hi.

    It might be related to this (from the documentation):
    "As of v1.4.3, the dongle Programmer application does not support erasing of the empty flash areas. Therefore, once the device is provisioned, it cannot be unprovisioned by flashing the same example again. To unprovision the device, use one of the following methods:

    • Trigger a node reset using the nRF Mesh mobile application or any other configuration client.
    • Modify the example application to trigger the node reset after pressing SW1 (Button 1) on the dongle.
    • Flash another example with different device composition and the Bluetooth mesh stack will automatically unprovision the device on the next reboot."

    Maybe there are some provisioning data or similar that is left in flash, preventing the dongle to function as it should.

    Br,
    Joakim

  • Hi Joakim,

    Mine is the same as __Mesh which only green and blue LEDs are on, no activity can be found via nRF Mesh. I am quite confused as my dongles have never been provisioned. I would appreciate any kind of assistance.Cheers~!

Related