-
I was able to manage 2 Anchors and 1 Tag using the sample code DW1000_RangingTag/Anchor.
The tag printout the distance compared to each Anchors.
But when I power-on a third Anchor, I have an issue…
ghost updated
5 years ago
-
This permits you to hide implementation details from header files.
-
Dear all,
I recently tried to make the ranging examples working. The assembly I have is exactly the same as https://sites.google.com/site/wayneholder/uwb-ranging-with-the-decawave-dwm1000---part-ii…
-
This will decrease performance but make the program more stable because there will never be interrupt when they (the interrupts) are locked.
-
Hi guys,
I managed to read the ID from an Arduino Due, but i don't know why i cannot read it from an Arduino Leonardo.
I followed the same connection of the testbed:
https://github.com/thotro/arduino…
-
Hi,
I found this site when looking for Arduino Compatible code for DWM1000 modules.
I understand the code in the repo is based on Mini-Pro 3.3V, 8MHz processor, is this correct?
If the processo…
-
Hello
I'm working with two dwm1000 modules. by using thotro's library, i'm able to make them work with Arduino UNO. But only the basic connectivity test is working. I am not getting anything transm…
-
Tried your program with the following:
DWM1000_Anchor* anchor=new DWM1000_Anchor("anchor",Spi::create(12,13,14,5),DigitalIn::create(4),DigitalOut::create(16));
The dwm1000 fails to initial…
-
Hello,
I would like to build and deploy this application to my Wemos Mini Pro which is connected to the DWM1000.
I have been following your instructions as per: https://docs.google.com/docume…
mj8ac updated
6 years ago
-
### Step 1: What do you want?
* Need help
### Step 2: Describe your environment
* Arduino IDE version or Toolchain: 1.85
* dw1000 Library version: 0.50
* Arduino device: Arduino Uno
…