Hi michap,
do you have an sketch with channels? I have the problem that the pressure will be reported as 0 but if I print my variable it show the correct kpa. I tried different variable types an channel configuration but the result is always the same...
BMP280 / BME280 - new lib for testing
Re: BMP280 / BME280 - new lib for testing
I think it is available here: http://z-uno.smarthome.work/zuno-bmp280 ... sensor.php
Re: BMP280 / BME280 - new lib for testing
I have made my own version of BMP280 library. It have to be lighter, 'cause it uses fixed point calculation instead of float.
https://forum.z-wave.me/posting.php?mod ... 34#preview
https://forum.z-wave.me/posting.php?mod ... 34#preview
Re: BMP280 / BME280 - new lib for testing
Yes, can confirm that lib is working for BMP280 and BME280
Thanks!
Michael
Thanks!
Michael
Re: BMP280 / BME280 - new lib for testing
Would be nice if for BME280 could be set the different op.-modes in code
regarding datasheet page 17 "3.5 Recommended modes of operation"
And maybe to set easy the oversampling rate in configuration for reduction of noise.
Thanks!
Michael
regarding datasheet page 17 "3.5 Recommended modes of operation"
And maybe to set easy the oversampling rate in configuration for reduction of noise.
Thanks!
Michael
Re: BMP280 / BME280 - new lib for testing
hi!
look like a crazy but if humidity more than 72% your library return 0.
look like a crazy but if humidity more than 72% your library return 0.
Re: BMP280 / BME280 - new lib for testing
Hallo,
I have added a "void setSensorMode(sensor_mode mode);" function to the library to set the chip in the given power mode. Is it possible to integrate this function in the library? What do I have to do with the patch?
I have added a "void setSensorMode(sensor_mode mode);" function to the library to set the chip in the given power mode. Is it possible to integrate this function in the library? What do I have to do with the patch?
Re: BMP280 / BME280 - new lib for testing
You can make the change in GitHub and make a pull request