bme-680-json/readme.md

348 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":23.55,"pressure":991.04,"humidity":60.444,"gas_resistance":1443025}