Edit

Share via


Bmx280FilteringMode Enum

Definition

Bmx280 devices feature an internal IIR filter.

public enum Bmx280FilteringMode
type Bmx280FilteringMode = 
Public Enum Bmx280FilteringMode
Inheritance
Bmx280FilteringMode

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.

Applies to