Water Probes with BNC Connectors
goldylamont
Posts: 3
Hi, I would like to create a DAQ (data aquisition) of sorts to get water quality measurements from standard water probes with BNC Connectors. I know that these probes take a small amount of electricity and you can determine their reading depending on the voltage they return. I've included links below. Basically what I would like to do is use either the Basic Stamp or Propeller to constantly gather and log data such as pH, ORP and temperature from water using these probes. I would then like to somehow get this information to a web server where I can graph it. I can't find any information though on how to interface these probes to a computer--the probes use the common BNC connectors to interface. There are companies that sell DAQ devices however any one that I have seen with a BNC connector on it is close to or over $1000. I'm looking for any advice on how I could set up a system to continuously probe water quality and log these values; and also to then display this info via a LAMP/Unix type webserver. I'm thinking that if I can figure out how to get the info from the probes I could use a mini-computer like a Beagle Board to host the web server; however perhaps a Propeller could do this also? Or perhaps I simply use a Basic Stamp to get the data and then somehow send this to a computer for further analyses? Any advice on how you would design would be greatly appreciated.
link to probes I would like to use. They all have BNC style connectors
http://www.americanmarineusa.com/
link to Beagle Board mini-Unix computer: http://beagleboard.org/
thanks!
link to probes I would like to use. They all have BNC style connectors
http://www.americanmarineusa.com/
link to Beagle Board mini-Unix computer: http://beagleboard.org/
thanks!
Comments
pH is one of the 'easier' ones to deal with in that the probe puts out a voltage, and this voltage is "standard" so you can use pH probes from about any source. You will need some op amps and calibration circuitry, but these are easily found on the web. Dr. Tracey Allen has a nice article and schematic on pH measurement on his web site.
I'm not totally up to speed on the other types of probes yet (but am also working on this type of thing). I can tell you that conductivity (or hardness) is a "Smile shoot", and probes from different manufacturers are not interchangeable. I this case, you also need to supply an AC current to the probe. Geometry, shape, and size of the probe will all affect your readings.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
John R.
Click here to see my Nomad Build Log
* Omega
* Cole-Parmer
and other "laboratory" or "industrial control" suppliers.
There are also "off the shelf" units that will log one or more of these measurements that can be found in aquarium and/or hydroponics supply stores (brick and mortar or online).
Can I ask specifically what you're trying to measure/record? (aquarium, stream water, well water, etc.)
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
John R.
Click here to see my Nomad Build Log
I referred you in PM to Vernier, for probes and amplifiers. Since this is a personal aquarium project, you might find the following video interesting, a robotic project that plunges one probe after another into the aquarium in order to avoid interference:
engineering.vernier.com/general/projects/aquarium/
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
Temp was easy. Salinity was a pain, but now that I've seen the nuts-volts article, I think I could redo my hydrometer setup with a lot more accuracy. My induction attack was too crude. Water clarity was through a light sensor / led and for what we needed, accurate enough. Needs to be cleaned monthly. PH is the same, but we need to calibrate every month. Easy to do but annoying. The dock uses a flow meter. We treat it like wind speed.
Temp/flow done with one-wire, hydrometer through induction, PH/Turbidity through A2D. All using objects on the forum except induction and that will be when I get some time. I'm not wildly happy with my code, in fact, it generally looks sloppy, but we have had fun.
I never found a cheap ORP probe that could work without getting up to the 100+ dollars range. I tried hacking a Seapoint sensor but that was expensive also.
Thanks