General Arduino

SGP40 raw data

userHead fabio.cerino 2024-12-10 02:59:55 527 Views1 Replies

Hi all,

I need to acquire raw data from sgp40 related to TVOC. I know that the VOC index is calculated elaborating raw data but i don't know how to get them

Thank you

Fabio

2024-12-11 10:08:45

The SGP40 library released by DFRobot has a readRawdata() function that directly outputs VOC raw data.

https://github.com/DFRobot/DFRobot_SGP40/blob/master/src/DFRobot_SGP40.h

userHeadPic Yeez_B