XYZ Position Mapping From Real To Virtual

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 มิ.ย. 2024
  • "Reality into Virtual Environment"
    In this project, using a total of 4 anchors and 1 tag device, I'm trying to represent the movement of reality in 3D virtual reality.
    The system is not yet perfect, but I think it has potential and is a first step toward making it possible to interact with real and virtual environments.
    * Contents *
    0:00 The Previous Project with 2 Anchors & 1 Tag
    0:30 4 Anchors & 1 Tag
    1:30 Real Distance against ToF Distance between Anchor and Tag
    3:21 Overall System
    3:46 Test
    [ESP32 + UWB | Indoor Positioning + Unity Visualization]
    • ESP32 + UWB | Indoor P...
    [ESP32 + UWB + IMU | Indoor Position & Rotation + Unity Visualization]
    • [ESP32 + UWB + IMU | I...
    *Other UWB Projects
    [My ESP32 Tag App for my own ESP32Tag Device!]
    • My ESP32 Tag App for m...
    [ESP32 + UWB | Warning sounds depending on the distance]
    • ESP32 + UWB + I2S "Voi...
    [ESP32 + UWB | How far can it go?]
    • ESP32 + UWB | How far ...
    [ESP32 + UWB | Not AirTag, But ESP32Tag]
    • ESP32 + UWB | Not AirT...
    *Recommended Unity asset
    [Unity Asset - Measuring Tool]
    assetstore.unity.com/packages...
    #VR #Mapping #Real #Virtual #UWB #ESP32 #ThatProject
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @ThatProject
    @ThatProject  ปีที่แล้ว +3

    ~ User$ th-cam.com/users/ThatProject (For more projects)
    ~ User$ github.com/0015/Unity_Projects (Project Github Repo)
    ~ User$ facebook.com/groups/138965931539175 (Facebook Group)

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

    That's pretty good work there! Can't wait to see what you do next!

  • @the.a.a.a
    @the.a.a.a ปีที่แล้ว

    The project is really intresting.
    And great to see my measuring tool helping you to achieve you goal.
    And thank you the recommendation.

  • @jonathanr4242
    @jonathanr4242 ปีที่แล้ว +5

    That is very cool. So many possibilities come to mind. Would like to see this with multiple objects such as robot cars and drones interacting.

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

    yes, you've just given me a lead on a project I've been thinking about thank you and good work

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

    Brilliant work! Please continue ... Would love to see your idea for the higher sample rate tested.

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

    Thank you! this is exactly what i'm looking for!

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

    impressed
    real XYZ indoor Position
    No.1

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

    Very interested ~!! I just think uwb module has limit on calculating distance but you did it !!

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

    this is amazing.

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

    That is very cool.

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

    impressed

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

    This is an amazing result with the ESP32+DW1000.
    I'm currently working on a project with these ESP32+DW1000 modules and I"m having trouble when I want to connect a second TAG, have you by any chance tried to connect a second TAG? Or do you know perhaps what would do the trick?
    I've been trying to set a scheduler but the whole protocol seems to bug when pausing and resuming the tags.

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

      So far my project has been working with one DW1000 Tag and several DW1000 Anchors. As far as I know, in order to connect multiple tags to one anchor, it seems that you need to use another library. Currently, arduino-dw1000 has a problem connecting multiple tags.

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

      hi, did you solve the multiple tags binding problem?

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

    I see possibilities with this system...is this merged with the IMU data?🌚

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

      Attaching an IMU sensor to a tag device is not difficult. I've already done this in a previous project. th-cam.com/video/fPuxcjHsfpc/w-d-xo.html

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

    Was trilateration used for this? If so how does that work with 4 anchors?

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

      You're right and I used 4 anchors and 1 tag for this project.

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

      @@ThatProject what if there is no exact intersection point?

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

    Can it be done with less than 4 anchors?

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

      I attempted triangulation using three anchors, but it was very difficult and ultimately failed because I did not get the desired results. Any ideas?

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

    can i use more than 1 tag?

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

      I would say yes or no. DWM1000(BU01) can recognize one or more Tags in Anchor, but the library currently in use does not support this. For this, the library needs to be updated, but maintenance is not taking place. That's why I'm looking for another UWB chip.

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

    You don't have this project in your github.

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

      Since this project was created for a different purpose, the source code is not opened.