wayland/bme280-barometer@0.0.1

License: BSD-3-Clause

BMP280 barometric pressure and temperature sensor. Wraps https://github.com/adafruit/Adafruit_BME280_Library. Datasheet: https://cdn-learn.adafruit.com/assets/assets/000/115/588/original/bst-bme280-ds002.pdf. N.B. UNTESTED!
NodeDescription
calculate-altitude
Calculate altitude from atmospheric pressure.
init
Initialize bme280-device.
example-oled-altimeter
Uses bme280 as an altimeter and displays altitude on an OLED screen.
read-pressure
Read pressure in Pascal.
read-temperature
Read temperature in degrees Celsius.
bme280-device
Create BME280 device. See datasheet (https://cdn-learn.adafruit.com/assets/assets/000/115/588/original/bst-bme280-ds002.pdf) for recommended oversampling and filter settings for specific use cases.
barometer-hygrometer-thermometer
Combines low level nodes to create a simple to use barometer and thermometer.
read-humidity
Read relative humidity.
example-test-barometer-hygrometer-thermometer
Patch to test barometer-hygrometer-thermometer node. Run in debugger.
To use the nodes in your project you should have the wayland/bme280-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.