Skip to content

GenerIoT/ruuvitag-connection-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RuuviTag Connection Tester

connection_tester is a Python app to test reception and signal quality of RuuviTag BLE packages.

Requirements for connection tester

Python RuuviTag sensor

Usage

Run 3 minute test and save collected data on selected file, e.g. output.csv

$ python3 connection_tester.py output.csv

RuuviTag Connection Result Analyzer

analyze is a Python app for analyze results of tester.

Usage

Single file

Analyze single file:

$ python3 connection_tester.py -f single_file.csv

Folder

Analyze every file in folder:

$ python3 connection_tester.py -A data/outdoor

This command will save analyze overview of each ruuvitag to results folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages