For more projects - kzbin.info That Project Github Repository - github.com/0015/ThatProject Join FB Group - facebook.com/groups/138965931539175
@ivanarakistain38852 жыл бұрын
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.
@ThatProject2 жыл бұрын
@@ivanarakistain3885 Good idea. It can work as you think because Unity can build a web environment.
@ivanarakistain38852 жыл бұрын
@@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?
@ThatProject2 жыл бұрын
@@ivanarakistain3885 Things like screwdrivers need to calculate very fine movements. In my opinion, such a project would be difficult based on UWB.
@MaxdeJonge200825 күн бұрын
Do you have the gerber file of the break out board for me and possibly the ESP32 ALL IN ONE
@korean_dude6036 Жыл бұрын
This project is really fancy
@OMNI_INFINITY11 ай бұрын
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!
@jlcamry2 жыл бұрын
super awesome
@deanstarman16942 жыл бұрын
Superb!!!!
@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 Жыл бұрын
Getting position with only a single IMU sensor is not easy. kzbin.info/www/bejne/aV6sc4KAaquErKssi=C99M1O4Mhh5Bpgen
@Softchos18 ай бұрын
@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?
@ThatProject8 ай бұрын
Maybe that could make an improvement. But I think I need to study more about VLC. ieeexplore.ieee.org/abstract/document/8322671
@phavittrayoorththeran652711 ай бұрын
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?
@ThatProject11 ай бұрын
This board was created by our team and is currently no longer available.
@LoneXRangerz2 жыл бұрын
Awesome project bro! We're also doing a similar kind of project. Can you share your insights about ESP32 UWB?
@ThatProject2 жыл бұрын
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.
@LoneXRangerz2 жыл бұрын
@@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?
@ThatProject2 жыл бұрын
@@LoneXRangerz You can join the FB group. Please check the link for FB on my comment.
@GiridharGuguloth Жыл бұрын
how to find address if anchor and tag in this project
@ThatProject Жыл бұрын
DW1000Ranging.getDistantDevice()->getShortAddress() it shows you the device's short address.
@shunds6372 жыл бұрын
Can multiple positioning base stations be added?
@ThatProject2 жыл бұрын
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_UwU7 ай бұрын
What happens if you increase the UWB anchors from 2 to 4? Does it become more accurate?
@ThatProject7 ай бұрын
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 Жыл бұрын
does it work on multiple tags ?
@ThatProject Жыл бұрын
Multiple tag devices cannot be used with the currently used library. Only 1 tag and multiple anchors are available.
@prashkd7684 Жыл бұрын
Awsome. Can similar hardware be used for mm level accuracy ?
@ThatProject Жыл бұрын
I don't think so. It has an error of at least cm, but this also requires a lot of calibration.
@ruthwillard4377 Жыл бұрын
may i ask how do we get mm level accuracy?@@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
@skyline1287 ай бұрын
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
@ThatProject7 ай бұрын
@@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-buildwhatevery43818 ай бұрын
At a time max how many person's live location can be detected?
@ThatProject8 ай бұрын
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-buildwhatevery43818 ай бұрын
Thanks :)@@ThatProject
@vinayh33882 жыл бұрын
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.
@nickfai93012 жыл бұрын
Hi, is it possible to make augmented reality using this project?
@ThatProject2 жыл бұрын
Unity makes AR projects easy. What kind of AR project are you planning to do based on UWB?
@nickfai93012 жыл бұрын
@@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.
@ThatProject2 жыл бұрын
@@nickfai9301 It looks like a very interesting project. I hope you can do it sooner or later.
@oliversipangkar811 ай бұрын
Hi!, did you use sensor fusion for your IMU and UWB?
@ThatProject11 ай бұрын
It didn't go as far as sensor fusion. It simply used rotation information (quaternion numbers) from the IMU sensor.
@oliversipangkar811 ай бұрын
@@ThatProject how about your ranging technique, did you use conventional two way ranging or another technique?
@ThatProject11 ай бұрын
@@oliversipangkar8 UWB's ToF is used as a distance measurement method. This is why we use UWB.