BME680 Pressure Sensor

Weather conditions can be very useful to monitoring your garden health. Pressure, Humidity and Temperature can be important for a number of applications such as regulating environmental controls. Using an commercially available BME680 we can take a digital read of these conditions over I2c.

The core can be expanded to support sensors of other models as well

Sensor Settings

  • type: Bme680

Returns

[Object]

{
	humidity: [float], 
	temperature: [float],
	pressure: [float],
	gas: [float]
}