darryncampbell / WiFi-RTT-Trilateration

Combining Android WiFi-RTT (802.11mc) with multilateration to determine position
MIT License
58 stars 15 forks source link

Hi #1

Open gbdavidx opened 3 years ago

gbdavidx commented 3 years ago

Could I use a google smart watch to calculate time or does it have to use android 9?

darryncampbell commented 3 years ago

That's a good question and I do not know. It would need to be supported by the Watch network stack. You can use https://developer.android.com/reference/android/net/wifi/rtt/WifiRttManager#isAvailable() to determine if WiFi RTT is available on the target platform.

gbdavidx commented 3 years ago

Yeah. I get a sign in error when I click that

On Fri, Apr 23, 2021 at 2:08 AM Darryn @.***> wrote:

That's a good question and I do not know. It would need to be supported by the Watch network stack. You can use https://developer.android.com/reference/android/net/wifi/rtt/WifiRttManager#isAvailable() to determine if WiFi RTT is available on the target platform.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/darryncampbell/WiFi-RTT-Trilateration/issues/1#issuecomment-825518172, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGJFZNEDG76KCT2UGZS2XA3TKE2JPANCNFSM43NSUFYQ .

darryncampbell commented 3 years ago

That link directs to the Android developer docs, you shouldn't need to sign into anything

gbdavidx commented 3 years ago

i dont how an android phone yet, but if i got the google wifi routers and a compatible phone, how difficult would it be to implement my own floor plan and send mqtt topics every time i enter in a new room?

darryncampbell commented 3 years ago

If you are just looking for locationing on a room level accuracy it would probably be easier to monitor which AP you are connected to (1 per room) and use that to determine when you enter a room. 802.11mc does not work well through walls / doors etc. so does not fit well with your use case.

gbdavidx commented 3 years ago

i wanted something that was fast