A CLI tool written in Rust to read values of the bme-680-sensor and write them into JSON format.
.idea | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
readme.md |
Bme680 Json
Bme680 Json is a CLI that helps you gather the measurements of the bme-680 sensor and prints them in JSON format.
To install the CLI run:
cargo install --git https://github.com/dnutiu/bme-680-json.git
Then run:
bme680-json
{"temperature":23.55,"pressure":991.04,"humidity":60.444,"gas_resistance":1443025}