SGP40 raw data
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
Yeez_B