connectless CTE TX/RX problem

I am testing connectless CTE RX/TX.
A strange behavior is occurring.
Please advice me.

・connectless CTE TX
     nRF52833-DK + nRF Connect SDK + connectless CTE TX (almost same as sample)
・connectless CTE RX
   nRF52833-DK + nRF Connect SDK + My Application (customised connectless CTE RX)
   Scan doesn't stop after sync_create().

1. CTE is received normally for several tens of minutes.
2. Suddenly reception on the connectless CTE RX side stops. (stop scan)
3. If you start advertising while reception is stopped, you will be able to receive it.
4. When advertising stops, reception also stops. (stop scan)
5. If the connectless CTE TX is operating (transmitting) while advertising is running, reception will not stop even if advertising stops.

Is there anything we can investigate?

Parents Reply Children
  • So you're trying to receive CTE data from 5 TX devices at the same time? If so, that makes sense, as CTE means Constant tone extension, so it will only be able to receive from one device at a time by default, and you'll need to give each of them separate timeslots using I.E. the MPSL I believe. Are you able to receive the EXT_ADV at all? What exactly is "long time" in this test case?

    Best regards,

    Simon

Related