This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sequence Number Recovery for bluetooth mesh?

How to recover communication  due sequence number.   (Could be due of  PYACI  serial hardware changed/dammaged).
Is there any command to reset or know sequence number of node.

Device:            nRF52840,
Host/Gateway : PYACI

Thanks and Regards,

Mital

Parents Reply Children
  • Thanks Amanda for  for quick response. I'll check  with "State Clear" Command thanks

  • Hi Amanda,

    Not able to resolve sequnce number issue.

    Still getting relapy packet error.

    Tried with  bellow commads,

    send(cmd.StateClear())
    send(cmd.SubnetUpdate(0, b"\x76\xC6\xC3\xDF\xB1\xF0\x3E\x00\xB5\x36\xB9\xDC\x78\xFD\xF1\x9F"))
    send(cmd.AppkeyAdd(0,0, b"\xCE\x7B\xEA\x74\x67\x75\xF5\x93\xDD\x97\xD5\xC8\x9B\x0A\x86\x15"))
    dev.quick_setup()
    d[0].event_filter_disable()

    send(cmd.AddrPublicationAdd(5))
    send(cmd.PacketSend(0, 1, 0, 8, 1, 0, 0, b"\x82\x02\x01\x01"))

    Can u share any Document preocess to reset (to resolve sequence number issue with pyaci) 
    It will help all of us to resolve same issue.

Related