Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

newer ccs811 sensors come without NTC #33

Open
goutham2688 opened this issue Dec 22, 2022 · 0 comments
Open

newer ccs811 sensors come without NTC #33

goutham2688 opened this issue Dec 22, 2022 · 0 comments

Comments

@goutham2688
Copy link

  • 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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant