my application is based on small IOT boards like the raspberry picoW and similar.
am using the ADC to measure generally static resistances,
in this case a simple salt water sensor made of a set of parallel stainless wire prongs,
and i do not want to waste battery by leaving this circuit powered, until i need it.
my sense is that i ought to be able to use an output GPIO pin to power the sensor.
this pin would be driven high some microseconds before i read the ADC.
is this a sensible approach, or am i missing a better way?
attached is an approximate sketch of my intended circuit.
am using the ADC to measure generally static resistances,
in this case a simple salt water sensor made of a set of parallel stainless wire prongs,
and i do not want to waste battery by leaving this circuit powered, until i need it.
my sense is that i ought to be able to use an output GPIO pin to power the sensor.
this pin would be driven high some microseconds before i read the ADC.
is this a sensible approach, or am i missing a better way?
attached is an approximate sketch of my intended circuit.
Attachments
-
12.1 KB Views: 15