-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Triangulation POC #460
Comments
Very cool! I like how you've handled rooms and floors, too. I just started making some movement again on trilat, in the last day(!) so I'm likely to pop in to chat about ideas etc, but for now I need to get some inter-scanner measuring happening and sorting things into numpy, at which point I'll be ready to really start playing with this sort of stuff. I'll be quiet for a bit though as I have a habit of getting bogged down talking instead of coding, so trying to direct my focus at bit right now! But rest assured this is some exciting stuff and I'll be back to pilfer from your ideas! 😁 |
Hi, this looks quite similar to the Espresense project I have been following for a while (would be nice to have a compatible map configuration): https://github.com/ESPresense/ESPresense Some insights from my Espresense setup at home:
So in the end - I haven't been able to use Espresense for live positioning or automations yet - I'm currently just using the closest BLE sensor reading as Bermuda does - but I really appreciate your efforts and POC and look forward to what's to come. |
Howdy all,
I started on a POC for actually triangulating devices within my house. I've attached a code-sample below:
Input looks like this:
The result is a 3d model which plots floors, rooms and the location of the device.
Video-sample available here
https://drive.google.com/file/d/1zeSL-F9ZstPWr1dL6h5YzwMMJIoQCOm6/view?usp=sharing
Screenshots
If I get some time over I'll try to implement this with three.js as a lovelace card.
The text was updated successfully, but these errors were encountered: