Class Sgp40
Provides access to the Sensirion SGP40 VOC sensor
Assembly: Sgp40.dll
View Source
public class Sgp40 : ByteCommsSensorBase<int>, IObservable<IChangeResult<int>>, ISamplingSensor<int>, ISensor<int>, ISensor, ISamplingSensor, IDisposable, II2cPeripheral
Inheritance: System.Object
-> Meadow.Foundation.ObservableBase<UNIT> -> Meadow.Foundation.SamplingSensorBase<UNIT> -> Meadow.Foundation.PollingSensorBase<UNIT> -> Meadow.Foundation.ByteCommsSensorBase<UNIT>
Implements:
System.IObservable<Meadow.IChangeResult<System.Int32>>
, Meadow.Peripherals.Sensors.ISamplingSensor<System.Int32>
, Meadow.Peripherals.Sensors.ISensor<System.Int32>
, Meadow.Peripherals.Sensors.ISensor
, Meadow.Peripherals.Sensors.ISamplingSensor
, System.IDisposable
, Meadow.Hardware.II2cPeripheral
Properties
VocIndex
The VOC Index, from the last reading
View Source
public int VocIndex { get; }
SerialNumber
Serial number of the device
View Source
public ulong SerialNumber { get; }
DefaultI2cAddress
The default I2C address for the peripheral
View Source
public byte DefaultI2cAddress { get; }
Methods
Initialize()
Initialize the sensor
View Source
protected void Initialize()
RunSelfTest()
This command triggers the built-in self-test checking for integrity of both hotplate and MOX material
View Source
public bool RunSelfTest()
Returns
System.Boolean
: true on successful test, otherwise false### ReadSensor()
Reads data from the sensor
View Source
protected override Task<int> ReadSensor()
Returns
System.Threading.Tasks.Task<System.Int32>
: The latest sensor reading### TurnHeaterOff()
This command turns the hotplate off and stops the measurement. Subsequently, the sensor enters idle mode.
View Source
public void TurnHeaterOff()
SetCompensationData(RelativeHumidity, Temperature)
Set the compensation data
View Source
public void SetCompensationData(RelativeHumidity humidity, Temperature temperature)
Parameters
Type | Name | Description |
---|---|---|
Meadow.Units.RelativeHumidity | humidity | Humidity compensation |
Meadow.Units.Temperature | temperature | Temperature compensation |
ClearCompensationData()
Clear the compensation data
View Source
public void ClearCompensationData()
Implements
System.IObservable<Meadow.IChangeResult<System.Int32>>
Meadow.Peripherals.Sensors.ISamplingSensor<System.Int32>
Meadow.Peripherals.Sensors.ISensor<System.Int32>
Meadow.Peripherals.Sensors.ISensor
Meadow.Peripherals.Sensors.ISamplingSensor
System.IDisposable
Meadow.Hardware.II2cPeripheral