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

Message flow between provisioner(moblie/proxy client) and mesh node which act as a proxy node

Dear support team,

I'm using the demo (thingy52-mesh-provisioning-demo).

And I'm developing the Windows APP as a provisioner/proxy client.

When I send the proxy pdu with the opcode(0x8003) through the GATT Proxy Service (Mesh Data IN)to the mesh node, I didn't get any notify.

So I wonder know how the message flow between provisioner(moblie/proxy client) and mesh node.

And how can I trace the code on thingy. I don't know where the pud interface in which source file or method. 

Could you help this?

Thanks in advance.

Parents
  • Hi,

    Could you give more details on what you are trying to do here?

    The opcode you are using is for an AppKeyStatus message. This opcode is returned for an AppKeyAdd message. You might be sending a wrong opcode which is why you aren't getting any notifications

    And how can I trace the code on thingy. I don't know where the pud interface in which source file or method. 

    What do you mean by this?

Reply
  • Hi,

    Could you give more details on what you are trying to do here?

    The opcode you are using is for an AppKeyStatus message. This opcode is returned for an AppKeyAdd message. You might be sending a wrong opcode which is why you aren't getting any notifications

    And how can I trace the code on thingy. I don't know where the pud interface in which source file or method. 

    What do you mean by this?

Children
No Data
Related