16 lines
No EOL
346 B
Markdown
16 lines
No EOL
346 B
Markdown
# 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:
|
|
|
|
```bash
|
|
cargo install --git https://github.com/dnutiu/bme-680-json.git
|
|
```
|
|
|
|
Then run:
|
|
|
|
```bash
|
|
bme680-json
|
|
{"temperature":32.66,"pressure":622.29,"humidity":100.0,"gas_resistance":802874}
|
|
``` |