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

LPN EXAMPLE SDK FOR MESH: Mesh error 4 at 0x00000000 (:0)

When i enable BLE_DFU_SUPPORT_ENABLED 1 and debug i have problem Mesh error 4 at 0x00000000 (:0).
I'm using sdk: 17.0.2, sdk_for_mesh: 5.0.0. Board nRF52840 DK.
Thanks you for support.

Parents Reply
  • Have you tried to provide the opcode that you used in your model and the payload ? 
    I would suggest to print out the log inside access.c , please look for the logging ("RX:" ) inside mesh_msg_handle() , you can print out the raw message that you receive on access layer. From that you can check if you receive the packet from the phone or not, and if the opcode is correct or not. 

    If that works, you can start to customize the nRF Mesh app interface , the source code for the app is available on our github.

Children
Related