This little applicaiton reads data off of a CCS811 Gas sensor and prints it to stdout in a CSV format.
- Make sure you have
dev-i2c
installed - Download the source
- Run
./make.sh
- For debug builds (more logging) you could run
./make.sh -D_DEBUG_
- For debug builds (more logging) you could run
Current project presumptions:
- The sensor runs in its default mode (address
0x5A
for the registry). - The sensor does NOT use the
nINT
signal wire.
$ ./build/co2_reader
This project is licensed under the MIT license
Use the repository issues board.