Это видео недоступно.
Сожалеем об этом.

ESP32 + UWB | Not AirTag, But ESP32Tag

Поделиться
HTML-код
  • Опубликовано: 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/tho...
    [Project GitHub]
    github.com/001...
    #UWB #ESP32 #Range #Tag #Anchor #ThatProject

Комментарии • 27

  • @ThatProject
    @ThatProject  2 года назад +4

    For more projects - ruclips.net/user/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

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

  • @David_11111
    @David_11111 2 года назад +1

    yay this looks fun

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

  • @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 10 месяцев назад

    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  10 месяцев назад

      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, ruclips.net/video/7oehpBjpucU/видео.htmlsi=oVL-Nkv5dMqreS2v

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

  • @MarkSeniow
    @MarkSeniow 2 года назад

    awesome work!!! ...following

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