Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calibrating EC Sensor #57

Open
djpetti opened this issue Sep 15, 2017 · 0 comments
Open

Calibrating EC Sensor #57

djpetti opened this issue Sep 15, 2017 · 0 comments
Labels

Comments

@djpetti
Copy link
Owner

djpetti commented Sep 15, 2017

This also shouldn't be too hard, and I have done some of the work.

A simple EC sensor can be recreated using a power plug and a few resistors. The prongs of the plug are immersed in the solution, and act as one side of a voltage divider. Then the MCU does some math to convert the read voltage into an EC estimate.

For calibration, a set of ionic solutions of known concentration should be used. I have used NaCl in the past, which works well, and is easy to make. The probe can be connected to an MCU dev board, inserted into the solutions, and the raw values from the ADC can be read and measured. Then, we can do some math to find the best values for the calibration constants.

The code for reading EC values already exists, so not much coding is involved in this task. However, the tester must understand how the existing code works. This, therefore, would make a good starting project for someone who wishes to gain familiarity with the MCU source code.

@djpetti djpetti added the MCU label Sep 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant