wayland/bmp280-barometer@0.0.5

License: BSD-3-Clause

BMP280 barometric pressure and temperature sensor. Wraps https://github.com/adafruit/Adafruit_BMP280_Library. Datasheet: https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP280-DS001.pdf
NodeDescription
bmp280-device
Create BMP280 device. See datasheet (https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP280-DS001.pdf) for recommended oversampling and filter settings for specific use cases.
example-oled-altimeter
Uses bmp280 as an altimeter and displays altitude on an OLED screen.
read-pressure
Read pressure in Pascal.
read-temperature
Read temperature in degrees Celsius.
init
Initialize bmp280-device.
example-test-barometer-thermometer
Patch to test barometer-thermometer node. Run in debugger.
calculate-altitude
Calculate altitude from atmospheric pressure.
barometer-thermometer
Combines low level nodes to create a simple to use barometer and thermometer.
To use the nodes in your project you should have the wayland/bmp280-barometer library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.