Skip to content

SGP41 NOx conditioning #12

@petercrona

Description

@petercrona

It might just be confusion on my side, but I have a question about NOx conditioning.

In

sgp41.executeConditioning(compensationRh, compensationT, srawVoc);
NOx conditioning is called with compensationRh and compensationT rather then defaultCompenstaionRh and defaultCompenstaionT.

In the datasheet (https://sensirion.com/media/documents/5FE8673C/61E96F50/Sensirion_Gas_Sensors_Datasheet_SGP41.pdf) it is written:

The conditioning command requires to send default input parameters (2 words + respective CRC bytes).

and an example is given, with 0x80 0x00 0xA2 0x66 0x66 0x93, namely:

sgp41_execute_conditioning: 0x26 0x12 0x80 0x00 0xA2 0x66 0x66 0x93

So, must I use defaultCompensationRh and defaultCompenstaionT, or does it work equally well with compensationRh and compensationT, as in exampleUsage.ino?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions