EnviroDIY / YosemitechModbus

A library to use an Arduino as a master to control and communicate with the modbus sensors produced by Yosemitech. Depends on the EnviroDIY/SensorModbusMaster library.
Other
10 stars 7 forks source link

Create `GetValuesTimingTest.ino` to optimize sensor timings #15

Closed aufdenkampe closed 1 year ago

aufdenkampe commented 5 years ago

This issue https://github.com/EnviroDIY/ModularSensors/issues/215 led us to realize that the warm up time, stabilization time and measurement time for each of these sensors has not be adequately characterized.

Develop a sketch similar to bme280timingTest.ino to quantify these times for each sensor.

Some of this has been done using YosemiTech's windows software, but it would be better to directly measure on the Mayfly using our SensorModbusMaster and YosemitechModbus libraries.

aufdenkampe commented 1 year ago

I've modified the GetValues.ino example to make it much easier to explore warmup, stabilization, and measurement times.