-
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
Adding more tags to the system #343
Comments
Anthony,
My last experience with this lib was 7ish years ago. I couldn't get it to
work then. That is why I moved to some other lib and esp32 type modules.
I have not been in iot scene for good 3 years now.
I'm sorry I can't be of more help.
…On Sun, Apr 28, 2024, 10:16 anthony211212 ***@***.***> wrote:
Hello. Has anyone fully solved the issue of adding multiple tags? I've
looked into discussions among the question titles here, but I couldn't find
a precise and clear solution. Has anyone been able to use this library for
multiple anchors and multiple tags for example 4 anchors and 4 tags or
more? Or perhaps, does anyone know of a different library suitable for this
situation? Your recommendations are highly valuable.
—
Reply to this email directly, view it on GitHub
<#343>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGHHXNLSTQWU3P6ZDHME6LY7UADVAVCNFSM6AAAAABG5AVFWWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI3DONJZGQ2DCMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hello. I know some modules ESP32 UWB(Ultra Wideband) and ESP32 UWB DW3000(Ultra Wideband). Do you know any library for them to use multiple tags and anchors ? |
Bonjour, |
Hello. Not yet. Do you have any idea? |
Update for anyone who encounter this problem |
@pizzo00 Which algorithm did you use to find the tag's position, and what was your error value? |
The trilateration algorithm is beyond the scope of the library but I personally use the @jremington implementation of this paper with a RMSE of 2m on a distance of 30m from the anchors |
@pizzo00 Merci beaucoup pour votre travail. Cependant, je ne parviens pas a utiliser votre bibliothèque, La compilation est OK avec le Biblio d'origine, mais j'ai de nombreuse erreur avec la votre. Devons-nous modifier des éléments dans notre script? |
@scal68 Now it is sufficient to call the function DW1000Ranging.init, with the type, the short address, a mac address, a flag for high_power, the transmission mode, and the usual parameters. My code looks like this:
|
Hello. Has anyone fully solved the issue of adding multiple tags? I've looked into discussions among the question titles here, but I couldn't find a precise and clear solution. Has anyone been able to use this library for multiple anchors and multiple tags for example 4 anchors and 4 tags or more? Or perhaps, does anyone know of a different library suitable for this situation? Your recommendations are highly valuable.
The text was updated successfully, but these errors were encountered: