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

"CO2_Read" example sketch not working #77

Open
bkbalaind opened this issue Oct 8, 2023 · 7 comments
Open

"CO2_Read" example sketch not working #77

bkbalaind opened this issue Oct 8, 2023 · 7 comments
Assignees
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@bkbalaind
Copy link

bkbalaind commented Oct 8, 2023

I tried to use the example sketch for getting CO2 and other parameters.

But what I see:

  • CO2 is 500 and don't change
  • Temperature is high

I have prototype built by BME280 and CCS811 - this value is correct.

Why this lib not working ?

I'm using VS Code - PlatformIO for project

@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Oct 8, 2023
@per1234 per1234 changed the title Example sketch not working CO2 example sketch not working Oct 8, 2023
@tomasalves8
Copy link

This happens to me as well.

@bkbalaind
Copy link
Author

I found solution - don't use this lib. I don't see native library directly and it works well

@dsmithx3
Copy link

dsmithx3 commented Feb 5, 2024

The carrier library is using an older version of the bsec library that does not match the latest hardware. I believe the airquality source needs to be modified to support the new bsec.

@per1234 per1234 changed the title CO2 example sketch not working "CO2_Read" example sketch not working Apr 12, 2024
@per1234 per1234 self-assigned this Apr 12, 2024
@per1234
Copy link
Contributor

per1234 commented Apr 12, 2024

Thanks for your report @bkbalaind!

I'm going to close this as likely fixed by #84

That fix is in the latest release 2.1.0. If anyone still experiences the problem of the incorrect CO2 readings after updating the library, please comment here and we'll investigate further.

@per1234 per1234 closed this as completed Apr 12, 2024
@per1234 per1234 added the conclusion: resolved Issue was resolved label Apr 12, 2024
@tomasalves8
Copy link

@per1234
image
It only reads the value 600.

@per1234
Copy link
Contributor

per1234 commented Jul 12, 2024

Hi @tomasalves8. Which version of the "Arduino_MKRIoTCarrier" library are you using? You can see the version in Library Manager.

Are you using an Arduino MKR IoT Carrier Rev2?:

https://docs.arduino.cc/hardware/mkr-iot-carrier-rev2/

@tomasalves8
Copy link

tomasalves8 commented Jul 12, 2024

Version 2.1.0

Yes, The Arduino MKR IoT Carrier Rev2

@per1234

@per1234 per1234 reopened this Jul 12, 2024
@per1234 per1234 removed the conclusion: resolved Issue was resolved label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

4 participants