The environment sensor on the Thingy91x always reads the same value for the temperature, pressure, humidity, iaq, voc, and co2 sensors:
[00:00:34.319,213] <dbg> environmental_module: sample: temp: 20.781536; press: 99331.265625; humidity: 32.830726; iaq: 50; CO2: 500.000000; VOC: 0.499999
...
[00:01:05.287,200] <dbg> environmental_module: sample: temp: 20.781536; press: 99331.265625; humidity: 32.830726; iaq: 50; CO2: 500.000000; VOC: 0.499999
...
[00:04:05.678,894] <dbg> environmental_module: sample: temp: 20.781536; press: 99331.265625; humidity: 32.830726; iaq: 50; CO2: 500.000000; VOC: 0.499999
Testing setup
- Download latest release: hello.nrfcloud.com-v2.0.1-thingy91x-nrf91.hex
- Use nRF Connect for Desktop and J-Link to flash the binary to Thingy91x
- Use serial connection to device to observe logs of the environment data sensor
Expected behavior
All readings should change each time data is fetched from the sensor.
The environment sensor on the Thingy91x always reads the same value for the temperature, pressure, humidity, iaq, voc, and co2 sensors:
Testing setup
Expected behavior
All readings should change each time data is fetched from the sensor.