[ESP32 + UWB + IMU | Indoor Position & Rotation + Unity Visualization]

  Рет қаралды 15,162

That Project

That Project

Күн бұрын

Пікірлер: 52
@ThatProject
@ThatProject 2 жыл бұрын
For more projects - kzbin.info That Project Github Repository - github.com/0015/ThatProject Join FB Group - facebook.com/groups/138965931539175
@ivanarakistain3885
@ivanarakistain3885 2 жыл бұрын
Would it be possible to take this Unity project to a web environment with Threejs and communication from ESP32 with websockets? I think web environment would be most convenient.
@ThatProject
@ThatProject 2 жыл бұрын
@@ivanarakistain3885 Good idea. It can work as you think because Unity can build a web environment.
@ivanarakistain3885
@ivanarakistain3885 2 жыл бұрын
@@ThatProject I find UWB interesting to track if industrial assembly operations are correct, based on the 3D position of an electric screw driver or similar. kzbin.info/www/bejne/onewe5SYnqyrkKc Would you be interested in such a usecase? Do you think its feasible?
@ThatProject
@ThatProject 2 жыл бұрын
@@ivanarakistain3885 Things like screwdrivers need to calculate very fine movements. In my opinion, such a project would be difficult based on UWB.
@MaxdeJonge2008
@MaxdeJonge2008 25 күн бұрын
Do you have the gerber file of the break out board for me and possibly the ESP32 ALL IN ONE
@korean_dude6036
@korean_dude6036 Жыл бұрын
This project is really fancy
@OMNI_INFINITY
@OMNI_INFINITY 11 ай бұрын
Thanks! Hopefully there will be a low cost alternative to the sony XR body trakers for XR apps soon, because that sony product is WAAAAAAAAY OVERPRICED!
@jlcamry
@jlcamry 2 жыл бұрын
super awesome
@deanstarman1694
@deanstarman1694 2 жыл бұрын
Superb!!!!
@YuhongWu-g2u
@YuhongWu-g2u Жыл бұрын
Hi! Have you ever tried position with only IMU? I have seen some projects to trace feet motions with only IMU, but another video showed its serious drift after flipping the IMU.
@ThatProject
@ThatProject Жыл бұрын
Getting position with only a single IMU sensor is not easy. kzbin.info/www/bejne/aV6sc4KAaquErKssi=C99M1O4Mhh5Bpgen
@Softchos1
@Softchos1 8 ай бұрын
@Thatproject I just came across your video now on KZbin. Have you tried using a VLC with an IMU, and is it possible to link IMU, WiFi and VLC?
@ThatProject
@ThatProject 8 ай бұрын
Maybe that could make an improvement. But I think I need to study more about VLC. ieeexplore.ieee.org/abstract/document/8322671
@phavittrayoorththeran6527
@phavittrayoorththeran6527 11 ай бұрын
Hey, what's the ESP32 all in one you have place on the top back of the LCD? How to find them? Is there any specific name for the board?
@ThatProject
@ThatProject 11 ай бұрын
This board was created by our team and is currently no longer available.
@LoneXRangerz
@LoneXRangerz 2 жыл бұрын
Awesome project bro! We're also doing a similar kind of project. Can you share your insights about ESP32 UWB?
@ThatProject
@ThatProject 2 жыл бұрын
Cool. Personally, I think the biggest problem with UWB is the DW1000 library. This is too old and not updated at all. There are many limitations due to ISR.
@LoneXRangerz
@LoneXRangerz 2 жыл бұрын
@@ThatProject Honestly, I'm not that well-versed when it comes to ESP 32 as I've only interfaced using arduino. Mind if I ask few questions? Can I contact you through discord?
@ThatProject
@ThatProject 2 жыл бұрын
@@LoneXRangerz You can join the FB group. Please check the link for FB on my comment.
@GiridharGuguloth
@GiridharGuguloth Жыл бұрын
how to find address if anchor and tag in this project
@ThatProject
@ThatProject Жыл бұрын
DW1000Ranging.getDistantDevice()->getShortAddress() it shows you the device's short address.
@shunds637
@shunds637 2 жыл бұрын
Can multiple positioning base stations be added?
@ThatProject
@ThatProject 2 жыл бұрын
As far as I know, you can install a lot of Anchors. However, it is questionable whether the DW1000 library currently in use can handle this.
@Sombi_UwU
@Sombi_UwU 7 ай бұрын
What happens if you increase the UWB anchors from 2 to 4? Does it become more accurate?
@ThatProject
@ThatProject 7 ай бұрын
That's a good question. Rather than increasing the number of anchors, it seems like a better approach to stabilize the system using other external inputs such as IMU or VLC. I tried calculating X, Y, and Z using 4 anchors, but accuracy and stabilization were not easy. kzbin.info/www/bejne/baDImaN4n9Wombcsi=xuy39Hw6rHnhRMqj
@nocodepls5774
@nocodepls5774 Жыл бұрын
does it work on multiple tags ?
@ThatProject
@ThatProject Жыл бұрын
Multiple tag devices cannot be used with the currently used library. Only 1 tag and multiple anchors are available.
@prashkd7684
@prashkd7684 Жыл бұрын
Awsome. Can similar hardware be used for mm level accuracy ?
@ThatProject
@ThatProject Жыл бұрын
I don't think so. It has an error of at least cm, but this also requires a lot of calibration.
@ruthwillard4377
@ruthwillard4377 Жыл бұрын
may i ask how do we get mm level accuracy?@@ThatProject
@ThatProject
@ThatProject Жыл бұрын
@@ruthwillard4377 It's really hard to get that mm-level accuracy. As you know ToF has lots of errors so need to make your own calibration for your environment. Please check this one, kzbin.info/www/bejne/baDImaN4n9Wombcsi=SKz7hE7JuTHD5fZR&t=103
@skyline128
@skyline128 7 ай бұрын
Any advice for scaling this up with multiple tags? thinking of an activity/ game that will have a unity simulation for space to teach a science concept (model of the solar system for example) @@ThatProject
@ThatProject
@ThatProject 7 ай бұрын
@@skyline128 Unfortunately, it is difficult to use multiple Tags in this system with DWM1000. That's because its library doesn't support it. If the system utilizes DWM3000, multiple Tags are possible. I'm preparing a project about this, but I don't know when it will be available for public release.
@mechatroner-buildwhatevery4381
@mechatroner-buildwhatevery4381 8 ай бұрын
At a time max how many person's live location can be detected?
@ThatProject
@ThatProject 8 ай бұрын
Unfortunately, the DWM1000 library being used here can only connect multiple Anchors and one Tag. If N:N connection is required, I recommend using DWM3000.
@mechatroner-buildwhatevery4381
@mechatroner-buildwhatevery4381 8 ай бұрын
Thanks :)@@ThatProject
@vinayh3388
@vinayh3388 2 жыл бұрын
Hello Bro, I made one Home Automation system with Fan regulator dimmer ( Speed Control ) using firebase and esp8266. But now I am planning to make this project to production level so I need your help. If u want source code I'll send you.
@nickfai9301
@nickfai9301 2 жыл бұрын
Hi, is it possible to make augmented reality using this project?
@ThatProject
@ThatProject 2 жыл бұрын
Unity makes AR projects easy. What kind of AR project are you planning to do based on UWB?
@nickfai9301
@nickfai9301 2 жыл бұрын
@@ThatProject Thanks for your reply. I'm new with UWB. I'm still studying what is UWB. I manage to make an AR project where I can track a vehicle location using AR 3D map. But it is a long way to go.
@ThatProject
@ThatProject 2 жыл бұрын
​@@nickfai9301 It looks like a very interesting project. I hope you can do it sooner or later.
@oliversipangkar8
@oliversipangkar8 11 ай бұрын
Hi!, did you use sensor fusion for your IMU and UWB?
@ThatProject
@ThatProject 11 ай бұрын
It didn't go as far as sensor fusion. It simply used rotation information (quaternion numbers) from the IMU sensor.
@oliversipangkar8
@oliversipangkar8 11 ай бұрын
@@ThatProject how about your ranging technique, did you use conventional two way ranging or another technique?
@ThatProject
@ThatProject 11 ай бұрын
@@oliversipangkar8 UWB's ToF is used as a distance measurement method. This is why we use UWB.
@oliversipangkar8
@oliversipangkar8 11 ай бұрын
Okay, thanks for the info!@@ThatProject
@David_11111
@David_11111 2 жыл бұрын
link to screen please !
@ThatProject
@ThatProject 2 жыл бұрын
What link to screen? I don't get it. Sorry.
@OMNI_INFINITY
@OMNI_INFINITY 11 ай бұрын
“rambling”…LOL
Ultra Wideband Realtime Location System using ESP32 and Unity
48:13
Playful Technology
Рет қаралды 72 М.
Experimental Drone Positioning System
17:36
James Bruton
Рет қаралды 211 М.
ТЫ В ДЕТСТВЕ КОГДА ВЫПАЛ ЗУБ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 4 МЛН
Trapped by the Machine, Saved by Kind Strangers! #shorts
00:21
Fabiosa Best Lifehacks
Рет қаралды 40 МЛН
«Осень». Самая большая загадка Windows XP
14:36
Девять десятых
Рет қаралды 1,2 МЛН
XYZ Position Mapping From Real To Virtual #Unity #UWB
6:25
That Project
Рет қаралды 12 М.
Why Unreal Engine 5.5 is a BIG Deal
12:11
Unreal Sensei
Рет қаралды 470 М.
ESP32 + UWB | Indoor Positioning + Unity Visualization
5:38
That Project
Рет қаралды 22 М.
467 Radar Sensors from $3 to over $100: Which one is Best?
14:31
Andreas Spiess
Рет қаралды 190 М.
I Made The Ultimate Cheating Device
9:39
ChromaLock
Рет қаралды 1,4 МЛН
Try these 16 Brilliant ESP32 projects!!!
11:18
ToP Projects Compilation
Рет қаралды 603 М.
UWB Minutes: Ranging Technics
3:13
NXP Semiconductors
Рет қаралды 22 М.