https://github.com/uucidl/uu.co2-reader
Show and save CO2 and temperature readings for ZyAura devices.
https://github.com/uucidl/uu.co2-reader
Last synced: 3 months ago
JSON representation
Show and save CO2 and temperature readings for ZyAura devices.
- Host: GitHub
- URL: https://github.com/uucidl/uu.co2-reader
- Owner: uucidl
- Created: 2019-01-05T10:44:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T08:39:27.000Z (over 4 years ago)
- Last Synced: 2025-02-05T06:11:10.031Z (5 months ago)
- Language: C
- Homepage:
- Size: 167 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uu.co2-reader
Console based program to read and save CO2 concentrations and save
temperature measurements.Supported platforms:
- Windows
- Linux
- MacosSupported sensors:
All CO2 monitors based on the ZyAura ZGm053U product/chip.
# Usage
```
[-o file.tsv]
This program collects co2 readings from Zyaura sensors.
Options:
-o file.tsv: write to a tab-separated-value file (otherwise to standard output)
```# Compilation
- build.bat for Windows
- co2_build_linux.sh for Linux
- co2_build_macos.sh for MacosFor all of these, a valid compiler is expected to be available the shell's
environment.