-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
It might just be confusion on my side, but I have a question about NOx conditioning.
In
| sgp41.executeConditioning(compensationRh, compensationT, srawVoc); |
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels