DeeEmm / DIY-Flow-Bench

Volumetric flow bench based on ESP32 and MAF sensor.
GNU General Public License v3.0
27 stars 10 forks source link

Sensor Unit Tests #76

Closed DeeEmm closed 13 hours ago

DeeEmm commented 3 years ago

Check all sensor streams and code operate as expected. Many changes have happened in the code refactoring and so unit testing for each sensor needs to be carried out.

DeeEmm commented 3 years ago

BME280 code tested / updated and working. Just need to validate humidity.

Reference pressure code inc ADS1015 ADC tested and working. Should be same for other devices using the ADC but will validate those separately.

DeeEmm commented 1 year ago

All sensors validated in bench tests but further real world testing required.

DeeEmm commented 13 hours ago

I've moved discussion to #35 and going to close this out.