On Jan 12, 9:45*am, cassiope <f...@u.washington.edu> wrote:
> On Jan 12, 8:25*am, Simon <goo...@gornall.net> wrote:
>
>
>
>
>
> > Hi all,
>
> > So, I want to put 10 pH/ORP probes onto a microcontroller, with each
> > probe being galvanically isolated from its peers so that the
> > measurements of different probes aren't interfering with each other.
> > Being more of a digital than an analogue guy, I'm not really sure how
> > to proceed...
>
> > Another requirement is that it's a small solution - there's not much
> > space to play with here, about 0.5" x 1.5" per probe PCB... And of
> > course, the cheaper the better, given that I want 10 of them!
>
> > One chip I found to do the isolation is the adum5241 (http://www.analog..com/en/interface/...um5241/product......)
> > from analog devices, I could get an isolated GND, +5v, dIn and dOut
> > from that, which is what I need, but I also want -5v for the probe,
> > and I'm not sure how to go about getting it. If I try to tack on a +5v->-5v conversion after the adum5241, I think I'll over-run its maximum
>
> > current delivery (10mA).
>
> > So, questions:
>
> > *- Do I need to isolate the -5v if the +5v and ground are isolated ?
> > I'd think so, but better to ask 
>
> > *- Is there a better way to do it ? Bound to be - this is just the
> > first one I've come across 
>
> > Cheers
> > * *Simon.
>
> I'm not sure what these "ORP" probes are - if they're anything like
> the pH
> electrodes I've used, they are _extremely_ high impedance; and you
> need
> to compare their output voltage with the potential of the solution
> they are
> measuring. *Why 10 probes? *Might the solution[s] be at different
> potentials,
> and if so, by how much?
ORP is a similar probe, yes - it's an Oxidation/Reduction potential
probe.
The pH solutions are likely to be similar (within +/- 1 pH at most)
and it's for measuring / controlling the pH of an aquarium when you're
introducing chemicals at various places in the water column.
>
> IF the solution[s] are at nearly the same potential, you may be able
> to get
> away with some good differential amplifiers and dispense with
> isolation -
> assuming, of course, that you aren't concerned with galvanically
> isolating the
> solution from the output. *But that might be doable with one or two
> digital
> isolation devices.
I doubt there'd be much correlation in the readings between an ORP
probe and a pH probe, though, and I wouldn't want the addition of one
to affect existing readings. The same system will be reading
temperature (since pH is temperature-dependent) although that's of
lesser concern due to the nature of the probe.
On Jan 12, 11:46*am, Spehro Pefhany
<speffS...@interlogDOTyou.knowwhat> wrote:
>
> You can use an ICL7660 charge pump to get -5V.
>
That's one I hadn't come across, and for the my needs, it would appear
to produce a good -5v (the required load should be very low due to the
massive impedance of the probe). Thanks!
On Jan 12, 9:42*am, Tim Wescott <t...@seemywebsite.com> wrote:
>
> * Go looking for a higher power version of the same chip.
>
And, of course, there is indeed one such - in fact it handles 0.5A.
This still wouldn't be sufficient for the original 5v -> -5v converter
chip (which can need 1->2A (!!) on startup), but the ICL chip doesn't
seem to suffer from that.
Combining the two suggestions, seems like that would work
Thanks for all the help
Simon