jkelleyrtp / dw1000-rs

Rust driver crate for the Decawave DW1000 UWB transceiver
49 stars 11 forks source link

Overflow and weird reading in ranging examples #117

Closed hannobraun closed 4 years ago

hannobraun commented 4 years ago

I've seen overflows when running the dw1000_ranging_tag example in debug mode (with a dw1000_ranging_anchor` running on another board) and weird readings (high measured distance when distance should be low) in release mode. I suspect both problems originate in the same code.

So far, I haven't investigated further.