Це відео не доступне.
Перепрошуємо.

Ultra Wideband Realtime Location System using ESP32 and Unity

Поділитися
Вставка
  • Опубліковано 6 сер 2024
  • In this video, I'll demonstrate my experience of attempting to create a Real-Time Location System using the Decawave DW-1000 Ultra-Wideband transceiver. I'll be using an ESP32 dev board made by MakerFabs, which you buy from www.tindie.com/products/maker...
    If you'd like to create your own boards, you can view the PCB schematic of the board at: github.com/Makerfabs/Makerfab...
    The DW1000 chip will work with an Arduino or any other microprocessor with an SPI interface. The advantage of using the ESP32 is to take advantage of the built-in WiFi for transmitting data from the tag to a server.
    The server is running a Unity project that opens a socket and listens for incoming UDP connections, then reads distance data sent from the UWB tag, encoded as JSON. It uses trilateration to determine the position of the tag and displays that in a visual interface.
    You can access the ESP32 code and Unity project I demonstrate in this video at github.com/playfultechnology/...
    And my modified version of the DW-1000 library can be found at atgithub.com/playfultechnology/...
    Ultimately, I think it's an interesting tech demo but, unfortunately, I wouldn't be prepared to put this device to any production use right now. If you have any advice to help resolve the issues I have with accuracy, range, and robustness then I'd love to hear!
    Timings
    ---
    00:00:00 - 00:02:57 Introduction
    00:02:58 - 00:05:55 Explanation of the UWB system
    00:05:56 - 00:09:12 Testing the ranging accuracy between tag and anchor
    00:09:13 - 00:11:03 Measuring and compensating for errors
    00:11:04 - 00:31:41 ESP32 Code in the Arduino IDE
    00:31:42 - 00:43:49 Unity Project for visualisation
    00:43:50 - 00:45:04 Demonstration
    00:45:05 - 00:48:12 Conclusions, wrapup, and disappointment!

КОМЕНТАРІ • 110

  • @Altharion
    @Altharion 2 роки тому +4

    As always, thank you so much for these videos ! OK this time it doesn't work as hoped, but you obvioulsy spent a huge amount of time and you give your work at the end, this is absolutely great ! I hope that someone will eventually figure it out because it could be the basis of something great in an escape room. Looking forward to your next videos :) Thanks again !

  • @dondykeman1140
    @dondykeman1140 2 роки тому +5

    Fascinating… honestly it’s good to learn that sometimes other folks (besides me…) end up having problems that just seem beyond working out (although I usually get stumped way earlier in the task!!). I always enjoy these videos and often try some variation! Sorry these devices didn’t live up to their promised function but I really enjoyed seeing the thought process beside designing the system once’s again!!

  • @SpiceMuffins
    @SpiceMuffins 2 роки тому

    love the content. looking forward to all the videos you make in 2022!

  • @IuliusCurt
    @IuliusCurt 2 роки тому +27

    In the framework of your airplane trilateration image, if all sensors overestimate, then the intersection is a triangle rather than a point. Just an idea, you could calculate the centre of this triangle rather than hardcoding corrections.

  • @AnasKhan-if8sg
    @AnasKhan-if8sg Рік тому

    Excellent video, very insightful! Keep it up

  • @techindetail
    @techindetail 2 роки тому

    Hi. Naveen here. Thanks for showing this. Nice talking with you on facebook.

  • @ramjet4025
    @ramjet4025 2 роки тому

    Thank you, very high quality tutorial.

  • @nikhuge6580
    @nikhuge6580 2 роки тому

    Nice work sir…

  • @jonboylee
    @jonboylee 2 роки тому

    Thanks for the honesty it's still a great video :)

  • @NavinF
    @NavinF Рік тому +1

    Love the video and your descriptive code. Btw at 39:35 you used the closed form solution. You want to use the iterative solution that minimizes L2 error instead.

  • @plassonade
    @plassonade 6 місяців тому

    Thanks for reporting your discoveries! Subscribing

  • @adityapatil3792
    @adityapatil3792 2 роки тому

    Best content ❤️❤️

  • @Textras
    @Textras 9 місяців тому +1

    Bluetooth Low Energy it is. Anchors in the wild of cities just wont cut it. Great vid thank you.

  • @flloyd86
    @flloyd86 2 роки тому

    I'd never heard of these chips. So I'll be looking further into them! My first thought, while watching, was to use more anchors, but you did that. Shame it didn't work. But, crunchy with the smooth. My only other thought would be using a Kalman filter on the distance data. However, I'm not sure if the lag would make it unusable or not.
    If you make any further progress, please share. I have a robotics lab at work that I'd love to let robots navigate around indoors, on the cheap, without marvelmind systems. You've also triggered my curiosity about using other wireless tranceivers as TOF sensors(?) Great Video :)

    • @durandthibaud9445
      @durandthibaud9445 2 роки тому +1

      Worked on this for 3d positionning robot, it's very not robuste, could'nt achieve more than 30/40cm in 3d accuracy in bests conditions

  • @itsmetoo9
    @itsmetoo9 10 місяців тому +4

    Hi, I recently got 4 ESP32 UWB module and 1 ESP32 UWB Pro with display module. I started experimenting with one or two beacons and the one with display as a TAG. And I ran EXACTLY in the same issue of loosing connections at 80cm or less. It drove me crazy. Till I had the idea to drop the tag one and use another module as the tag. Tadaaaa! I have precise measures at 10m+ without problem, even in 3D and even with a light wall in the way. What a difference! So my idea is that you might have a defective module in your setup... just an idea 🙂

    • @skyline128
      @skyline128 4 місяці тому

      Any advice on this? I'm looking to create a class project using UWB modules with unity for a mobile game

  • @jm-ie3ze
    @jm-ie3ze 2 роки тому

    Amazing video!
    Please could you explain how calibrate the measure between anchors and tag please?

  • @Dustmadeout
    @Dustmadeout Рік тому +1

    You should try the DW3000 modules on higher frequency and apply filters. Apparently range is lots of meters.

  • @MakerTutor101
    @MakerTutor101 4 місяці тому +1

    Thank for sharing

  • @thormcb1517
    @thormcb1517 2 роки тому

    Hi Alistair g8 in depth trial thanks. I'm working on a similar concept trying to track users into Unity. Just wondered if you've tried other Bluetooth beacons or simply GPS in a similar way with Unity? and if so how they compared to these? - tryign to fig out whether they are worth meddling with. 85cm dropout range seemed pretty limiting too

  • @AdityaMehendale
    @AdityaMehendale 2 роки тому +8

    The distance from the anchor to the "boat" can be estimated either by a time-of-flight (that would affect the round-trip-time infinitesimally - remember 1ns is a 15cm round-trip) or by RSSI. I suspect that the tags use a combination of these two. Depending on the initialization of the ESP32, I can imagine that a few ns are added here and there. Similarly, dielectrics and reflectors (wood, flesh, walls, plants) shall create multi-path reflections. If you put your hand in between the anchor and the boat - how much does the reported distance change? What "band" (UWB) is used?
    This is a nice concept in terms of its low-effort deployment; I expect some maturity and learnings by various users (like you) to incrementally improve the precision over the coming months. If several anchors could talk to each other (in addition to talking to the boats) this might too add a layer of self-calibration the the holistic system.
    Cheers!

    • @michaelneubauer4401
      @michaelneubauer4401 2 роки тому +4

      I worked a bit with UWB and those Decawave Chips. So regarding your questions:
      They only use Time-Of-Flight.
      I can tell you, that (at least with the newer Decawave 3000 Chips), things like wood or a hand don´t change the measured distance at all. It is quite astonishing how good this stuff can work.
      This is the same technic that Apple is using for their new Air Tags for this neat localization feature.
      I can also tell you, that currently developing stuff for all of this (especially if you want to work with iPhones), is extremly painfull. Everything is under NDA and you get almost no information from Apple, Decawave or NXP (who also produce pre-production Chips with UWB).

  • @ColinBroderickMaths
    @ColinBroderickMaths Місяць тому

    It certainly is challenging but it can be done. It's even worse with the DW3000 because the driver provided by Qorvo is closed source. You can certainly get much better range than you experienced with proper configuration, at least up to 100 metres line of sight. But you do have to accept limited accuracy because the antennae on those modules have a significant directional bias, meaning the range measurement depends on the relative orientation of the devices.

  • @tarkangurler5317
    @tarkangurler5317 Рік тому

    Could you do a video of what to use or improve in case of disasters like earthquake locating uwb or Lorawan thank you.

  • @user-xc5xt5yt4h
    @user-xc5xt5yt4h 2 роки тому +1

    hi, I finally received the ESP32 UWB chip, I compiled the tags and anchors, but when I run unity, the tags on unity are not moving, can you give me some advice?

  • @ismail_aydemir_mylife
    @ismail_aydemir_mylife 2 роки тому +1

    Hello. Bir buttun ile butona basılması ile nodemcu dan progmem içindeki wav dosyasından (viole. h) ses çalmak istiyorum. Aslında buton ile değil saat ile alarm saati eşit olduğunda yapmak istiyorum. ama wav dosyasındaki sesi progmem içindeki nodemcu da farklı sekmede olan progmemden sesi çalamıyorum. nasıl bir kod yazılmalıdır bilginiz var mı?

  • @siete8932
    @siete8932 Рік тому

    Hello thanks for this video. I would like to use this technology to track a robot mower on an 800m2 plot of land. Do the anchors have enough reach for an 800m2 plot?

  • @googleyoutubechannel8554
    @googleyoutubechannel8554 Рік тому

    Anyone know if the ESP32 UBW software ecosystem has gotten any better to the point it's simple to implement for an individual hobbyist?

  • @eshanverma1496
    @eshanverma1496 Рік тому

    Hi
    How to implement it outdoors, where anchors are not in the same location ?

  • @dlepierres
    @dlepierres 2 роки тому

    Great

  • @aaryananand7288
    @aaryananand7288 9 місяців тому +1

    Can you do this with BLE instead of UWB? The dw1000 boards are kinda expensive…

  • @NicleT
    @NicleT Рік тому

    What if the tag and each anchor is combining their distance evaluation and that’s why the result seems to be doubled?

  • @beertrekgd
    @beertrekgd Рік тому

    Where do I find the schematic to make my own board? I can't seem to find it on the GitHub link provided?

  • @silascheeseman4371
    @silascheeseman4371 5 місяців тому

    Excellent intro to these devices. Thank you. BTW... at 3:15 you state that GPS satellites are "geostationary" aka. geosynchronous. They are not. GPS satellites orbit and are always in motion.

  • @irweezyy
    @irweezyy 7 місяців тому

    Is there a way to determine the distance between 2 of these devices? I would like to work on a project that will use 2 of these devices to determine their distance from each other. something very simple, ie. if 1 foot apart, turn led green, if 5 feet apart, turn led yellow, if 10 feet apart turn led red.

  • @adrianotavares8415
    @adrianotavares8415 10 місяців тому

    Hello! At most, how many TAGs can you use in these systems? Example, in a system with 20 anchors, can I use just one TAG or can I use more than one TAG simultaneously?

  • @leon13noelspy
    @leon13noelspy Рік тому +1

    One of the problems is likely that the timers are not accurate enough for sub centimeter tracking. You are basicly sending a signal with a time value and the tag will then calculate the runtime. If the distances between your stations is to small you won't have much to work with. On a room scale it might work a bit better. Also you could calculate position by having the circles overlap and using the center of that as your location. That way it should also jerk less. These devices are for distances of up to 40 meters (or 120m for the other version). At those distances the offset of 50cm is more negligible. I think with a better timer it might work better though still

    • @Arik1989
      @Arik1989 Рік тому +1

      I'm almost sure that's exactly the issue here, I experimented a bit with dwm1001 and got similiar results at close ranges

    • @audas
      @audas 8 місяців тому

      I am only just beginning (today) to look at these boards, and I have seen minimum distances of 45cm - this sounds very plausible - although why he could not replicate his original results seems like a coding issue.

  • @stubb1qaz
    @stubb1qaz Рік тому

    The source of error is the delay of the antenna itself. The antenna delay can be grater or lower depending on the antenna design but the value is fixed for every antenna. The error should be the same no matter the sensing distance. The chip itself doesnt know the antenna thats attached to it so it cant compensate for it. Cheers!

  • @siete8932
    @siete8932 Рік тому

    I've taken the documents you've shared but I'm having problems. The position of the anchors on the scene changes when I launch the game and my tag doesn't move. I'm having trouble understanding.

  • @bibliopelicomic
    @bibliopelicomic 8 місяців тому

    Donde se comora el odulo y cuanto cuesta?

  • @wojciechzielinski7825
    @wojciechzielinski7825 Рік тому

    Maybe it is stupid and wrong, but have you checked that SPI config is valid for ESP32? I don't have esp32 but I was playing with DWM1000 few years ago and it was an issue on some boards.

  • @bodhibratamukhopadhyay2684
    @bodhibratamukhopadhyay2684 2 роки тому

    It is a sincere review and will be helpful to a lot of people. DO you have experience with any other UWB modules. I am interested in known the maximum range I can expect from these decawave UWB modules in outdoor condition. Thank you.

    • @michaelneubauer4401
      @michaelneubauer4401 2 роки тому +1

      From my experience, you can expect around 10-15m (at least with the newer Decawave 3000 Chips)

    • @bodhibratamukhopadhyay2684
      @bodhibratamukhopadhyay2684 2 роки тому

      @@michaelneubauer4401 thanks

    • @durandthibaud9445
      @durandthibaud9445 2 роки тому

      I've done around 10 meters with dwm1000 at low refresh rate and in Line of sight. Very Bad regarding decawave documentation

    • @farhadullahkhan5322
      @farhadullahkhan5322 7 місяців тому

      ​@@michaelneubauer4401 sir I have the same issue can you response.,? So I should further explain

    • @ColinBroderickMaths
      @ColinBroderickMaths Місяць тому

      With clear line of sight and proper configuration they can comfortably communicate easily up to 50 m, and up to 100 m if you're willing to accept some amount of loss. I have no idea what people are doing to get only 10-15 metres.

  • @rajbhuvan807
    @rajbhuvan807 2 роки тому

    Hello I had a question about this project... actually we have been working on a similar project where we are using dw1000 for calculating coordinates..the thing is we want the tag to be as cost effective as possible and easy to manufacture...so is there any way I could send the ranging data from the anchors to the server instead of the tag...we want the tag to just act as a ranging device so that the power consumption and the cost could be low. Thanks in advance ... really liked your projects and it helped me a lot!!

    • @PlayfulTechnology
      @PlayfulTechnology  2 роки тому

      Yes, sure - I was actually uncertain myself what the best way to design the infrastructure was in terms of whether the calculations should be done client-side (and, if so, on the anchor or on the tag?) or server-side. I think the correct approach would probably depend a lot on how many tags/anchors you were planning implementing, and also on what you were then going to do with that information. But you could certainly just get each device to report the ranging time and do all the subsequent processing remotely.

  • @joegoetz3705
    @joegoetz3705 Рік тому

    Have you tried greater distances, like 10 - 500 metres or more? I suspect it is the same situation as survey. All distances will have a small error that is more noticeable at short ranges, less so at greater distances. I suspect that someone looking for an item that is big enough to house the arduino tag, they should be able to see it at 1/2 metre.

  • @kaijiao8561
    @kaijiao8561 2 роки тому

    During my test, the data was unstable and always shaking, do you know how to smooth and filter the range? just like the stable performance you showed in the video. Thank you!

    • @PlayfulTechnology
      @PlayfulTechnology  2 роки тому

      You can implement a simple rolling average to smooth the incoming values (it won't help fix the other problems described though!)

  • @jihamih1219
    @jihamih1219 2 роки тому +1

    Would it be precise enough to do human body motion with tracking of several probes on the suit?

    • @PlayfulTechnology
      @PlayfulTechnology  2 роки тому +1

      No. If you want to so skeletal tracking I recommend picking up a Kinect sensor - you can get the 1st gen. ones pretty cheap and they're easy to hack.

  • @scienceraven1200
    @scienceraven1200 10 місяців тому

    An actual company says that the max precision is 50cm. quote : the location of UWB signals can be determined with an accuracy of less than 50 centimeters (with optimal conditions and deployment), and extremely low latency. (inpixion company home page)

  • @scienceraven1200
    @scienceraven1200 10 місяців тому

    wonder if the new dw3000 is any good

  • @BadIdea1123
    @BadIdea1123 5 місяців тому

    This was a couple of years ago but wondering how you went with it ? I think your inaccuracy might have something to do with teh default antenna delay. I didnt see anywhere in the video that you calibrated it, so starting twith that might get you some better results

    • @ZerFbyDJoN
      @ZerFbyDJoN 5 місяців тому +1

      +1 I would like to know what happened with all of these. I saw (and would like to buy them) DWM3000 chip, maybe this chip will be better. 🧐

  • @OmiVR
    @OmiVR 2 роки тому

    Hi, did the following code from the original Arduino library have any affect? I think in your version, this was removed.
    //Enable the filter to smooth the distance
    //DW1000Ranging.useRangeFilter(true);
    How about a rolling average, or other filtering technique?
    Do you fancy testing the DWM3000 modules? You might be able to use the same demo boards and swap the modules (hot air gun etc) and run the same experiment.

  • @skuizhopatt5318
    @skuizhopatt5318 Рік тому +1

    Working in UWB.
    11:00 Antenna delay is likely the calibration you are looking for... Maybe.
    Anyway thé DW chip itself provides a readout of thé ToF in RCTU, so Time unit not (centi)meters.
    So it looks also likely that the software used is making a wrong assumption about how to concert tof to distance (?)

    • @PlayfulTechnology
      @PlayfulTechnology  Рік тому

      Thankyou for the insight! Yes, I'm sure that the device *should* be capable of much more and I suspect you're correct that the software isn't behaving correctly, but I just don't have the resources to put in to wading through all that datasheet for what is an incredibly edge use-case (tracking of objects in an escape room!)

  • @suezera
    @suezera 2 роки тому

    I can ask you a question please, if I want the same system but without tag, i.e. using the doppler effect of a radar system to monotor a person, is it possible with this tool . I want a sensor that is not worn by a person. thank.

    • @skuizhopatt5318
      @skuizhopatt5318 Рік тому

      Theorically feasible.
      You need to sens a pulse and switch back immediately to RX to listen the echo.

  • @tsumokd7616
    @tsumokd7616 Рік тому

    Hello. I am trying to communicate two ultra wideband bu01 dw1000 chip using esp32 d1 mini without any breakout board. What i did was to etch a pcb board and only solder the necessary pins to communicate 2 uwb with each other. The pins soldered was the SPI pins (CLK, MOSI, MISO), CS pin ,IRQ pin, RSTn, VSS, and VDD3v3. But it just doesn't work. Any ideas why?

    • @Oktheorignal
      @Oktheorignal 8 місяців тому

      Separate CS for both? Check power etc.

  • @Bigman74066
    @Bigman74066 26 днів тому

    I don't know how the library code works, but I can imagine that mixing up interrupt priorities can really mess with the accuracy of your measurements (?)

  • @zultandimitry572
    @zultandimitry572 Рік тому

    Can it be used long range

  • @permentohi
    @permentohi Рік тому

    I need this tracker for cam tracking

  • @farhadullahkhan5322
    @farhadullahkhan5322 7 місяців тому

    Hi Sir this is the best informative, distinctive ever made on real time location system, Sir I am very excited to do project like this , but idk what would i need thats intimidating me , sir i searched you email so that i should ask but in the bio its not , plz sir reply me so that i should get more information regarding this project.

  • @TokkanFX
    @TokkanFX 2 роки тому

    My guess is that the RF antenna and associated tracks are not quite correct.

  • @richpeacock
    @richpeacock 10 місяців тому

    Hi, I'd like to measure breathing using UWB radar. Is this possible? Thanks

    • @Oktheorignal
      @Oktheorignal 8 місяців тому

      Chest mounted gyroscope would be better

  • @harryliow3465
    @harryliow3465 2 роки тому

    can i just using 2 anchors and 1 tag to complete this trilateration?

  • @MM-oh3vr
    @MM-oh3vr 2 роки тому

    GNSS/GPS satellites are NOT in geostationary orbits, but their ephemeris is known. Thus, you can calculate their positions.

  • @neilc1964
    @neilc1964 2 роки тому +1

    Just a little point GPS Satellites are NOT in geostationary orbit.

  • @alexx7910
    @alexx7910 Рік тому

    Very informative video, thank you! Is there a reason to not use a simple esp32 with its onboard wifi for the same purpose?

  • @tyson_gaming1013
    @tyson_gaming1013 2 роки тому

    You should make a cash register puzzle

  • @khynantoque
    @khynantoque 2 роки тому

    Is there any cheaper alternatives from this one? Makerfabs' esp32 is too expensive.

    • @PlayfulTechnology
      @PlayfulTechnology  2 роки тому +1

      The schematics are open-source so you can build your own (although I'm not sure I'd bother!): github.com/Makerfabs/Makerfabs-ESP32-UWB/tree/main/hardware

    • @khynantoque
      @khynantoque 2 роки тому

      @@PlayfulTechnology thank you

  • @user-xc5xt5yt4h
    @user-xc5xt5yt4h 2 роки тому

    Can this be used for multi person positioning?

    • @PlayfulTechnology
      @PlayfulTechnology  2 роки тому

      Yes, you can have multiple anchors and multiple tags.

    • @user-xc5xt5yt4h
      @user-xc5xt5yt4h 2 роки тому

      @@PlayfulTechnology Thanks for your answer, I will continue to follow your videos.^^

  • @chantana.c
    @chantana.c 2 роки тому +1

    Besides when adding eg. Gps, gprs call, the loop delay adds up and makes distance even wrong. This is impossible to calibrate even for every pair of anchor and tag in a large scale.
    Further, the makepython A9G shield sim sometimes disconnect without any reason after running for a while. What a waste of time.

  • @novalfirdaus6646
    @novalfirdaus6646 Рік тому

    tutorial please

  • @scienceraven1200
    @scienceraven1200 10 місяців тому

    Hi that's an awesome channel, marvelmind robotics does an ultrasound beacon with 20 mm precision however it's about 500 dollars for the minimum 35m range version for all the beacons. perhaps someone will get a germanium 1thz receptor in there and it will be 5mm precise that would be cool. sounds like a new company needs to change these boards ultrasound swarm beacons are not sold open source afaik for rpi that's a dilemna cos i want some for a map robot.

  • @stubb1qaz
    @stubb1qaz Рік тому

    Your code is almost identical to the example code given by the MakersFab - did the manufacturer of the board steal your code and claimed it as their own?

  • @luiswhatshisname7667
    @luiswhatshisname7667 2 роки тому

    @46:00 I was watching other ESP32 videos and they said that power cables to the ESP32 were a problem. ua-cam.com/video/xPlN_Tk3VLQ/v-deo.html... the other problem was out of sinc serial communication ua-cam.com/video/xPlN_Tk3VLQ/v-deo.html ... but every ESP32 is different.

  • @chantana.c
    @chantana.c 2 роки тому

    I have the same problem too. Every run the offset change...

    • @PlayfulTechnology
      @PlayfulTechnology  2 роки тому +1

      Yeah, it's very frustrating! :(

    • @chantana.c
      @chantana.c 2 роки тому +2

      @@PlayfulTechnology Finally I understand the behavior. Besides the noise on ranging, there is a delay within the loop code that should be properly tuned.

    • @binhnguyenquoc3249
      @binhnguyenquoc3249 Рік тому

      @@chantana.c Can you tell me how was the performance of after your tuning? Did you have any more methods to improve the performance more after that? I'm planning to use these modules in my project but not sure if the quality is worth it (since the price of these makerfabs modules is so expensive). Thank you!

    • @chantana.c
      @chantana.c Рік тому

      @@binhnguyenquoc3249 It was better when using wifi. But when using 4G/LTE is is slow. Cannot do any better. The cycle time is limited to the bound of 4G/LTE, if you make it too fast e.g. you will not find the anchor. This will be worse when you have many anchors to scan. I won' recommend for real product but for a toy project, it is fun. 🙂

  • @ytfp
    @ytfp Рік тому

    I'd honestly wait until Adafruit or someone like that takes a crack at it. The in depth complicated documentation needs to be concentrated down and made much simpler and some decent example libraries need to be made. If the manufacturer can not help you (as seen in their sales comments), then it is likely that there might also be mistakes in their hardware design as well. At the very least, customer support seems to be nill.

  • @OMNI_INFINITY
    @OMNI_INFINITY 8 місяців тому

    Time to replace sony’s HORRIBLY OVERPRICED XR body trackers for XR apps! Thanks!

  • @ralphj4012
    @ralphj4012 2 роки тому +1

    Don't know how these boards have been implemented but there are a number of 'fundamentals'.
    The tags and anchors need to be in as much free space as possible, not on a desk or floor and nowhere near metal or wood. Suggest suspending them from a ceiling (nowhere near a room corner). A human touching or coming very close to the boards will cause significant transmission / reception variations. Recommend putting the tag on a tripod (with the antenna well away from the metal tripod) for initial distance testing.
    Turn the WiFi completely off if possible, take the 'position' output serially from the anchors.
    The antenna looks odd (planar?), try rotating the anchors and tag and see if the 'distance' changes.
    In many UWB deployments anchors communicate with each other for timing synchronisation, don't know if this is the case in these boards.

    • @durandthibaud9445
      @durandthibaud9445 2 роки тому

      Usually two way ranging (Timed but without synchro) is used with these board

  • @JOHNWICK-hn3ng
    @JOHNWICK-hn3ng 2 роки тому +1

    مرحبا كيف انت

  • @aabdev
    @aabdev Рік тому

    water

  • @firdoshdiakus4841
    @firdoshdiakus4841 6 місяців тому

    Why do you make a video when you know it does not work? Don't waste our time

  • @BonerPickle-bp6ld
    @BonerPickle-bp6ld Рік тому

    Do these share the same cid tac enode numbers?

  • @gohlaysiong
    @gohlaysiong 3 місяці тому

    In your positioning.cs, in line 39,
    float V2 = (anchors[2].position.x * anchors[2].position.x) + (anchors[2].position.z * anchors[2].position.z);
    in line 43,
    float y = ((r1 * r1) - (r3 * r3) + (V2) - (2 * anchors[2].position.x * x)) / (2 * anchors[2].position.z);
    i checked the formular in Wikipedia en.wikipedia.org/wiki/True-range_multilateration#Three_Cartesian_dimensions,_three_measured_slant_ranges , it should be position.y instead of position.z , i rewrite:
    line 39, float V2 = (anchors[2].position.x * anchors[2].position.x) + (anchors[2].position.y * anchors[2].position.y);
    line 43, float y = ((r1 * r1) - (r3 * r3) + (V2) - (2 * anchors[2].position.x * x)) / (2 * anchors[2].position.y);
    Not sure is this the reason that your solution doesn't work?