I modified the read_wave2.py to print(data)
(1, 97, 19, 0, 108, 108, 2196, 65535, 65535, 65535, 0, 65535)
Humidity: 48.5 %rH, Temperature: 21.96 *C, Radon STA: 108 Bq/m3, Radon LTA: 108 Bq/m3
I understand the following:
data[1] = humidity, but the displayed value is divided by 2.0
data[4] = radon Bq/m3 Short Term Average
data[5] = radon Bq/m3 Long Term Average
data[6] = temperture in Celsius, but the displayed value is divided by 100.0
Can I have someone document:
data[0]
data[2]
data[3]
data[7]
data[8]
data[9]
data[10]
data[11]