Hi Nordic Team,
I am trying to develop an AOA application using the NRF52833 nordic SOC. I am using NCS 1.6.1 development SDK in Segger Embedded Studio.
I am flashing a custom board(equipped with the NRF52833 SOC) with the directionless_RX example and a NRF52833 DK with directionless_TX. However, my application does not work as expected. The RX (that runs on the custom board) is stuck at "Waiting for periodic advertising" despite the TX having successfully enabled the periodic advertising.
Below are the logs of the TX (that runs on NRF52833 DK):
*** Booting Zephyr OS build v2.6.0-rc1-ncs1 ***
Starting Connectionless Beacon Demo
Bluetooth initialization...success
Advertising set create...
success
Update CTE params...success
Periodic advertising params set...success
Enable CTE...success
Periodic advertising enable...success
Extended advertising enable...success
Started extended advertising as FB:31:99:47:63:DC (random)
Below are the logs from the RX (that runs on the custom board equipped with 4 antennas and a NRF52833 SOC. Note the custom board is programmed via the SWIO interface on a seperate NRF52833 DK and the logs are captured on a RTT viewer):
00> *** Booting Zephyr OS build v2.6.0-rc1-ncs1 ***
00>
00> Starting Connectionless Locator Demo
00>
00> Bluetooth initialization...success
00>
00> Scan callbacks register...success.
00>
00> Periodic Advertising callbacks register...success.
00>
00> Start scanning...success
00>
00> Waiting for periodic advertising...
00>
Under an ideal case I should be getting "success. Periodic sync established" log in the RX. Can you tell the probable reasons why this is not happening? What maybe the issue and where shall I start debugging ?
Regards,
Khilav Soni