Hello,
If the scd30 is not properly wired, then the function airSensor.begin() will return false, same for airSensor.dataAvailable() if it was disconnected after being initialised.
But if only 1 from the 3 sensors (co2, temperature, humidity) stops working, how can I know it ?
Because when calling airSensor.dataAvailable(), it will still return true for the 2 remaining sensors, and if I call airSensor.getCO2() (if it is the co2 sensor that is broken), I will get the same value over and over.
Thank you