Grove - Gas Sensor V2(Multichannel) | Seeed Studio Wiki #290
Replies: 3 comments 7 replies
-
I know the guide says that this instrument can't give accurate quantitative measurements, but I'm having trouble making sense of the readings when using your library. The carbon monoxide sensor after running for 3 days has a rather high voltage and is reporting that I live in a CO cloud of about 600 to 900ppm, which as far as I know would be absolutely deadly within minutes. This is using the library available in this post. There are two other things which are rather disappointing as well. There is discussion on forums on trying to find ways to normalize the values and it doesn't seem like anybody has come to a conclusion on what the correct way to read the numbers is. The other thing is I had come across a library for version 1 of this board (Grove_MultichannelGasSensor.h) that is able to read out more types of gasses:
|
Beta Was this translation helpful? Give feedback.
-
Hey! I was working on the smart nose project by Benjamin Cabe - https://www.seeedstudio.com/Tiny-ML-powered-Artificial-Nose-Project-kit-with-Wio-Terminal-p-4999.html - however, the multichannel gas sensor v2 is not recording any change in compounds when I place alcohol near the sensor. I have done the warming - up process and even tried to reset the Wio Microcontroller, but nothing is working. What should I do? |
Beta Was this translation helpful? Give feedback.
-
Something seems to be off with the library. From what I can read, the STM32F030F4, which is included on the board is 3.3V and has a 12 bit ADC. So I think the ADC to vold conversions are incorrect. The libary pick 5.0 or 3.3V based on the platformed being compiled for but the sensor board is running a 3.3V per the schematic so #define GM_VERF 3.3 (the #define GM_VERF 5.0 should be removed). Also the #define GM_RESOLUTION 1023 I think should be #define GM_RESOLUTION 4096? Any ideas? |
Beta Was this translation helpful? Give feedback.
-
Grove - Gas Sensor V2(Multichannel) | Seeed Studio Wiki
Grove - Gas Sensor V2(Multichannel)
https://wiki.seeedstudio.com/Grove-Multichannel-Gas-Sensor-V2/
Beta Was this translation helpful? Give feedback.
All reactions