Enum Bmx280FilteringMode
- Namespace
- Iot.Device.Bmxx80.FilteringMode
- Assembly
- Iot.Device.Bmxx80.dll
Bmx280 devices feature an internal IIR filter.
public enum Bmx280FilteringMode : byte
Fields
Off = 0
Filter off.
X16 = 4
Coefficient x16.
X2 = 1
Coefficient x2.
X4 = 2
Coefficient x4.
X8 = 3
Coefficient x8.
Remarks
This filter effectively reduces the bandwidth of the temperature and pressure output signals and increases the resolution of the pressure and temperature output data to 20 bits.
The higher the coefficient, the slower the sensors responds to external inputs. See the data sheet with recommended settings for different scenarios.