Hi !
I'm building a Co2-concentration based automatic ventilation system. I have all necessary electronics, beside the sensor itself.
Here's an image of the screen output:
For now, it's using just a random-function to create the sensor value, so that's why the ppm-chart is so jumpy. The basic idea is that a sensor is connected to arduino, which will calculate the proper action, and send a voltage between 0 to 5 to the digital tyristortransformer, which controls the two ventilation motors. The screen will show current ppm and rpm, a chart of ppm values, and the current mode. The chart function works so, that every four minutes a line gets drawn on the right side of the screen, and previous lines are moved to the left. That way I can see the ppm-values of past 8 hours, so I know what has happened during a work day or at night.
This is the sensor that I'm considering for the project:
And luckily, there are instructions how to connect it to arduino:
http://cdn.shopify.com/s/files/1/0019/5952/files/Senseair-Arduino.pdf
What I don't know is, do I need to power the sensor, or does it get the power from those 3-wires shown on the PDF?
What kind of cable would be most suitable for this kind of connection?
Can it be 5-meters long?
Does the encosure need holes, or do I need to get sensor head out of the enclosure?
I have not yet ordered the sensor, since I want to finish the controller first, so if you know a better Co2-sensor, or have experience of some other sensor, please share your thoughts.