AOA and AOD on nrf54L15

I have v3.0.0 SDK currently . I am using nrf54L15DK . Do we have any sample code for checking AOA and AOD of the advertisements from the peripheral devices. 

I could find  v3.0.0\nrf\samples\bluetooth\direction_finding_connectionless_rx . Will this be helpful ?

Parents
  • This is feasible. Based on the direction_finding_connectionless_tx example, I was able to emit extended CTE beacons using the nRF54L15 with NCS 3.1.1.

    So while there is no official AoA/AoD sample for nRF54L15 in v3.0.0 SDK, you can implement it yourself by adapting that example, which allows transmitting CTEs in advertising packets for direction finding.

Reply
  • This is feasible. Based on the direction_finding_connectionless_tx example, I was able to emit extended CTE beacons using the nRF54L15 with NCS 3.1.1.

    So while there is no official AoA/AoD sample for nRF54L15 in v3.0.0 SDK, you can implement it yourself by adapting that example, which allows transmitting CTEs in advertising packets for direction finding.

Children
No Data
Related