Crates.io | dw3xxx |
lib.rs | dw3xxx |
version | 0.2.0 |
created_at | 2025-05-17 03:47:47.727153+00 |
updated_at | 2025-06-21 22:01:47.075042+00 |
description | An experimental driver crate for the DW3XXX series of UWB ranging modules. |
homepage | |
repository | http://github.com/wtoll/dw3xxx |
max_upload_size | |
id | 1677632 |
size | 111,850 |
DW3XXX
An experimental driver crate for the Qorvo (formerly Decawave) DW3XXX series of UWB ranging modules.
To include the crate in your project run:
$ cargo add dw3xxx
or add the following to your Cargo.toml
file:
[dependencies]
dw3xxx = "0.2.0"
This crate is still a work in progress, however, the following is a list of currently implemented features and features that have yet to be implemented.
embedded-hal
traitsIf you need something that works today you may instead be able to use dw3000-ng or dw3000 depending on your use case.
This crate is dual licensed under either the Apache License, Version 2.0 (LICENSE-APACHE or http://opensource.org/license/apache-2-0), or the MIT License (LICENSE-MIT or http://opensource.org/license/MIT)
Any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.