thotro / arduino-dw1000

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

Arduino Pro mini & DWM1000 #335

Open itfeels opened 1 year ago

itfeels commented 1 year ago

Basic Sender and Receiver seems working on my Arduino.

image

But, When I upload DW1000Ranging_ANCHOR and TAG,

image

Distance measurement is messed up like above. It's only 70~80cm between 2 DWM1000.

I'm using DW1000 example code

image

Farzad1989 commented 1 year ago

Hi, Is it necessary to use a host processor permanently for tags after the initialization?

amitx64 commented 1 year ago

when I used DW1000 with Arduino Uno it did not work. just, shows ANCHOR and TAG addresses.

amitx64 commented 1 year ago

Did you change in Arduino uno code. So, it can work for you. If it is than please share.