You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would like to see that the bme680 is supported as well as the bmp180 and bmx280. I will try to implement them but unsure how fast I can contribute a PR. So maybe someone else also plan to do this.
I hacked together enough support for the BME680/688 to be able to read temperature, pressure, and humidity data.
My chip's humidity sensor seems to be broken, so I can't meaningfully test it, but temperature and pressure readings work flawlessly.
I didn't implement the rest of the BME680/688's feature set, but the code should be readable enough to start work on that.
If anyone wants to tackle this, I recommend not putting this into the existing bmxx80 package and instead making a new one. The BME680/688 are different enough from what the bmxx80 package supports to warrant an entire new package.
What kind of new feature are you looking for?
Would like to see that the bme680 is supported as well as the bmp180 and bmx280. I will try to implement them but unsure how fast I can contribute a PR. So maybe someone else also plan to do this.
Do you plan to:
The text was updated successfully, but these errors were encountered: