A CLI tool written in Rust to read values of the bme-680-sensor and write them into JSON format.
Find a file
2025-01-07 11:41:04 +00:00
.idea initial commit 2024-11-20 23:39:46 +02:00
src add default delay of 2s 2024-11-21 00:57:34 +02:00
.gitignore initial commit 2024-11-20 23:39:46 +02:00
Cargo.lock add default delay of 2s 2024-11-21 00:57:34 +02:00
Cargo.toml add default delay of 2s 2024-11-21 00:57:34 +02:00
readme.md Update readme.md 2025-01-07 11:41:04 +00: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":23.55,"pressure":991.04,"humidity":60.444,"gas_resistance":1443025}