Skip to content

Latest commit

 

History

History

go

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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