Hello,
Im doing a project with my nephew for his school, the project will be an automatic hydroponic system using peristaltic pumps (as dosers for nutrients and pH balancing) and a few sensors for monitoring.
I have a few questions regarding the probes that perhaps some more advance users or experienced person can clear out
I know that those probes have a limited life time (usually 6 months to a year), and I wonder if I can perhaps do better (or atleast be on the longer side, rather than the 6 months replacement schedule...)
Right now the farm is powered by a 12V input (for the pumps) which is then dropt to 5V for the arduino and the sensors.
I have 2 approaches for powering the probes (pH and eC) which are prone to wear over time.
first one is wiring the probes directly to the 5V output of the converter, that means that they will be powered on 24/7 and constantly be monitoring the solution regardless if I need the readings or not,
the second option is to wire the probes V+ pins directly to the arduino (GPIO pins, not 5V!) , and every time I would want to take a reading I have to firstly toggle that pin to HIGH, wait for the output to stabilize, and only then take my measurement
now - I know that obviously the second option (atleast theoretically) should result in longer life time for the probes, but I really wonder - am I overthinking the wirings here? is the differences between the two negligible to the point where it doesnt make much difference ?
thank you