thotro / arduino-dw1000

A library that offers functionality to use Decawave's DW1000 chips/modules with Arduino.
Apache License 2.0
527 stars 288 forks source link

difference btw DW1000Ranging_TAG.ino and RangingTag.ino (resp DW1000Ranging_ANCHOR.ino and RangingAnchor.ino #118

Closed wazaahhh closed 7 years ago

wazaahhh commented 8 years ago

I tried and used successfully both pairs of sketches to have 2 modules communicate together. However, RangingTag/Anchor.ino is way more precise than DW1000Ranging_TAG/ANCHOR. Yet the latter is made of much more streamlined code, and devices are uniquely identified, which is great.

Is there a reason for using one or another sketch pairs?

In both cases, anchors/tags are not super happy when I add a third device, either as anchor or tag. I gather from other issues that the code has not been written yet to accomplish this task. I wonder if there is a to do list, which could help direct effort in this direction. Thanks.

Rotzbua commented 8 years ago

If I remember correctly: Ranging was TOF. DW1000Ranging was mod TOF from decawave, see data sheet.

wazaahhh commented 8 years ago

Thanks for the tip. I will investigate.

DrummyFloyd commented 7 years ago

hi any news about the difference between them ?