Skip to content

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

License

Notifications You must be signed in to change notification settings

agusalex/rssi-filter-profiling

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages