Ultra Wideband Realtime Location System using ESP32 and Unity

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

ความคิดเห็น • 145

  • @dondykeman1140
    @dondykeman1140 2 ปีที่แล้ว +6

    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!!

  • @IuliusCurt
    @IuliusCurt 2 ปีที่แล้ว +30

    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.

  • @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 !

  • @Textras
    @Textras ปีที่แล้ว +1

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

  • @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).

  • @techindetail
    @techindetail 2 ปีที่แล้ว

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

  • @aaryananand7288
    @aaryananand7288 ปีที่แล้ว +2

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

  • @SpiceMuffins
    @SpiceMuffins 2 ปีที่แล้ว

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

  • @itsmetoo9
    @itsmetoo9 ปีที่แล้ว +6

    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 7 หลายเดือนก่อน

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

    • @CyrusXIII
      @CyrusXIII 10 วันที่ผ่านมา

      ​@@skyline128 Have you found a solution to this? We're also looking to do a mini map of sorts for our project but I'm trying to get ahead of any issues before starting our project 😅

  • @ismail_aydemir_youtube
    @ismail_aydemir_youtube 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ı?

  • @NavinF
    @NavinF 2 ปีที่แล้ว +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.

  • @AnasKhan-if8sg
    @AnasKhan-if8sg ปีที่แล้ว

    Excellent video, very insightful! Keep it up

  • @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

  • @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 ปีที่แล้ว

    Donde se comora el odulo y cuanto cuesta?

  • @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?

  • @Dustmadeout
    @Dustmadeout ปีที่แล้ว +1

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

  • @BadIdea1123
    @BadIdea1123 8 หลายเดือนก่อน

    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 8 หลายเดือนก่อน +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. 🧐

  • @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 11 หลายเดือนก่อน

      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.

  • @郑曦-w4g
    @郑曦-w4g 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?

  • @irweezyy
    @irweezyy 11 หลายเดือนก่อน

    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.

  • @silascheeseman4371
    @silascheeseman4371 8 หลายเดือนก่อน

    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.

  • @adrianotavares8415
    @adrianotavares8415 ปีที่แล้ว

    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?

  • @ColinBroderickMaths
    @ColinBroderickMaths 5 หลายเดือนก่อน

    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.

  • @jonboylee
    @jonboylee 2 ปีที่แล้ว

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

  • @ramjet4025
    @ramjet4025 2 ปีที่แล้ว

    Thank you, very high quality tutorial.

  • @beertrek
    @beertrek ปีที่แล้ว

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

  • @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.

  • @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 11 หลายเดือนก่อน

      Separate CS for both? Check power etc.

  • @eshanverma1496
    @eshanverma1496 ปีที่แล้ว

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

  • @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

  • @scienceraven1200
    @scienceraven1200 ปีที่แล้ว

    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)

  • @plassonade
    @plassonade 10 หลายเดือนก่อน

    Thanks for reporting your discoveries! Subscribing

  • @richpeacock
    @richpeacock ปีที่แล้ว

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

    • @Oktheorignal
      @Oktheorignal 11 หลายเดือนก่อน

      Chest mounted gyroscope would be better

  • @wojciechzielinski7825
    @wojciechzielinski7825 2 ปีที่แล้ว

    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.

  • @skuizhopatt5318
    @skuizhopatt5318 2 ปีที่แล้ว +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!)

  • @MakerTutor101
    @MakerTutor101 7 หลายเดือนก่อน +1

    Thank for sharing

  • @nikhuge6580
    @nikhuge6580 2 ปีที่แล้ว

    Nice work sir…

  • @NicleT
    @NicleT ปีที่แล้ว

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

  • @jm-ie3ze
    @jm-ie3ze 2 ปีที่แล้ว

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

  • @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?

  • @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.

  • @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!

  • @Bigman74066
    @Bigman74066 4 หลายเดือนก่อน

    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 (?)

  • @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.

  • @scienceraven1200
    @scienceraven1200 ปีที่แล้ว

    wonder if the new dw3000 is any good

  • @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 2 ปีที่แล้ว

      Beware the register map is not the same

  • @permentohi
    @permentohi ปีที่แล้ว

    I need this tracker for cam tracking

  • @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 2 ปีที่แล้ว

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

  • @neilc1964
    @neilc1964 2 ปีที่แล้ว +1

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

  • @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!)

  • @zultandimitry572
    @zultandimitry572 ปีที่แล้ว

    Can it be used long range

  • @adityapatil3792
    @adityapatil3792 2 ปีที่แล้ว

    Best content ❤️❤️

  • @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 11 หลายเดือนก่อน

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

    • @ColinBroderickMaths
      @ColinBroderickMaths 5 หลายเดือนก่อน

      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.

  • @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?

  • @harryliow3465
    @harryliow3465 2 ปีที่แล้ว

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

  • @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

  • @TokkanFX
    @TokkanFX 2 ปีที่แล้ว

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

  • @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?

  • @MM-oh3vr
    @MM-oh3vr 2 ปีที่แล้ว

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

  • @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.

  • @郑曦-w4g
    @郑曦-w4g 2 ปีที่แล้ว

    Can this be used for multi person positioning?

    • @PlayfulTechnology
      @PlayfulTechnology  2 ปีที่แล้ว

      Yes, you can have multiple anchors and multiple tags.

    • @郑曦-w4g
      @郑曦-w4g 2 ปีที่แล้ว

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

  • @tyson_gaming1013
    @tyson_gaming1013 2 ปีที่แล้ว

    You should make a cash register puzzle

  • @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 2 ปีที่แล้ว

    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.

  • @DarrellDillow-n4k
    @DarrellDillow-n4k 2 หลายเดือนก่อน

    Neal Fords

  • @dlepierres
    @dlepierres 2 ปีที่แล้ว

    Great

  • @novalfirdaus6646
    @novalfirdaus6646 ปีที่แล้ว

    tutorial please

  • @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

  • @scienceraven1200
    @scienceraven1200 ปีที่แล้ว

    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.

  • @OMNI_INFINITY
    @OMNI_INFINITY 11 หลายเดือนก่อน

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

  • @luiswhatshisname7667
    @luiswhatshisname7667 2 ปีที่แล้ว

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

  • @DrydenBridget-l3f
    @DrydenBridget-l3f 2 หลายเดือนก่อน

    Whitney Plains

  • @RubyAeillo-n3w
    @RubyAeillo-n3w 2 หลายเดือนก่อน

    Melody Falls

  • @BernardGlenn-y5q
    @BernardGlenn-y5q 2 หลายเดือนก่อน

    Kaycee Roads

  • @KourtneyPagel-t2v
    @KourtneyPagel-t2v 2 หลายเดือนก่อน

    Jocelyn Squares

  • @ozdemirsalik
    @ozdemirsalik 25 วันที่ผ่านมา

    You actually need 4 anchors if you want a true 3D positioning.

  • @BaldwinAmanda-e9n
    @BaldwinAmanda-e9n 2 หลายเดือนก่อน

    Alvera Radial

  • @GalsworthyVita-i5p
    @GalsworthyVita-i5p 2 หลายเดือนก่อน

    Harber Isle

  • @DoyleCoslan-u1d
    @DoyleCoslan-u1d 2 หลายเดือนก่อน

    Conroy Shore

  • @TommyTom-c2u
    @TommyTom-c2u 2 หลายเดือนก่อน

    Erna Squares

  • @AlejandroGladden-x6j
    @AlejandroGladden-x6j 2 หลายเดือนก่อน

    Adriana Skyway

  • @BlakeBarry-y3d
    @BlakeBarry-y3d 2 หลายเดือนก่อน

    Swaniawski Grove

  • @JOHNWICK-hn3ng
    @JOHNWICK-hn3ng 2 ปีที่แล้ว +1

    مرحبا كيف انت

  • @AmeliaMerry-c5h
    @AmeliaMerry-c5h หลายเดือนก่อน

    Bauch Field

  • @NorrisDenise-f1h
    @NorrisDenise-f1h 2 หลายเดือนก่อน

    Thomas Brenda Garcia Melissa Taylor Sarah

  • @HilarioRaines-l3t
    @HilarioRaines-l3t 2 หลายเดือนก่อน

    Colby Drives

  • @JudithToby-i2p
    @JudithToby-i2p 2 หลายเดือนก่อน

    Halvorson Causeway

  • @newstatusvideo4618
    @newstatusvideo4618 2 หลายเดือนก่อน

    Ashlynn Mews

  • @SharonHarris-z2f
    @SharonHarris-z2f 2 หลายเดือนก่อน

    0030 Rachelle Field

  • @TimmyBurum-x8q
    @TimmyBurum-x8q หลายเดือนก่อน

    Angie Plaza

  • @ChanelWillems-f3i
    @ChanelWillems-f3i 2 หลายเดือนก่อน

    Beahan Harbor

  • @farhadullahkhan5322
    @farhadullahkhan5322 11 หลายเดือนก่อน

    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.

  • @DaltonGill-b5n
    @DaltonGill-b5n 2 หลายเดือนก่อน

    Mayert Junction

  • @JamesAbdullah-j2b
    @JamesAbdullah-j2b 2 หลายเดือนก่อน

    Ernser Knoll

  • @roseesesykesfera1744
    @roseesesykesfera1744 หลายเดือนก่อน

    Davis Carol White Anthony Brown William

  • @DeborahDixon-k5h
    @DeborahDixon-k5h 2 หลายเดือนก่อน

    Wuckert Cape

  • @MarlinRossler-d5o
    @MarlinRossler-d5o 2 หลายเดือนก่อน

    Sarah Center

  • @QuillerClement-v5f
    @QuillerClement-v5f 2 หลายเดือนก่อน

    Tiana Courts