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

Unable to run code(mesh beacon example) in nrf 52840 DK

Hi,

        I have a nrf 52840 DK with me. I have downloaded the SDK for the mesh(v.3.2.0) and SDK (v 15.3). I am using segger embedded studio here. I have modified SDK_ROOT location as mentioned. 

           I am trying to flash C:\Nordic\nrf5_SDK_for_Mesh_v3.2.0_src\examples\beaconing into my Dev kit. I followed the steps in 

https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v3.1.0%2Fmd_doc_getting_started_how_to_run_examples.html . But once I flash my code, I am not able to see any beacon signal in my nrf mobile app or any beacon scanner application.

I am able to see the beacons (attached image of nordic mesh app) in the nRF connect app, however not in the nrf beacon or nrf mesh android app (attached image of provisioner)  , I am missing some steps I believe. It would be great if someone could point it out.

Thank you

Thanks and Regards

Niranjan

Parents
  • Hi, 

    By default, the beaconing example don't have PB-GATT or Proxy feature enabled so you won't be able to see it in the nRF Mesh app. As for the nRF Beacon app, are you using it on an Android phone or an iOS device?

    According to the Beaconing example:

    "Outgoing beacons can be observed with nRF Connect for Desktop or nRF Connect for Mobile."

  • Hi,

    1. All your node can be seen under "Network". "Groups" is for creating group addresses. You can configure your models to publish/subscribe to these groups after you created them. 

    2. Unfortunatly, there are still no support for the nRF52840 Dongle (PCA10059) in the Mesh SDK. You should be able to port the nRF52840 DK (PCA10056) examples to the nRF52840 Dongle(PCA100059), but it will require some work from your side. You would need to do some reconfiguration of the LED, button pins and maybe some other stuff too.

Reply
  • Hi,

    1. All your node can be seen under "Network". "Groups" is for creating group addresses. You can configure your models to publish/subscribe to these groups after you created them. 

    2. Unfortunatly, there are still no support for the nRF52840 Dongle (PCA10059) in the Mesh SDK. You should be able to port the nRF52840 DK (PCA10056) examples to the nRF52840 Dongle(PCA100059), but it will require some work from your side. You would need to do some reconfiguration of the LED, button pins and maybe some other stuff too.

Children
Related