ESP32 + UWB | Not AirTag, But ESP32Tag

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ย. 2024
  • 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 - th-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

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

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

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

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

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

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

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

      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, th-cam.com/video/7oehpBjpucU/w-d-xo.htmlsi=oVL-Nkv5dMqreS2v

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

    awesome work!!! ...following

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

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

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

    samsung tag> apple tag

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

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

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

      Try Makerfabs’ UWB products