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

Problems about mesh

Board:custom board Mesh SDK: V1.0.0 IDE:SEGGER Embedded

Problem a: When I test the steps specified by “Interactive PyACI”, there is A certain probability of Provisioning failure.When the serial port printed "EcdhSecret: {'context': 0}",the program will blocking untill Provisioning link closed.I want to known why?

   serial prot log:
          1.Link established
          2.Received capabilities
          3.Number of elements: 2
          4.OobUse: {'context': 0}
          5.ECDH request received
          6.EcdhSecret: {'context': 0}
          7.Provisioning link closed
Parents
  • Hi Beike,

    Which firmware you run on the provisionee ? Could you post the full log ?

    How often do you see the issue ?

  • firmware :S132_5.0.0

    the log:

    client:
    2018-01-31 17:17:10,179 - INFO - COM7: Provision: {'context': 0}
    2018-01-31 17:17:10,234 - INFO - COM7: Link established
    2018-01-31 17:17:10,274 - INFO - COM7: Received capabilities
    2018-01-31 17:17:10,275 - INFO - COM7: Number of elements: 2
    2018-01-31 17:17:10,277 - INFO - COM7: OobUse: {'context': 0}
    2018-01-31 17:17:12,445 - INFO - COM7: ECDH request received
    2018-01-31 17:17:12,450 - INFO - COM7: EcdhSecret: {'context': 0}
    2018-01-31 17:18:12,474 - INFO - COM7: Provisioning link closed
    
    
    
    
    
    server:
    2018-01-31 17:17:10,214 - INFO - COM9: Link established
    2018-01-31 17:17:12,453 - INFO - COM9: ECDH request received
    2018-01-31 17:17:12,458 - INFO - COM9: EcdhSecret: {'context': 0}
    2018-01-31 17:18:12,539 - INFO - COM9: Provisioning link closed

Reply
  • firmware :S132_5.0.0

    the log:

    client:
    2018-01-31 17:17:10,179 - INFO - COM7: Provision: {'context': 0}
    2018-01-31 17:17:10,234 - INFO - COM7: Link established
    2018-01-31 17:17:10,274 - INFO - COM7: Received capabilities
    2018-01-31 17:17:10,275 - INFO - COM7: Number of elements: 2
    2018-01-31 17:17:10,277 - INFO - COM7: OobUse: {'context': 0}
    2018-01-31 17:17:12,445 - INFO - COM7: ECDH request received
    2018-01-31 17:17:12,450 - INFO - COM7: EcdhSecret: {'context': 0}
    2018-01-31 17:18:12,474 - INFO - COM7: Provisioning link closed
    
    
    
    
    
    server:
    2018-01-31 17:17:10,214 - INFO - COM9: Link established
    2018-01-31 17:17:12,453 - INFO - COM9: ECDH request received
    2018-01-31 17:17:12,458 - INFO - COM9: EcdhSecret: {'context': 0}
    2018-01-31 17:18:12,539 - INFO - COM9: Provisioning link closed

Children
No Data
Related