bme680 icon indicating copy to clipboard operation
bme680 copied to clipboard

This crate is awesome but example needs to be improved

Open williamdes opened this issue 2 years ago • 1 comments

This crate is awesome but without a bit more for the example it can be difficult to try it simply

The i2cdetect command on the README is very helpful !

For example I was running cargo run --release and did not see any output but it needed RUST_LOG=info cargo run --release

Cargo dependencies should be written in a Cargo.toml file for example so you do not have to pick them one by one until it compiles

[dependencies]
bme680 = "0.6.0"
embedded-hal = "0.2.6"
linux-embedded-hal = "0.3.0"
log = "0.4.14"
env_logger = "0.9.0"

Conclusion: with dependencies and RUST_LOG=info it works !

THANK YOU for saving me from the Python HELL !

williamdes avatar Aug 06 '21 17:08 williamdes

It created a micro project that works very well: https://github.com/williamdes/bme680-zabbix_sender Thank you also to @ava57r for the Zabbix sender

williamdes avatar Aug 06 '21 22:08 williamdes