ETH-PBL / UWB_DualAntenna_AoA

Angle of arrival and distance estimation on a compact and smart UWB sensor node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues License

Angle of Arrival and Centimeter Distance Estimation with a miniaturized UWB Module

This repository contains the hardware of an UWB-AoA shield using the Qorvo DW3220 and presented in Angle of arrival and centimeter distance estimation on a smart UWB sensor node. Additionally the repository contains firmware to use the module with an STM32 and dataset as presented in the publication. An in-depth analysis of the hardware and the proposed algorithms for error compensation and angle estimation can be found here: IEEE TIM / arXiv:2312.13672 (preprint)

Accurate and low-power indoor localization is becoming more and more of a necessity to empower novel consumer and industrial applications. In this field, the most promising technology is based on UWB modulation; however, current UWB positioning systems do not reach centimeter accuracy in general deployments due to multipath and nonisotropic antennas, still necessitating several fixed anchors to estimate an object's position in space. This article presents an in-depth study and assessment of angle of arrival (AoA) UWB measurements using a compact, low-power solution integrating a novel commercial module with phase difference of arrival (PDoA) estimation as integrated feature. Results demonstrate the possibility of reaching centimeter distance precision and 2.4° average angular accuracy in many operative conditions, e.g., in a 90° range around the center. Moreover, integrating the channel impulse response, the phase differential of arrival, and the point-to-point distance, an error correction model is discussed to compensate for reflections, multipaths, and front-back ambiguity.

If you use Angle of Arrival and Centimeter Distance Estimation with a miniaturized UWB Module in an academic or industrial context, please cite the following publications:

@article{margiani2023angle,
  title={Angle of arrival and centimeter distance estimation on a smart UWB sensor node},
  author={Margiani, Tobias and Cortesi, Silvano and Keller, Milena and Vogt, Christian and Polonelli, Tommaso and Magno, Michele},
  journal={IEEE Transactions on Instrumentation and Measurement},
  doi={https://doi.org/10.1109/TIM.2023.3282289},
  year={2023},
  publisher={IEEE}
}
@inproceedings{polonelli2022performance,
  title={Performance Comparison between Decawave DW1000 and DW3000 in low-power double side ranging applications},
  author={Polonelli, Tommaso and Schl{\"a}pfer, Simon and Magno, Michele},
  booktitle={2022 IEEE Sensors Applications Symposium (SAS)},
  doi={https://doi.org/10.1109/SAS54819.2022.9881375},
  pages={1--6},
  year={2022},
  organization={IEEE}
}

Folder structure

The hardware design files are located in Hardware.

The published data is available in the Dataset subfolder.

The firmware used for the double antenna and single antenna modules is available in the Firmware subfolder.

Each folder contains a README.md containing more information.

Hardware - UWB Modules

Double Antenna Module

We release two modules,

  • T_Module (22x28 mm) optimized for production cost and dimensions
  • UWB_AoA_module (30x45 mm) optimized for performances and R&D Used for the scientific publication "Angle of arrival and centimeter distance estimation on a smart UWB sensor node"

Firmware

The firmware consists of basic applications using the Qorvo SDK on an STM32. The created applications read PDoA and CIR values from the UWB module, and transmit them to the computer using UART.

Dataset

The data contains records from more than 19000 Two Way Ranging (TWR) exchanges and is collected at the double antenna module. Raw data containing measurements from each received UWB frame as well as preprocessed data with a subset of fields from TWR result frames is provided.

Scripts

The double antenna UWB module sends measurement data over the serial connection for processing. The scripts in this directory help to save and preprocess that data for analysis.

About

Angle of arrival and distance estimation on a compact and smart UWB sensor node

License:GNU General Public License v3.0


Languages

Language:C 98.4%Language:Python 0.7%Language:Jupyter Notebook 0.5%Language:Assembly 0.4%Language:Cython 0.0%