Git Product home page Git Product logo

find-dine's Introduction


Fine Dining for the Blind


Table of Contents

What is this App for?

Google Presentation Slides

Detection of Access Points with Wi-Fi RTT

Wi-Fi RTT was introduced in Android 9 (API level 28). (link)

  • On devices running Android 9, you need to have access to pre-determined access point (AP) locations data in your app.
  • On devices running Android 10 (API level 29) and higher, AP location data can be represented as ResponderLocation objects, which include latitude, longitude, and altitude. For Wi-Fi RTT APs that support Location Configuration Information/Location Civic Report (LCI/LCR data), the protocol will return a ResponderLocation object during the ranging process.

ResponderLocation is both a Location Configuration Information (LCI) decoder and a Location Civic Report (LCR) decoder for information received from a Wi-Fi Access Point (AP) during Wi-Fi RTT ranging process. (link)

  • This is based on the IEEE P802.11-REVmc/D8.0 spec section 9.4.2.22, under Measurement Report Element. Subelement location data-fields parsed from separate input LCI and LCR Information Elements are unified in this class.
  • This feature allows apps to query APs to ask them for their position directly rather than needing to store this information ahead of time. So, your app can find APs and determine their positions even if the APs were not known before, such as when a user enters a new building.

However, as of Jan 2020 when we tried this with Google Nest Wi-Fi, no ResponderObject could be received by the app. So we opted for a different approach.

Demo

Physical Demo performed during GovTech's HackWeek 2020

Google Presentation Slides

Hardware

  • 1 Nest router
  • 4 Nest access points
  • 2 Google Pixel 3A'

Phone App

Search Feature Navigation Instructions

Setup Requirements

  • A Phone Device: The smartphone has to support the ranging standard by hardware. e.g. a Qualcomm Snapdragon 820 CPU
  • Android Version: Android P installed on the smartphone.
  • Network Protocol Support: The access point has to support the IEEE 802.11mc FTM standard

Relevant links

find-dine's People

Contributors

cloudsoh avatar jiansheng-gt avatar lyqht avatar tengkuhafidz avatar

Watchers

 avatar  avatar  avatar  avatar

find-dine's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.