Open aliphys opened 1 year ago
I uploaded the Standalone.ino sketch, included as part of the Arduino_BHY2 library located in the arduino/nicla-sense-me-fw repo.
In the Serial Monitor, I can see that the value for temperature and gas is non zero. Therefore, I infer that this is not a physical issue with the board, but a possible Bluetooth or software issue.
In the NiclaSenseME.ino sketch, I modified the code to print the values of airQuality
and co2
to the Serial Monitor.
I get a bunch of zeros in the Serial Monitor.
This could relate to parsing the data.
As a result of troubleshooting, made an issue here https://github.com/arduino/nicla-sense-me-fw/issues/82
Might be resolved by
The pressure in the dashboard is too high. 1009 kPa is about 10 times the pressure at sea level (101 kPa).
Describe the problem
The values for the gas sensor and air quality are not displayed on the Nicla Sense ME dashboard and are always zero.
To reproduce
I am following this tutorial on the docs website: https://docs.arduino.cc/tutorials/nicla-sense-me/web-ble-dashboard
NiclaSenseME.ino
sketchOutput
windowExpected behavior
The value for the Indoor Air Quality and CO2 is non-zero
Arduino IDE version
2.0.4
Operating system
Windows 10