-
Hi, guys! Can you help me?
I have some problems: how can I control measurement rate on DWM1000? Datasheet says that I can reach 2000 measurements per. sec. Is it possible?
-
I used arduino pro mini 3.3V and CP2102 with DWM1000. The power input given to both pro mini and DWM1000 is 3.3V. Still when I run basic connectivity test, i get this output. Please tell me what can b…
-
Firstly, many thanks for the great work you have done in maing this technology more available. I am very grateful!
I am trying to implement the DW1000Ranging_Tag/Anchor example but cannot get it to w…
-
I apologize if this has been asked before. I am using an Arduino Nano with a DWM1000 to perform RX/TX communication and ranging. Everything is working fine, I have observed repeatedly that when I ho…
-
We are using DWM1000 UWB46, we connected the chip to Arduino R1 (Deumilanove). We are using the BasicConnectivity sketch, the below is the output. Any idea what could be the issue, we wired for spi (s…
-
I think part of the code is not correct
void DW1000Class::reset() {
.....................
pinMode(_rst, INPUT);
......................
}
The correct code:
..................
pinMode(_rst…
-
Hi. @kriswiner Thank you so much for your work for this library, also I've read your comparison of IMU's which is really informative. Well, I'm developing navigational system for mobile robot using D…
-
Hi @vortex314 ,
I'm working on ESP8266 and Decawave IC for indoor localization. Currently i'm using arduino pro mini with decawave.
I tried esp12e to communicate with decawave IC but not succeed…
-
Hello
Where can I find a list of needed parts and a description of board dwm1000 arduino standalone?
-
Hey all!,
I'm having an issue when I try 3 anchors online to talk to 1 tag. Any two of the tags will work togther but when the third tag comes online, the entire program freezes. I'm running an ardui…