Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsdario/wips

Wifi Indoor Positioning System
https://github.com/jsdario/wips

Last synced: 30 days ago
JSON representation

Wifi Indoor Positioning System

Awesome Lists containing this project

README

        

# wips

Our antennas carry inside an Atheros [More] chipset, then we can estimate better the power/percentage relation we get from `iwconfig` command.

Then we calculate the distance out of `RSSI` (Receive Signal Strength Indicator) thanks to this formulae and this paper.

RSSI[dBm] = -10 * n * Math.log(d) + A[dBm]

Where A is the received signal strength in dBm at 1 metre.