A CLI tool written in Rust to read values of the bme-680-sensor and write them into JSON format.
Find a file
2024-11-21 00:16:57 +02:00
.idea initial commit 2024-11-20 23:39:46 +02:00
src add delay param 2024-11-21 00:16:57 +02:00
.gitignore initial commit 2024-11-20 23:39:46 +02:00
Cargo.lock add delay param 2024-11-21 00:16:57 +02:00
Cargo.toml add delay param 2024-11-21 00:16:57 +02:00
readme.md add readme.md 2024-11-20 23:53:55 +02:00

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}