command
module
Version:
v0.0.0-...-3ca9053
Opens a new window with list of versions in this module.
Published: Oct 22, 2021
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
CO2 sensor reader
This little applicaiton reads data off of a CCS811 Gas sensor and exposes the data to a Prometheus endpoint.
Installing
go get github.com/xswordsx/2co_reader_go
Running
Current project presumptions:
- The sensor runs in its default mode (address
0x5A
for the registry).
- The sensor does NOT use the
nINT
signal wire.
$ ./co2_reader_go
Building locally
$ go get ./... && go build .
License
This project is licensed under the MIT license
Issues
Use the repository issues board
Documentation
¶
Binary co2_reader_go reads data off of a CCS811 Gas sensor
and exposes the data as a Prometheus-formatted HTTP endpoint.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.