connection_tester is a Python app to test reception and signal quality of RuuviTag BLE packages.
Python RuuviTag sensor
- Documentation guide
Run 3 minute test and save collected data on selected file, e.g. output.csv
$ python3 connection_tester.py output.csvanalyze is a Python app for analyze results of tester.
Analyze single file:
$ python3 connection_tester.py -f single_file.csvAnalyze every file in folder:
$ python3 connection_tester.py -A data/outdoorThis command will save analyze overview of each ruuvitag to results folder.