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

Develop calibration spreadsheets & instructions #14

Closed aufdenkampe closed 3 years ago

aufdenkampe commented 5 years ago

Many users will be prepping for their second field deployment, and we need to support their need to recalibrate sensors, using YosemiTech's software that we've saved at https://github.com/EnviroDIY/YosemitechModbus/tree/master/utilities/WindowsSoftware.

This software is not well documented, especially with respect to calibrating sensors. A spreadsheet tool for calculating new calibration coefficients will be extremely helpful.

aufdenkampe commented 5 years ago

The spreadsheet we've developed seems to work well for conductivity, turbidity and dissolved oxygen. Updates coming soon.

aufdenkampe commented 3 years ago

I made a bunch of progress on this recently, releasing new versions of calibrator spreadsheets with commits e2748fe8cfc000e550b604e907e32acf25595aa3, 60efbaabf61484af6c48114800330f869d8e1329, 486a45bbcadbd7c66b5178244be4e2136f8f7e04, 5e2d3951c7aba8b91bcb42378d740c656f666241, c19a374244160d6f89c7f100229e6d6b02c33247, and 11292b9ded83e4dd87471231b2122da0949d65b6.

Check them out at https://github.com/EnviroDIY/YosemitechModbus/tree/master/utilities/CalibrationProtocolSpreadsheet.

Each contains some instructions in the spreadsheet. I still need to write a better readme file, but I'll close this for now.

aufdenkampe commented 8 months ago

Calbrator spreadsheets were accidentally removed on March 1, 2022 with commit https://github.com/EnviroDIY/YosemitechModbus/commit/f4b0de02b6a69672a71cac0ff17cddba70ac9076.

With commit https://github.com/EnviroDIY/YosemitechModbus/commit/4546da7e2fab20498c6181eed89a62574f78b9aa on Sep 19, 2022 (see #28), we restored these files to the /extras/calibrator_spreadsheets subdirectory.