You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arduino IDE version (found in Arduino -> About Arduino menu): 2.0.3
List the steps to reproduce the problem below (if possible attach a sketch or
copy the sketch code in too):
i followed the ccs811 example sketch and saw several errors, on "ccs.readData",
and ultimately found the root cause as "ccs.calculateTemperature" function creating errors,
commenting the calculate temperature function seems to resolve the issues.
per the datasheet link seems like the the 0x06 register read by the calculateTemperature function is not documented.
newer version of ccs811 does not have NTC in them, I suppose you can add a comment in examples to remove the "calculateTemperature" function if they're facing errors.
thanks for making this library, it was very easy to use and easy to understand :)
The text was updated successfully, but these errors were encountered:
Arduino board: Feather Huzzah
Arduino IDE version (found in Arduino -> About Arduino menu): 2.0.3
List the steps to reproduce the problem below (if possible attach a sketch or
copy the sketch code in too):
i followed the ccs811 example sketch and saw several errors, on "ccs.readData",
and ultimately found the root cause as "ccs.calculateTemperature" function creating errors,
commenting the calculate temperature function seems to resolve the issues.
per the datasheet link seems like the the 0x06 register read by the calculateTemperature function is not documented.
newer version of ccs811 does not have NTC in them, I suppose you can add a comment in examples to remove the "calculateTemperature" function if they're facing errors.
thanks for making this library, it was very easy to use and easy to understand :)
The text was updated successfully, but these errors were encountered: