bme-680-json/readme.md

17 lines
349 B
Markdown
Raw Normal View History

2024-11-20 21:53:55 +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:
```bash
cargo install --git https://github.com/dnutiu/bme-680-json.git
```
Then run:
```bash
bme680-json
2024-11-20 22:57:24 +00:00
{"temperature":23.55,"pressure":991.04,"humidity":60.444,"gas_resistance":1443025}
2025-01-07 11:41:04 +00:00
```