void4main / pt8005

Python implementation to read data from PeakTech 8005 via USB/Serial-Port

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pt8005

Python implementation to read data from PeakTech 8005 via USB/Serial-Port

Simple terminal output for now (time, dBA/dBC, bar):

20:02:51.510314 46.9  *********************************************
20:02:51.560313 52.5  ***************************************************
20:02:51.610347 52.1  ***************************************************
20:02:51.660311 51.5  **************************************************
20:02:51.710230 50.9  *************************************************
20:02:51.760215 50.4  *************************************************
20:02:51.810328 49.9  ************************************************
20:02:51.860161 49.4  ************************************************
20:02:51.910140 49.0  ************************************************
20:02:51.960114 48.5  ***********************************************
20:02:52.010162 48.2  ***********************************************
20:02:52.060079 47.8  **********************************************
20:02:52.110095 47.4  **********************************************
20:02:52.160039 48.9  ***********************************************
20:02:52.210074 55.1  ******************************************************
20:02:52.260050 58.4  *********************************************************
20:02:52.310129 57.3  ********************************************************
20:02:52.359987 56.4  *******************************************************
20:02:52.410008 55.4  ******************************************************
20:02:52.459992 54.6  *****************************************************
20:02:52.509966 53.8  ****************************************************
20:02:52.559911 53.0  ****************************************************
20:02:52.609924 52.4  ***************************************************

and a second version to dump all the data to an existing InfluxDB to show the results in Grafana. Like so: pt8005-grafana-sample.png

About

Python implementation to read data from PeakTech 8005 via USB/Serial-Port


Languages

Language:Python 100.0%