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 |
#1457 in Embedded development
85 downloads per month
Used in 2 crates
(via dwm1001)
180KB
2.5K
SLoC
Rust DW1000 Driver
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
~5MB
~92K SLoC