-
Notifications
You must be signed in to change notification settings - Fork 1
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
Rssi to distance conversion #55
Comments
I was taking care of this but I found out a bug #56. I'll take care of that first, so we will have way more distance detections to work on. |
In the meantime, I've added some more useful printouts. |
#56 has been fixed. I'm back on this. |
Here are my thoughts about the current formula. My configuration"boards": [
{
"mac": "...:68",
"x": 0,
"y": 50
},
{
"mac": "...:c0",
"x": 50,
"y": 50
}
],
"room_coordinates":[
{"x": 0, "y": 0},
{"x": 0, "y": 100},
{"x": 100, "y": 0},
{"x": 100, "y": 100}
] My device Some data
(Desmos example) |
Checkout this post |
Here's our current guess compared to real measurements.
With |
The idea to definitely test this:
|
…rcomicera#55) Various statistics' fixes
As continuation of issue #33 we need to do some tuning to this conversion. The position formula seems to correctly work now (99f1655) but not the conversion one.
We could try to:
The text was updated successfully, but these errors were encountered: