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

Apparent overflow issue #297

Open UserIoana opened 5 years ago

UserIoana commented 5 years ago

Hi! I would like some help with the DW1000Ranging_TAG/ ANCHOR examples. I have two dwm1000 modules, one connected to an arduino pro mini (the 3.3V one) (the tag) and one connected to an Arduino due (the anchor). The examples BasicConectivity, BasicSender and BasicReceiver work fine, but when I try to get the range between the two, using the DW1000Ranging_ANCHOR/TAG examples, I get results like this : overflow I understood that this might be an overflow error but I have no idea what could cause it, considering the fact that the sketches worked fine for other people. I would appreciate some advice, thank you!

wahajmurtaza commented 5 years ago

Have you changed the channel? And for what distance you are receiving these values?

kihoonSon commented 2 years ago

Hello! I'm having the same problem as you. Did you solve this problem?