is Vgas the output and can be connected directly to Boron, or will I need something else??
is it linear, I mean I understand Vgas will be the output and it will be giving from 0 to 3V and I think “0” represents “0ppm” and 3V will be “500ppm”, so if I have 1.5V of output, will be 250ppm? or should I take the equations from the paper?
3)Could I connect an I2C ADC like https://www.adafruit.com/product/1085 to each sensor?
I am not familiar with that specific sensor, but in my experience rule of thumb is it is same to assume if you use modules (and not components) there are no additional hardware required between the module and MCU. Else it would be besides the point to use the module I would guess Unless of course stipulated otherwise by Datasheet.
I found this video, it seems to covert your CO sensor. I would also suspect there might be some calibration required which is often the case, but not sure.
The output should be connected directly to an ADC pin. Ideally you would use temperature when calculating concentration. Look at their library source code on Git, written for Arduino but still helpful. I played around with a few of these sensors a few years ago and found them very unstable.
I don’t know how or if you can get stable readings, I only dabbled with Spec’s CO and CO2 sensors.
I never found anything reliable at the hobbyist level. AlphaSense makes very high quality electrochemical gas sensors but they do not distribute directly to consumer and they are expensive. I guess it really depends on how critical your project is. If you want a general idea of gas presence, then low cost sensors may be ok.