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

timeout waiting for event pyaci

Hi,

I have a problem when setting up pyaci on Windows 10 up to date.

In pyaci when launching the command

In [3]: p = Provisioner(device, db)

In [4]: 2019-07-12 06:45:20,534 - INFO - COM5: cmd KeypairSet, timeout waiting for event
2019-07-12 06:45:22,534 - INFO - COM5: cmd AddrLocalUnicastSet, timeout waiting for event
2019-07-12 06:45:24,544 - INFO - COM5: cmd SubnetAdd, timeout waiting for event

I tried to apply the fixes given in several other problems similar to this one, though it does not work.

It happens every time i try to setup the devices.

I tried setting up an ubuntu and an arch vm through virtualbox, even if i can access the com ports i have the same problem.

tried switching the board (another nRF52832) it did not solve anything.

And tried to erase everything that were on the board too.

Is there a point i have overlooked?

Thanks in advance

Parents
  • I have the same issue after upgrading from Windows 7 to Windows 10.

    Segger

    SEGGER J-Link Commander V6.44e (Compiled Apr 5 2019 16:17:35)
    DLL version V6.44e, compiled Apr 5 2019 16:15:03

    Python 3.8.2 32bit and 7.3.2 32bit

    2020-04-01 11:25:36,377 - INFO - COM3: cmd KeypairSet, timeout waiting for event
    2020-04-01 11:25:36,378 - DEBUG - COM3: TX: 059f01000100
    2020-04-01 11:25:38,378 - INFO - COM3: cmd AddrLocalUnicastSet, timeout waiting for event
    2020-04-01 11:25:38,379 - DEBUG - COM3: TX: 1392000018eed9c2a56add85049ffc3c59ad0e12
    2020-04-01 11:25:40,380 - INFO - COM3: cmd SubnetAdd, timeout waiting for event
    2020-04-01 11:25:40,381 - DEBUG - COM3: TX: 1597000000004f68ad85d9f48ac8589df665b6b49b8a
    2020-04-01 11:25:42,382 - INFO - COM3: cmd AppkeyAdd, timeout waiting for event

    Is there a solution in the meantime?

Reply
  • I have the same issue after upgrading from Windows 7 to Windows 10.

    Segger

    SEGGER J-Link Commander V6.44e (Compiled Apr 5 2019 16:17:35)
    DLL version V6.44e, compiled Apr 5 2019 16:15:03

    Python 3.8.2 32bit and 7.3.2 32bit

    2020-04-01 11:25:36,377 - INFO - COM3: cmd KeypairSet, timeout waiting for event
    2020-04-01 11:25:36,378 - DEBUG - COM3: TX: 059f01000100
    2020-04-01 11:25:38,378 - INFO - COM3: cmd AddrLocalUnicastSet, timeout waiting for event
    2020-04-01 11:25:38,379 - DEBUG - COM3: TX: 1392000018eed9c2a56add85049ffc3c59ad0e12
    2020-04-01 11:25:40,380 - INFO - COM3: cmd SubnetAdd, timeout waiting for event
    2020-04-01 11:25:40,381 - DEBUG - COM3: TX: 1597000000004f68ad85d9f48ac8589df665b6b49b8a
    2020-04-01 11:25:42,382 - INFO - COM3: cmd AppkeyAdd, timeout waiting for event

    Is there a solution in the meantime?

Children
Related