Git Product home page Git Product logo

wifi_rtt_tcc's Introduction

WIFI RTT SCAN APP

Introduction

This document contains detailed information on how to use the WIFI RTT SCAN APP to build datasets and also what the steps will be for the next week (Fourth week of December 2022) to generate a systematic dataset of Wifi RTT measurements

802.11mc intro

802.11mc is a standard of Wi-Fi technology developed by the IEEE. It is also known as Wi-Fi Round Trip Time (RTT). It is designed to improve the accuracy of location services, indoor navigation, and other location-based services. It enables devices to measure the round-trip time (RTT) of signals between devices and use this information to calculate the distance between the devices. It also provides location accuracy within 1-2 meters. This technology is also used for indoor positioning, asset tracking, and other indoor navigation applications. It is an important component of the Internet of Things (IoT) and connected devices.

WIFI RTT SCAN APP intro

First look

This app contains two activities that will work together to get Wifi RTT measurements. The first activity is the main activity and this activity will be scanned to find access points that support 802.11mc technology.

In the figure bellow it is possible to see the look and feel for this activity.

Scan Wifi

When the Scan WiFi button is clicked, the app will search for all access points that support 802.11mc and list them. The image below demonstrates how the activity will appear.

Adding more information

There is some information that is not possible to infer from the app. Therefore, when clicking on one of the listed SSIDs, the application will focus on another activity. Here it is possible to define the real distance and X , Y , Z Coordinates. Once the user finishes to fulfill the form and click in the return button the application will bring the main activity again and the SSIDs that already have additional information will be displayed in red color text.

Back to the main activity

When the user has finished filling in all the additional information for all listed SSIDs, the application will allow the user to start building the RTT dataset

Realtime Database

All information collected will be sent to a real-time database that can be accessed through this link . The information is stored in JSON format. Below is an example of the saved data.
BSSID :"7c:df:a1:db:03:49"
RSSI :"-59"
SSID:"FTM_Responder_4"
distance: 35.417999267578125
distanceStdDevM: 0.24300000071525574
numAttemptedMeasurements: 8
numSuccessfulMeasurements: 5
rangingTimestampMillis: 183758450
time: 1671371859303
trueDistance: 1
xCoordinate: 1
yCoordinate: 1
zCoordinate: 1

wifi_rtt_tcc's People

Contributors

zub4t avatar

Stargazers

Roman avatar

Watchers

 avatar

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.