Replies: 2 comments 2 replies
-
Is that much different from the BMP130? Maybe you can adjust the existing IoT binding for that PN... |
Beta Was this translation helpful? Give feedback.
-
They are quite different, looking at a quick comparison for the registers:
And that's one of the reason why, the second being the logic and order to access those and get things done per device is different, that we have currently 2 bindings, one for BMP150 and another one for BMP180: https://github.com/nanoframework/nanoFramework.IoT.Device/tree/develop/devices/Bmm150, https://github.com/nanoframework/nanoFramework.IoT.Device/tree/develop/devices/Bmp180 Same apply for the BME/BMP280/BME680: https://github.com/nanoframework/nanoFramework.IoT.Device/tree/develop/devices/Bmxx80 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
For my project I need a very fine altitude/pressure meter down to the cm. It looks like the BMP585 from Bosch has the best resolution. There is a Arduino Library available from Bosch for the BMP3xx and BMP5xx.
Beta Was this translation helpful? Give feedback.
All reactions