Fast & Accurate BLE Channel Sounding for Localization with nRF54L15

Hi,

For my Master Thesis, I’m working on localization using nRF54L15 boards with BLE Channel Sounding. I’ve been using the official samples available online, specifically the Bluetooth: Channel Sounding Initiator with Ranging Requestor/Initiator example.

I’ve already explored how phase slope can be used to estimate distance and have implemented a basic version myself. I also tested using only ~30 frequencies, evenly spread between 2404 MHz and 2478 MHz, and the distance estimation still works surprisingly well with decent accuracy.

At this point, I’m looking to:

  1. Increase the measurement rate significantly – ideally up to 2 distance measurements per board pair per second.

  2. Maintain or improve accuracy – though speed is the current priority.

  3. Easily implement sequential connections with multiple boards to perform multilateration (similar to GPS, using the intersection of 3 distance circles for localization).

I’d really appreciate any advice or insights on how to approach these challenges, especially in terms of improving throughput and managing board-to-board interactions efficiently.



Nick De Leenheer

Related