agusalex / rssi-filter-profiling

RSSI Profiling and log fit to predict distance based on received signal strength. Using ESP8266.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Median, mean and Kalman Filter plus Log Fit for RSSI to distance prediction

Getting Started

first first

Project requirements

First step is to create one and install all necessary project requirements.

virtualenv env --python=python3
source env/bin/activate
pip install -r requirements.txt

Execution

python main.py [--file /path/to/file]

You can set the path to a file containing your data, default path is data/Device.csv.

For example:

main.py --file data/sample.csv

Results

first first combined2

About

RSSI Profiling and log fit to predict distance based on received signal strength. Using ESP8266.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%