Crates.io | dw1000 |
lib.rs | dw1000 |
version | 0.6.0 |
source | src |
created_at | 2019-02-20 12:23:44.142538 |
updated_at | 2021-12-14 12:14:14.999137 |
description | Driver for the Decawave DW1000 UWB wireless transceiver chip, providing radio communication based on IEEE 802.15.4 and distance measurement |
homepage | |
repository | https://github.com/braun-embedded/rust-dw1000 |
max_upload_size | |
id | 115952 |
size | 182,136 |
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.
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.
Include this crate in your Cargo project by adding the following to Cargo.toml
:
[dependencies]
dw1000 = "0.6"
Please refer to the API Reference.
Example programs are available in the dwm1001
crate.
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