nRF Mesh Sniffer App

Hello,

I would like to know if there is a way that I could see the source code of the nRF Mesh Sniffer app for Android, just like the nRF mesh source code is available in GitHub, to be able to receive the published data from mesh in my app. The device is publishing the data that I want but I am having trouble receiving it in the app, so to be able to look at the sniffer app source code would be really helpful. Thanks in advance!

  • Hi,

    So you have confirmed that the smartphone app works for sending messages to the other devices, and you have confirmed that the other devices can pass messages to each other.

    In that case, you should have already bound the model correctly on the smartphone app (with correct appkey. Otherwise the smartphone app should not be able to successfully send messages to the other devices.) Now, have you set up a callback for receiving messages, and/or what does your code look like for that part of the application?

    Regards,
    Terje

  • Hi,

    I am using the code of DoozProvisionedBleMeshManagerCallbacks from the example code as is to send and receive the data, and is sending the data correctly but not receiving it properly. Thanks in advance!

  • Hi,

    Please share your code for sending and receiving the messages, so we can have a look at suggest what could be changed or added. If you don't want to share it here in a public thread, then please create a new private thread and share it there. In that case, please also refer to this case so we can connect the two.

    Also, please confirm that you are not talking about receiving messages that were sent from the same device. I.e., the issue is that you do not receive any messages from any of the other devices.

    Regards,
    Terje

Related