#radio #embedded-hal #decawave #embedded-hal-driver

no-std dw1000

Driver for the Decawave DW1000 UWB wireless transceiver chip, providing radio communication based on IEEE 802.15.4 and distance measurement

6 releases (breaking)

0.6.0 Dec 14, 2021
0.5.0 Jan 27, 2021
0.4.0 Mar 30, 2020
0.3.0 Sep 25, 2019
0.1.0 Feb 20, 2019

#852 in Embedded development

50 downloads per month
Used in 2 crates (via dwm1001)

0BSD license

180KB
2.5K SLoC

Rust DW1000 Driver crates.io Documentation Build Status

Introduction

Driver for the Decawave DW1000 UWB transceiver, written in the Rust programming language. If you're using the DW1000 with a DWM1001 module or a DWM1001-Dev board, please check out the DWM1001 crate.

Status

This driver covers the main features of the DW1000, wireless communication and distance measurement, although the distance measurement is currently lacking range bias compensation, making it somewhat imprecise.

As of this writing, the driver is well-tested (see examples based on the DWM1001 module), but has yet to be proven in real-world use cases.

This project is still in development. No guarantee of API stability is made, so expect future versions to require updates in your code.

Usage

Include this crate in your Cargo project by adding the following to Cargo.toml:

[dependencies]
dw1000 = "0.6"

Documentation

Please refer to the API Reference.

Example programs are available in the dwm1001 crate.

License

This project is open source software, licensed under the terms of the Zero Clause BSD License (0BSD, for short). This basically means you can do anything with the software, without any restrictions, but you can't hold the authors liable for problems.

See LICENSE.md for full details.

Created by Braun Embedded
Initial development sponsored by Ferrous Systems

Dependencies

~5.5MB
~109K SLoC