ESP32 + UWB | Not AirTag, But ESP32Tag

Поділитися
Вставка
  • Опубліковано 28 січ 2022
  • Let's create an ESP32Tag that works similarly to Apple's AirTag.
    It's impossible to get the Ultra Wide Band chips made by Apple.
    The UWB product that can be purchased personally is the DW1000.
    So, along with this, I tried to make an ESP32 Tag that works on ESP32. Two devices are working as a pair. It consists of one tag and one anchor. The tag device includes a display so you can see how far away from the anchor device is.
    [ESP32 + UWB | Indoor Positioning + Unity Visualization]
    • ESP32 + UWB | Indoor P...
    [ESP32 + UWB | Warning sounds depending on the distance]
    • ESP32 + UWB + I2S "Voi...
    [ESP32 + UWB | How far can it go?]
    • ESP32 + UWB | How far ...
    [ESP32 LOLIN32 Lite]
    amzn.to/32LWELA
    [ILI9488 TFT 3.5inch SPI Serial 480 x 320]
    amzn.to/3reruWG
    [John's Clone House]
    / 797613180807626
    [arduino-dw1000 Anchor device test code]
    github.com/thotro/arduino-dw1...
    [Project GitHub]
    github.com/0015/ThatProject/t...
    #UWB #ESP32 #Range #Tag #Anchor #ThatProject
  • Наука та технологія

КОМЕНТАРІ • 27

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

    For more projects - ua-cam.com/users/ThatProject
    That Project Github Repository - github.com/0015/ThatProject
    Join FB Group - facebook.com/groups/138965931539175

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

    excellent esp32+UWB
    waiting for your new UWB videos

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

    yay this looks fun

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

    awesome work!!! ...following

  • @kirwazz.
    @kirwazz. 9 місяців тому

    Hello, I can't order the john's card because I have to hand in my project very soon. Would there be another card that could replace it?

  • @nama200iq5
    @nama200iq5 9 місяців тому

    Yo you could show us the assembly of the cards I did not understand pls

  • @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. I checked the soldered pins with multimeter and there is no shorts in wiring connections or whatever. But it just doesn't work. Any ideas why?

  • @niki-lq9nv
    @niki-lq9nv Рік тому

    i need something like that, with same function and radar but smaller screen/device, please tell me from where i can buy something like this?

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

      This is not radar, just showing an animation effect based on the distance between a tag and an anchor.

  • @InsanSains
    @InsanSains 2 роки тому +2

    Hi, Thanks for the code and video. I work on the same project. Using the same DW1000 clone, BU01. I'm currently facing an accuracy issues, and the chip cannot communicate when the range over 4 meters indoor. Did you do the antenna calibration? btw, in your another video, it can achieve 24 meters, how did you manage that?

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

      After looking your code carefully, i noticed that setting the UWB module to MODE_LONGDATA_RANGE_LOWPOWER will extend the range as your code in the ANCHOR side. But for the Tags, to be exact in your MyDW1000Ranging.h you set the module to MODE_LONGDATA_RANGE_ACCURACY. Which is I believe it will not match. Or maybe you've uploaded the previous version file.
      And for better accuracy, you tweek it range by multiply the raw data range with 2 / 5. Am I right? CMIIW

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

      @@InsanSains Both Tag and Anchor devices use MODE_LONGDATA_RANGE_LOWPOWER. And also added the code DW1000.setGPIOMode part.

  • @andrejsersen59
    @andrejsersen59 9 місяців тому

    Thanks for very interesting project and a video! Thumbs up! Looking for a solution (thinkerer :) for my deaf dog and looking for him (espacally at night because he's black :). After he was hit by a motorbike because kids left driveway gates open and he ran on the street I started using espresense and ble beacon on collar, so I know where he's in the house but not if he's in the yard and where.
    Do you think the UWB signal is capable of 25m in outdoors (there are some small trees in the yard) and if I put 2 anchors (diagonally) in the corners of a yard?
    Thanks and keep up the interesting work!!

    • @ThatProject
      @ThatProject  9 місяців тому

      I think this is a project worth doing for your dog.
      25m can be covered, but environmental testing is important to know the detailed location. Check this one, ua-cam.com/video/7oehpBjpucU/v-deo.htmlsi=oVL-Nkv5dMqreS2v

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

    Hi, can we use multiple anchor devices with single tag?

    • @ThatProject
      @ThatProject  2 роки тому +2

      Yes, you can connect between multiple anchors and a single tag.

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

    could dwm1000 receive uwb signal from airtag ?

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

      It's impossible. Only Apple devices with the UWB module can detect AirTag's signal.

    • @markusw.6285
      @markusw.6285 Рік тому +1

      @@ThatProject Thats not 100% correct. "The DW3000 is interoperable with the Apple U1 chip, which makes it possible to work with the Apple ecosystem".

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

      @@markusw.6285 Yes as you said the DW3000 can communicate with Apple's U1 chip but we are talking about the DW1000.

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

    I think making an app is better

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

      Agreed. Making UI on the embedded system isn't easy. Making an app will be more impressive.

  • @sivakaushikkumarvempati1262

    samsung tag> apple tag

  • @kirwazz.
    @kirwazz. 9 місяців тому

    Hello, I can't order the john's card because I have to hand in my project very soon. Would there be another card that could replace it?

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

      Try Makerfabs’ UWB products