View on GitHub

Yocto-record

Data recording for Yocto-Thermocouple and Yocto-Meteo (Weather) modules in Python

Download this project as a .zip file Download this project as a tar.gz file

Yocto-record

Data recording for Yocto-Thermocouple and Yocto-Meteo (Weather) modules in Python

This small program allows to display and record temperature, humidity and pressure from Yocto-Meteo module or Yocto-Thermocouples module(s).

Data are displayed in a terminal (text mode) and updated every second (or any selected time interval).

Recordings are saved in a text file: Date-Time-Module1-Module2-xxx.csv. Separators are coma (can be changed), easily importable in Libreoffice Calc, Excel or any plotting software.

This version was tested with three modules (meteo & thermocouples), works in direct usb mode, or with VirtualHub running.

Updates


Required components

Installation

Starting the program

Warning: Starting for Python IDLE will make data file empty (I don't know why...)

Data file example

Day Time Temperature(°C) Pressure(mb) RH(%) Module: METEOMK1-0D163  
2013/08/19 14:18:41,24.0,1016,43  
2013/08/19 14:18:42,24.0,1016,43  
2013/08/19 14:18:43,24.0,1016,43  

Settings

Some settings are avalaible using arguments:

Other settings are available in the program (see settings section):

Stoping the program