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

Example for SPEC CO Gas Sensor with Arduino? #3

Open
salmanfarisvp opened this issue Mar 4, 2021 · 4 comments
Open

Example for SPEC CO Gas Sensor with Arduino? #3

salmanfarisvp opened this issue Mar 4, 2021 · 4 comments

Comments

@salmanfarisvp
Copy link
Contributor

salmanfarisvp commented Mar 4, 2021

Hi, Do you have any example for reading CO ppm value in Arduino ULPExample_1sensor.ino requires an analogue addon, so is it possible to measure without the addon? Thanks in advance.

@dpeaslee
Copy link
Contributor

dpeaslee commented Mar 9, 2021

I'm sorry I don't understand the question. What 'analogue addon' do you mean. Is this a software or hardware question?
This program requires an analog sensor, for example here: http://www.spec-sensors.com/wp-content/uploads/2016/10/ULPSM-CO-968-001.pdf
Also there is a developer module that works the same, but has a buffer for unstable supply voltages/ battery/ and voltage regulator here:
https://www.digikey.com/en/products/detail/spec-sensors-llc/968-020/6136366

@dpeaslee
Copy link
Contributor

dpeaslee commented Mar 9, 2021

Also,
I have a new version of this library. The best Arduino to use is the Due, because it has a 12-bit ADC, all other Arduino have only 10 bit.
I'm not very skilled with github, so I do appreciate your edits, which I merged, hopefully I did this correctly.
Thanks again

@salmanfarisvp
Copy link
Contributor Author

salmanfarisvp commented Mar 9, 2021

What 'analogue addon' do you mean. Is this a software or hardware question?

I have a CO – Carbon Monoxide Sensor 1000 ppm Pinned Package but I think in order to work with the library I need to use the Analog Gas Sensor Module for Carbon Monoxide: ULPSM-CO.

and Is it possible to use CO – Carbon Monoxide Sensor 1000 ppm Pinned Package alone with Arduino to get a reliable reading?

I have a new version of this library. The best Arduino to use is Due, because it has a 12-bit ADC, all other Arduino have only 10 bit.

Can you please share the link to the library!

so I do appreciate your edits, which I merged, hopefully I did this correctly.

Thank You for sharing your work too 🤗.

@dpeaslee
Copy link
Contributor

Can you look at this post and tell me if this is what you have? This is for low resolution detection of high concentrations of CO. If you want higher resolution and stability, you do need to get either the digital or analog module, or build your own analog module using our open source files.

https://www.digikey.com/en/maker/projects/create-your-own-co-detector/874229f4378346a7a0d86c28c5ca2850

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

2 participants