Giter VIP home page Giter VIP logo

Comments (3)

WifWaf avatar WifWaf commented on June 11, 2024

Hey, are you still having this issue?

I think what's happening here is that the CO2 is 0 because the sensor needs calibrating.

The temperature value is also wrong due to the library as the sensor firmware is often revised, making it awkward to keep compatibility as I only have a few sensors to work with.

Have you tried calibrating the sensor?

from mh-z19.

edomazzone avatar edomazzone commented on June 11, 2024

Hey, I managed to have data after doing calibration with one sensor that works correctly. Another one, that is from the same order, has results like:
CO2: 5000 ppm
T: 21 °C

The temperature is correct, but the CO2 is fixed at the maximum measure possible even if I've ventilated the room. And changing the top level to 2000 ppm the data are flat at the maximum level even after calibration.
It's possible that I need to make a solder junction in the PCB of the sensor?
I share the data from the correct sensor that after 5 minutes start to send the correct data.
2_CO2

from mh-z19.

WifWaf avatar WifWaf commented on June 11, 2024

The library temperature function doesn't always work as it depends on the version of the sensor (the firmware has been changed many times). If you run the RetrieveDeviceInfo, I imagine you'll see different versions.

In the case of the CO2 value being stuck at 5000ppm on the second sensor, I'm not sure, calibrating should fix the issue. It's possible the range and/or span were not set correctly by the manufacturer, but I wouldn't suggest calling the functions unless it's a last resort (see the calibration plus example).

If you can't return the sensor, then you could try setting the span by blowing it into a bag or something and placing both sensors inside. You could then try and get the CO2 reading on the working sensor to be close to the span/range you want (e.g. 2000 or 5000) and then call the zeroSpan(value) and setRange(value) on the sensor which is stuck at 5000ppm.

from mh-z19.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.