Hi, thank you for your help! Here i paste some values coming from the sensor (just what the output ready function gives to me) these are the first three measuraments: IAQ accuracy: (0) Temperature: (22.665) C, RHumidity: (100.0) Raw Temperature: (22.665) C,Raw RHumidity: (100.0) IAQ: (0), Pressure: (100215) C02eq: (0.0) , BVocsEq: (0.0) Static IAQ: (0.0) , BSEC status: (0) IAQ accuracy: (0) Temperature: (22.35131) C, RHumidity: (99.21053) Raw Temperature: (22.35131) C,Raw RHumidity: (100.0) IAQ: (0), Pressure: (100217) C02eq: (0.0) , BVocsEq: (0.0) Static IAQ: (0.0) , BSEC status: (0) IAQ accuracy: (0) Temperature: (22.35131) C, RHumidity: (99.56683) Raw Temperature: (22.35131) C,Raw RHumidity: (100.0) IAQ: (0), Pressure: (100221) C02eq: (0.0) , BVocsEq: (0.0) Static IAQ: (0.0) , BSEC status: (0) These are after 20 minutes: IAQ accuracy: (0) Temperature: (22.35131) C, RHumidity: (99.32422) Raw Temperature: (22.35131) C,Raw RHumidity: (100.0) IAQ: (0), Pressure: (100210) C02eq: (0.0) , BVocsEq: (0.0) Static IAQ: (0.0) , BSEC status: (0) IAQ accuracy: (0) Temperature: (22.35131) C, RHumidity: (99.23802) Raw Temperature: (22.35131) C,Raw RHumidity: (100.0) IAQ: (0), Pressure: (100212) C02eq: (0.0) , BVocsEq: (0.0) Static IAQ: (0.0) , BSEC status: (0) IAQ accuracy: (0) Temperature: (22.665) C, RHumidity: (100.0) Raw Temperature: (22.665) C,Raw RHumidity: (100.0) IAQ: (0), Pressure: (100212) C02eq: (0.0) , BVocsEq: (0.0) Static IAQ: (0.0) , BSEC status: (0) These are after 40 minutes: IAQ accuracy: (0) Temperature: (23.6793) C, RHumidity: (100.0) Raw Temperature: (23.6793) C,Raw RHumidity: (100.0) IAQ: (0), Pressure: (100194) C02eq: (0.0) , BVocsEq: (0.0) Static IAQ: (0.0) , BSEC status: (0) IAQ accuracy: (0) Temperature: (23.41240) C, RHumidity: (99.20443) Raw Temperature: (23.41240) C,Raw RHumidity: (100.0) IAQ: (0), Pressure: (100194) C02eq: (0.0) , BVocsEq: (0.0) Static IAQ: (0.0) , BSEC status: (0) IAQ accuracy: (0) Temperature: (23.41240) C, RHumidity: (99.42264) Raw Temperature: (23.41240) C,Raw RHumidity: (100.0) IAQ: (0), Pressure: (100192) C02eq: (0.0) , BVocsEq: (0.0) Static IAQ: (0.0) , BSEC status: (0) They are all pretty similar (also the samples between these ones are the same). I checked what comes from the sensor and for humidity it gives always 2 bytes: 0x80,0x00 (that corresponds to the value 100) so i can' t undertand the oscillations of the humidity parameter (if you notice it goes from 99.5 to 100) than should be fixed to 100 (that isn' t correct anyway). I checked the behavior of the sensor with a raspberry pi and i received correct values so the problem is not the sensor but the code. I modified just the part for the integration of the code and i am pretty sure it works because temperature and pressure are correct values. So i can't understand where is the problem, i also checked for stack overflow or something similar but that does't occur. Actually i have no idea. I integrated all the files in BSEC downlod folder in Lite Version, the only files i did't used are the file in the Config Folder, can be this one the problem? and in case how should i integrate them? Thanks for your help! Have a nice day!
... View more