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:
-
Increase the measurement rate significantly – ideally up to 2 distance measurements per board pair per second.
-
Maintain or improve accuracy – though speed is the current priority.
-
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