346 B
346 B
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":32.66,"pressure":622.29,"humidity":100.0,"gas_resistance":802874}