-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo-Videos #62
Comments
That's awesome! Many thanks for sharing! Glad to hear that it was fun! ;-) |
Very nice ! this is really promising ! |
I did not calibrate yet, just using the raw delivered values. Actually, for this application it is not necessary to have cartesian correct measurements, it's only important to have always the same logical position A at physical position B, so like a constant transformation C). However, I plan to add calibration because measurements could drift over time. Later (if the ranging protocol will support this), I would like the tag (installed in my robot) to ask all 3 anchors for their measurements among each other. This would allow me to add auto-calibration (so computing the correct offset for each anchor) all the time. Do you think it would be difficult to add this to the ranging protocol? (somehow knowing the distances between all anchors). |
I don't think it will be difficult because i designed the Ranging library to allow dynamic modification from TAG to ANCHOR or ANCHOR to TAG but it needs some improvement. :-) |
why did you put the devices horizontally and not vertically ? |
Good question - I did some orientation tests with them before long time ago, as far as I remember the measurements were less dependant by direction when in horizontal orientation (though I could be wrong here...) |
Yes I had really strange value when it was in vertical orientation but the received power was better ... |
I checked the DWM1000 datasheet (p. 15/16), you are right - around the Azimuth Plane (that you are using), the signal seem to be stronger than around the Elevation2 Plane (that I'm using). I should try vertical orientation again :) |
I think so, but it was really not accurate: the values where really different just in turning the device among the "Z" axis but in keeping the same distance between them... It frustrated me so much :-( |
Hi greymfm, Have you modified in any ways one or both softwares? |
Hi there @raffa1993! I'm trying to solve that problem as well. Now currently using an Arduino Pro Mini since that's the medium being used by the library owner. I don't suppose you're in the Decawave group as well? |
Hi @EarthBreaker, |
@raffa1993, yea, I'm in that thread of yours, as 69.eddy. Hopefully we can get this up and running. |
One thing that's always been unclear to me is: where does all of the data get aggregated?. In the RangingAnchor / RangingTag examples, it's the Anchor that prints out the range. But in this video, it looks like the tag (attached to the laptop) is somehow getting all of the ranges from each of the anchors? Is it possible for all of the ranges to be collected by one of the anchors? How can the tag get copies of the ranges from each anchor? |
Both anchor and tag print out the range. The tag is attached to the laptop, and the laptop receives the ranges (to all anchors) from the tag only (I'm using a simple binary serial protocol for this). So the tag periodically outputs something like this: |
My tags (using the latest source from Github) don't print anything -- did Also, assuming that the Anchors are "fixed", is it possible for one of the @AlexanderG, if you could contact me off-list, that would be wonderful! greg at bigredbee.com On Tue, Feb 16, 2016 at 3:09 AM, AlexanderG notifications@github.com
|
@bigredbee: The TAG should print something, have a look at the code (function "newRange" is called for each new measurement): Regarding the compute requirements, you can do all calculations on an Arduino - I just did use a PC because I prefer using a PC for prototypes (for me, faster coding time, quick visualization etc). |
Thanks -- I was using the wrong example On Wed, Feb 17, 2016 at 1:36 AM, AlexanderG notifications@github.com
|
When I run basic connectivity program, i get a output like this - So I am just getting FFFF. I am using arduino pro mini. Supplying power from pro mini. |
@karanmakharia Were you able to solve the issue, as I have same output with a module. I got two modules working perfectly fine. But third had same output as above. I feel that there was issue with power that crossed 5V and now its malfunctioned. |
@khawajamechatronics please report back if you figure out the problem. I'm experiencing the same issue as well. |
No, I have third one not functioning I have asked for replacement, For proper work please make sure the following Power Supply and I/O Level doesnt exceeds 3.3V VDD and VDDON of DWM1000 connected to 3.3V |
@greymfm Hello, I am wondering how can I make one of the anchors to actually read the same readings from the tag itself. Is there any way I could do that? I could read 3 anchors from the tag but not the distance from tag by the anchor itself. |
@greymfm how are you getting 3 ranges on the tag. I just get ranges from 2 anchors when 3 are connected to a single tag. |
@greymfm Can you add your results to the wiki? Thanks :) |
Just wanted to share with you what is possible using this great Arduino-DW1000 ranging library :-)
https://www.youtube.com/watch?v=trp2rDtK4SQ
https://www.youtube.com/watch?v=SwiUzBPI0zg
(I'm simply using the 'DW1000Ranging_TAG.ino' and 'DW1000Ranging_ANCHOR.ino' examples with added serial output for the PC, 3 ANCHORS, and 1 TAG based on Arduino Pro Mini 3.3v - TAG Arduino is connected to PC - I'm using these DWM1000 modules: https://www.marotronics.de/DWM1000-von-decaWave-fuer-Echtzeit-Ortungssysteme-RTLS-IEEE802154-2011-UWB-kompatibel)
Feel free to add links to the Wiki.
PS: It was fun to use the Arduino-DW1000 library for my project.
The text was updated successfully, but these errors were encountered: