Hello I need support as I can’t find documentation.
I am writing a python script to read the I2C values out of the Multichannel Gas Sensor v2 and I get those values out of address 0x08
byte 1: 193
byte 2: 0
byte 3: 173
byte 4: 115
byte 5: 141
byte 6: 0
byte 7: 71
byte 8: 82
Can someone please help me figure out what they means, are the the idividual sensors values like this:
GM102B NO2: 193
GM302B C2H5CH: 173
GM402B: 115
GM502B VOC: 141
GM702B CO: 71
GM802B: 82
Do they all represent values in ppm or do I need to apply some mathematical conversion?
Thank you