Shop OBEX P1 Docs P2 Docs Learn Events
Aquarium Monitoring Station — Parallax Forums

Aquarium Monitoring Station

eiplannereiplanner Posts: 112
edited 2012-09-16 22:23 in General Discussion
I have a 100 gallon, saltwater, reef and fish aquarium that requires:

- Weekly water parameter testing for pH, Nitrate, Nitrite, Ammonium, Salinity, Copper, Magnesium, Phosphates, Iodine and possibly others.
- Daily water make-up for the evaporation.
- Feeding of frozen foods twice daily.
- Timers for the intense lighting.
- Emptying the protein skimmer when full.
- Timers for LED night lighting.
- Intermittent switching of water blowers to create an ebb & flow wave effect.
- Water temperature monitoring.
- Algae monitoring.
- Heater cycling to maintain temperature.

After getting involved with the parallax bs2, the idea hit me that this might be a super project for the Propeller. It could monitor all of these
conditions continuously and alert me when the aquarium needs attention. I am thinking a full scale project that would include an automatic feeder
designed to hold frozen food (maybe using Peltier devices to keep food frozen inside and add heat to aquarium on the other), multiple sensors and
probes to collect water quality data, light timing, automatic water make-up, and more. A large concern with this is that the probes I have looked into
for testing water quality are designed to only test a single parameter and cost around $300 to $800 depending on their specific purpose. The cheap tests
that I currently use are chemical tests performed outside the aquarium.

I was wondering or hoping some of the people on this forum might be able to help with figuring out how these probes work so I could put them together
myself. They are all small pen shaped devices that can't possibly cost that much to build.

This is only a first thought on a project I would like to get into one day.

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
It's not the size of the dog in the fight, but the size of the fight in the dog.
«1

Comments

  • kwinnkwinn Posts: 8,697
    edited 2010-01-03 03:10
    The hard (or hardest) part will be the parameter testing. With the exception of algae monitoring the rest are pretty well straight forward.

    For sure you can get a probe to measure the PH. Not cheap, but available.
    Salinity may be possible to measure using conductivity, which is simple enough.
    Algae monitoring might be possible by measuring the reflectivity or absorption of some wavelength of IR, light or UV.

    I am not aware of any probes for the rest, but if you can afford an ICP/MS all your monitoring problems would be solved.
  • ElectricAyeElectricAye Posts: 4,561
    edited 2010-01-03 05:32
    eiplanner said...

    - Weekly water parameter testing for pH, Nitrate, Nitrite, Ammonium, Salinity, Copper, Magnesium, Phosphates, Iodine and possibly others.
    - ....

    Sounds like some pretty picky fish you got there.
    Are you sure you don't want to get a dog? I mean for the price of a mass spectrometer, you could get yourself a whole lot of warm-blooded loyalty and affection.

    smile.gif
  • kwinnkwinn Posts: 8,697
    edited 2010-01-03 18:31
    @ElectricAye, re "Are you sure you don't want to get a dog? I mean for the price of a mass spectrometer, you could get yourself a whole lot of warm-blooded loyalty and affection.". True, but with the mass spec he could start his own lab for fun and profit wink.gif
  • FranklinFranklin Posts: 4,747
    edited 2010-01-03 18:40
    eiplanner, your first order of business is to find/build sensors for all the chemistry you want to test. This will not be easy or cheap and will dictate how the rest of the project will have to be built and programmed.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
  • Tracy AllenTracy Allen Posts: 6,664
    edited 2010-01-03 19:01
    You might find projects at the Vernier Scientific site interesting. They make sensors primarily for use in the classroom.

    An aquarium monitor:
    www.vernier.com/videos/play.html?video=50

    An artificial creek:
    www.vernier.com/innovate/innovativeuse27.html

    Ion specific sensors are simple in principle, but in construction they require highly specialized materials. A thin specially treated glass forms the membrane of a battery, electrochemical cell, with a known solution on one side and the unknown on the other side. The electronics bring out the voltage of the battery, which is proportional to the logarithm of the concentration of one or several (interfering?) ions in the unknown. pH is the easiest and most common and usually the most important.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Tracy Allen
    www.emesystems.com
  • eiplannereiplanner Posts: 112
    edited 2010-01-06 23:40
    Would it be possible to calibrate one of the color or light sensors to detect the very minor hue changes that occurs on
    litmus paper? Just a thought on creating a much less expensive nitrate level detector. The litmus tests available are
    not extremely accurate as far as the true ppm but, for a hobbyist aquarium, they would at least be able to show an
    increase or decrease in the nitrate levels.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    It's not the size of the dog in the fight, but the size of the fight in the dog.
  • ElectricAyeElectricAye Posts: 4,561
    edited 2010-01-07 00:28
    Would normal litmus paper actually give you ppm of nitrate? Or are you talking about some specialized testing paper made only for nitrate testing? Insofar as my limited chemistry knowledge goes, litmus paper only indicates pH of a solution, not necessarily nitrate content.
  • John R.John R. Posts: 1,376
    edited 2010-01-08 01:07
    ElectricAye said...
    eiplanner said...

    - Weekly water parameter testing for pH, Nitrate, Nitrite, Ammonium, Salinity, Copper, Magnesium, Phosphates, Iodine and possibly others.
    - ....

    Sounds like some pretty picky fish you got there.
    Are you sure you don't want to get a dog? I mean for the price of a mass spectrometer, you could get yourself a whole lot of warm-blooded loyalty and affection.

    smile.gif

    Actually for salt water fish, this is pretty typical. Even for serious fresh water fish breeding, most of this is required. Keeping fish is easy. Growing them, having a healthy environment, and breeding them is quite another thing. Also keep in mind that some salt water fish cost as much as a Purebred Golden Retriever, and a tank can "go bad" in a matter of hours under the wrong circumstances. I know of people who have a UPS (Uninterpretable Power Supply) on their fish tanks, but not their computers.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    John R.
    Click here to see my Nomad Build Log
  • John R.John R. Posts: 1,376
    edited 2010-01-08 01:10
    I have done some work with the Color Sensor and reading the usual test strips. It takes a bit of calibration, but can work. I've set the project aside for now.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    John R.
    Click here to see my Nomad Build Log
  • eiplannereiplanner Posts: 112
    edited 2010-01-08 19:45
    ElectricAye: I think you are correct on the use of litmus paper and pH. I just used the terminology because the Nitrate test strips perform
    a very similar function, I just don't know what its actually called. The test strip turns darker shades of pink in proportion
    to the ppm Nitrate. These are the hues I was looking at determining with a color sensor.

    John R.: I have a sunk over $10k into my reef aquarium, the live rocks, live sand, filtration system, and the inhabitants. Most people
    cannot believe it (nor could I when I got started in it). But, it has really turned out to be a great hobby for me. I love the
    true challenge of it. The saltwater reef is absolutely beautiful but extremely difficult to maintain. Knocking on wood, I have not
    yet crashed the system or lost any fish in 3 years; although, I have lost quite a few corals. Five to ten ppm nitrate rise is all it takes to
    kill many finicky corals. Needless to say, at $100 to $300 each, losing one of these corals isn't much fun. This is one of the
    reasons for a more constant monitoring of the nitrate levels in the water. All the other parameters I listed above need to be
    monitored as well but they don't seem to constantly rise like the nitrate does. I believe this is a great application for the bs2.
    I am already learning a lot in the process and am pleased to hear you have had some sort of success with the color sensor.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    It's not the size of the dog in the fight, but the size of the fight in the dog.
  • ElectricAyeElectricAye Posts: 4,561
    edited 2010-01-08 20:02
    Wow, now that's what I call an Aquarium!

    Who knows? Perhaps you'll be pioneering something here if you try to make something for the amateur/ semi-pro market.
    Perhaps there is some way to isolate a large molecule (organic) liquid chemical indicator between a couple of membranes, membranes that allow nitrates to flow through but that will not allow the chemical indicator to flow out into the aquarium. As the nitrates pass through the membranes and into the chemical cell, the color changes. So long as this indicator is reversible, its color would indicate nitrate levels. You might poke around the patent literature and see if somebody long ago has already worked on something like that. It seems if you use a paper indicator and it's not reversible, then you'll have to scroll the paper through the sampled water somehow on a continuous basis. It would interesting to see if the paper is reversible, though, before going off the deep end: maybe a single strip could last you a week or so. Who knows?

    patft.uspto.gov/netahtml/PTO/search-bool.html


    Just a thought, anyway.
  • eiplannereiplanner Posts: 112
    edited 2010-01-09 03:41
    I fear that the completed measuring sensor array for all the parameters in an aquarium would have a very hefty price tag in the end
    that would keep it from being widely accepted in the amateur arena. Going commercial would really require a great deal of repeatable
    and provable accuracy in the tests as well as very durable hardware. Achieving the accuracy would entail a great knowledge base in
    chemistry and biology that I don't have. However, I do believe there would be a demand for a truly automated system like this. Even
    some of the most advanced sensors on the market still require human participation. It's really just a project for me to try and have fun
    with while I am learning in the process. If any discoveries are made along the way then that would be great. I just want to see if I can
    come up with some sort of working contraption for my own aquarium before I look to far ahead.

    I did a little bit of researching on the patent site you posted. There are a few things out there but not a great deal of details that I feel I
    could knowledgeably work with.

    I have even thought of making a mechanical device that could automatically fill my test tubes with aquarium water, add the correct dosing
    agents, and then use the color sensor to determine the levels by looking through the tubes at a controlled light source. I would then only have to
    rinse and replace the tubes.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    It's not the size of the dog in the fight, but the size of the fight in the dog.
  • kwinnkwinn Posts: 8,697
    edited 2010-01-09 03:43
    If you could find a supplier of the chemicals used on the test strips it might be possible to extract a small water sample, mix it with the chemical, and measure the transmission or absorption of specific wavelengths to calculate the concentrations of interest. Many chemical tests are done in this manner.
  • John R.John R. Posts: 1,376
    edited 2010-01-09 04:15
    Using the TCS230-DB Color Sensor mentioned above, I have done the following "proof of concept" work, but have not take things to a working level:
    • The sensor is able to read meaningful color differences with several types of test strips.
    • The sensor can also read the color of the typical test vials, either for color-metric readings, or for monitoring of titration.
    • The TSL1401 Linescan Imaging Sensor Daughterboard is capable (based on forum postings) of monitoring/counting drops (used for color-metric and/or titration tests).
    • The color reading of a tube of fluid or test strip is close, but not identical to, the reference charts used to compare the colors to. This would require some software (either on the u Processor or possibly on a PC.
    • I have also done a proof of concept on a couple different variations of reading pH probes.

    In addition, I've made the following observations/research:
    • With the ability to read the colors from various test strips and/or vials, just about any aquarium parameter can be tested. It's just a matter of how to perform the test (human intervention vs. automation).
    • There are a number of ways to read temperature. Take your pick.
    • There was a project that pumped ink using a hobby servo to drive a home made peristaltic pump. This, or something similar could be used to fill test vials, and/or feed reagents for testing. By varying the ID of the tubing used, very fine control could be provided.
    • Conductivity (hardness) could be relatively easily measured, either with a DIY probe, or by working with a commercially available probe. These are not as standard as pH probes, in that different probes have different scales.
    • There are also probes available for other parameters of interest, like Dissolved Oxygen, Oxidation/Reduction Potential.
    • I have not found any (or in some cases nothing affordable) electronic probes for monitoring the Nitrogen cycle (ammonia/nitrites/nitrates). This will most likely require strips and/or vials.
    • Specific gravity (and hence salinity) could also be measured with an LVDT (linear variable differential transformer) type setup on a standard hydrometer.

    All in all, this is all quite doable. Personally, I'm working with the Propeller, its far less expensive, and far more capable than the Stamp series. I'm also not convinced that Spin is any harder to deal with than Basic. There are also libraries that allow the use of basic, and even a couple of basic compilers coming online.

    Personally, I'm in the process of setting up my water treatment room to convert the liquid rock that comes out of my faucets into usable water for fish. Once that's running a tad more automatic than it is now, I've got about 50 tanks waiting to get filled with water and fish. Most of them are 20 Gallon Highs, but there are a few 30 and 40 gallon tanks, a 75, 110, 150 and 200. Currently only the 75 and a couple 20s are running.

    I've got the 75 running a live plant system with a commercial controller to monitor and control pH and Temperature. It also cycles the lights. pH is controlled by injected CO2, this is done for the sake of the plants. The angel fish (fresh water) are happy, and breed regularly. We've been less successful raising the fry.

    The commercial unit I have is not the most expensive, but went for about $600 US with temperature and pH probes. These units do not scale at all to multiple tanks, and I have no intent of spending 600 per tank on 50 tanks. (Unless someone wants to donate the 30K). Long range, I'm looking at a combination of some automated testing as described above, along with some robotics or some other method to service multiple tanks.

    One step at a time, pH and temperature are first on the agenda.

    One other thought I had was looking at some of the "multi-strips". These strips have multiple pads to test a number of parameters with one strip. They are not terribly accurate, but could be used for "screening", and if a value was out of norm, or changing on a specific tank, further testing could be done. With the multi-strip, you could get the stip dipped, and have it "automagically" be indexed in front of the color sensor to read the color/value of each pad.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    John R.
    Click here to see my Nomad Build Log
  • ElectricAyeElectricAye Posts: 4,561
    edited 2010-01-09 13:18
    eiplanner said...
    ...
    I have even thought of making a mechanical device that could automatically fill my test tubes with aquarium water, add the correct dosing
    agents, and then use the color sensor to determine the levels by looking through the tubes at a controlled light source. I would then only have to
    rinse and replace the tubes.

    If done with the right style, a system like that could actually add to the visual theater of your aquarium. How about something in the style of the old Jules Verne movies, like 20,000 Leagues Under the Sea?

    "Captain Nemo, stand aside, now it's time for me to demonstrate that other miracle I excavated from the drowned rubble of Atlantis: the automatic nitrate titration machine..."

    smile.gif
  • kf4ixmkf4ixm Posts: 529
    edited 2010-01-09 13:31
    ElectricAye said...

    "Captain Nemo, stand aside, now it's time for me to demonstrate that other miracle I excavated from the drowned rubble of Atlantis: the automatic nitrate titration machine..."

    smile.gif
    You forgot the evil laugh, "MUAHAHAAHA!" tongue.gif
  • kwinnkwinn Posts: 8,697
    edited 2010-01-09 17:03
    Peristaltic pumps would be a bit large physically and also pump a relatively large volume of chemical and water for testing. I had pictured a unit using a number of small syringes and three motors as an auto sampling system. A single peristaltic pump could be used to sample the tank water but a simple windshield washer pump would also work and be less expensive.
  • John R.John R. Posts: 1,376
    edited 2010-01-09 18:29
    The peristaltic pumps I had in mind are/were/would be relatively small, and the volume pumped is controlled by the number of bearings, amount of rotation and tubing ID. The application I was referring to used the pumps to pump various colors of ink to small jets that colored a spinning sheet of paper. See This thread and specifically the post from Vern Garner posted 3/11/2008. There are pictures.

    I would envision using very small tubing, not unlike the stuff you see IVs dripping with. This could give a very fine resolution to the amount of fluids dispensed.

    There are also small pump heads available, in the 2 to 3 inch OD range. These things are capable of dispensing drops.

    Syringes can work, but are more challenging to "reload".

    The advantage of peristaltic pumps is that if you can measure/control the rotation, you can know with some certainty how much liquid was dispensed. The same is true for syringes.

    Ultimately, there may be both syringes and peristaltic pumps. Small bore syringes could work well for reagents for testing. I could then see using a peristaltic to feed appropriate doses of premixed solutions to correct any problems.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    John R.
    Click here to see my Nomad Build Log
  • kwinnkwinn Posts: 8,697
    edited 2010-01-09 23:29
    @ John R. After looking at what was involved in both approaches I have to agree that your approach with peristaltic pumps is the simpler one provided you can get one tube for each reagent under the pump head.
  • eiplannereiplanner Posts: 112
    edited 2010-01-10 01:38
    Yes, the peristaltic pumps I've researched can pump as low as .168 ml at 1.2 RPM. Plenty accurate enough for the 5 ml test tube. Given a small enough orifice to force a droplet, these pumps would probably work with the reagents as well. The next problem is the price. The ones I read about were $150.00. It seems, the input water for the testing would have to be siphoned out of the tank (gravity fed) or tapped out of a filter pump return line and possibly solenoid controlled. The drips per second can be fairly well controlled just by manually setting a valve to near closed position. This method works extremely well when I receive to corals that I drip acclimate before placing them in my aquarium. A little tinkering and calibrating and you would have your time delay for the solenoid to be activated. These solenoids can be picked up through refrigerator dealers who sell the ice-maker parts. They are completely food grade material and perfect for use in an aquarium. I found a GE one priced at $15.00. I believe a cylindrical rotating platform of some sort could be servo controlled for lining up each test tube for filling. Maybe a row of LED's in the center to shine outward through the specimen towards the sensor.

    Still thinking out loud...how about a movie projector type situation where you would use the same media as is used in the dip testing strips only they would be placed single file on a small reel that could be used like a reel to reel device that first passes under a dripper and then goes in front of the sensor to be tested. Then it would continue on to the take-up reel for safe non-contaminating disposal. I am quite sure these color changing reactants can be more accurately detected by a sensor than the human eye. It just requires calibrating. The whole color matching process can be a little difficult at times with the palette cards they give you.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    It's not the size of the dog in the fight, but the size of the fight in the dog.
  • kwinnkwinn Posts: 8,697
    edited 2010-01-10 03:52
    If you can buy pump heads separately and use a stepper motor to turn them you could save some money. A wide head would allow a number of tubes for one pump to do the tank sampling. The reagents would have to be added individually or metered by some other method. Perhaps a solenoid valve and an opto interrupter to count drops. It might even be possible to have one pump for all the reagents and shut off the individual ones with a solenoid pinching the tubing closed.
  • ElectricAyeElectricAye Posts: 4,561
    edited 2010-01-10 04:26
    I'm not sure these could be of any real use, but with some modification and a little theatrical robotic action, they might be worth taking a look at:


    www.umd.umich.edu/casl/natsci/slc/slconline/MICRPIP/index.html
  • kwinnkwinn Posts: 8,697
    edited 2010-01-10 05:49
    I found the peristaltic pump approach a bit complicated, and after a bit more thought came up with this idea (see attached diagram). A simple gravity feed controlled by a solenoid and an optical interrupter as a drop counter for volume control. The drop dispensers are mounted on a tank that dilutes the reagents and the water is pumped back to the tank by a pump (possibly one already in use).

    The tank water is deposited on the test strips by another set of drop dispensers that are fed from the tank water siphons through a single solenoid. These drop dispensers may require drop counters to ensure reliable operation but it will probably not be necessary.

    If the test strips are available in rolls then individual rolls could be used for testing. If rolls are not available it might be possible to mount the test strips on a carrier roll such as a calculator print roll or adhesive tape. With careful spacing between the optical sensors for reading the test strips and the drop dispensers it should be possible to position the test strips for dispensing and reading using only the test strip reading sensors.

    The procedure for taking a measurement would be:
    - Stop the tank water return pump so the float valve can close and pressurize the tank siphon tube.
    - Move the test strips under the drop dispenser.
    - Open the water test supply solenoid and wait for a delay period or for all drop sensors to report a drop.
    - Wait for whatever period is required for the reaction to take place on the test strip.
    - Move the test strip under the optical sensor and take measurements.
  • eiplannereiplanner Posts: 112
    edited 2010-01-11 06:19
    I put an email in to API (Aquarium Pharmaceuticals Inc) to see if they had any interest in sending me a sample of strips on a roll. I would imagine that they come off the assembly line in one long strip before they are cut into dipping strips. Who knows, maybe I'll get a reply. If not, we can always fabricate the individual strips into one long strip for testing purposes. I think dealing with strips is going to be the way to go. With the individual vials of chemical test samples, some have to be shook 30 sec here, 1 min there and such. It might entail a lot of mechanical devices to pull it off.

    I like your diagram kwinn, I would imagine it looking something like that as well. The Reagent Reservoirs would have to be to the side of the tank so any mishaps wouldn't contaminate the tank water.

    I tried to make a drawing of the delivery method I was considering.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    It's not the size of the dog in the fight, but the size of the fight in the dog.
    1650 x 1275 - 172K
  • kwinnkwinn Posts: 8,697
    edited 2010-01-11 15:25
    For the setup I envisioned to work properly it would have to be at the side of the tank or below it. The water level in the tank would have to be higher than the top of the reagent mixing tank for siphoning tank water. For safety and aesthetic reasons I would never consider putting it on top of the tank.

    Your water tester picture is pretty much the same as what I had in mind. If you could get one long strip for each of the tests they could be mounted side by side, fed by one common mechanism, and processed in parallel.

    If you had to fabricate your own strip roll my initial thought was to fabricate it in parallel as well but on further consideration it might be better to mount the strips sequentially. That way you would only need one drop dispenser and optical sensor to read the strip. I doubt you will be taking measurements often enough for the extra time to matter and the chemical reaction needs some time to take place as well.
  • John R.John R. Posts: 1,376
    edited 2010-01-12 17:36
    I'm not certain that "dripping" onto a test strip will work reliably (I also don't know that it won't work).·

    The concern would be that a few drops of water may become saturated with the test reagents, and give a false reading.

    Also keep in mind that you'll need a way to flush the line feeding to the test strips, as you want to get water from the tank, not the water that's been sitting in the tubing since the last test.

    My thoughts for a peristaltic pump or syringe based system are targeted for a muti-aquarium environment.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    John R.
    Click here to see my Nomad Build Log
  • eiplannereiplanner Posts: 112
    edited 2010-01-12 20:07
    I wouldn't see the harm in actually running a good flush of water over the test strips. They were designed to be swirled in the tank water and removed for viewing the results. I would have to think that the runoff could spill right back into the aquarium having the same effect as would otherwise performing the test according to the manufacturer. In this way, a running water application might just turn out to be the best method. It gets the pads sufficiently soaked and would be so much easier to control without any real calibration to the water flow.

    I have some test strips and I ordered a color sensor yesterday, so I will run some initial experiments to see what comes next on this project.

    A drawback that I am already seeing with the test strips and my spooling idea is the resident moisture and humidity involved within such close proximity to the water in the tank. The test pads will become useless if moisture gets to them in advance of testing. ~ More food for thought...

    In your case John, thinking commercially, I suppose cost isn't as large an issue when consideration is given to how many aquariums a single testing unit can handle. I think then, I would definitely go the chemical analysis route. I would also recommend a setup like I've got shown in my drawing below. It sure would simplify many water issues for you. Have a look and let me know what you think?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    It's not the size of the dog in the fight, but the size of the fight in the dog.
    902 x 716 - 59K
  • kwinnkwinn Posts: 8,697
    edited 2010-01-13 04:30
    If the test strips can be flushed with water, and that water can be returned to the fish tank all the better. The water test supply solenoid can sit above the mixing tank and the test strips placed in a shallow tray that is flushed with tank water. The water drains into the mixing tank and the tray is fed into the optical sensor. If moisture is a problem the test strips can be kept in a closed container and fed to the feed tray just before testing. I would think that small stepper motors, gears, and other bits scavenged from an old CD drive or two could be used for that mechanism.
  • EGMonoEGMono Posts: 31
    edited 2011-05-29 17:44
    eiplanner wrote: »
    I have a 100 gallon, saltwater, reef and fish aquarium that requires:

    - Weekly water parameter testing for pH, Nitrate, Nitrite, Ammonium, Salinity, Copper, Magnesium, Phosphates, Iodine and possibly others.
    - Daily water make-up for the evaporation.
    - Feeding of frozen foods twice daily.
    - Timers for the intense lighting.
    - Emptying the protein skimmer when full.
    - Timers for LED night lighting.
    - Intermittent switching of water blowers to create an ebb & flow wave effect.
    - Water temperature monitoring.
    - Algae monitoring.
    - Heater cycling to maintain temperature.

    After getting involved with the parallax bs2, the idea hit me that this might be a super project for the Propeller. It could monitor all of these
    conditions continuously and alert me when the aquarium needs attention. I am thinking a full scale project that would include an automatic feeder
    designed to hold frozen food (maybe using Peltier devices to keep food frozen inside and add heat to aquarium on the other), multiple sensors and
    probes to collect water quality data, light timing, automatic water make-up, and more. A large concern with this is that the probes I have looked into
    for testing water quality are designed to only test a single parameter and cost around $300 to $800 depending on their specific purpose. The cheap tests
    that I currently use are chemical tests performed outside the aquarium.

    I was wondering or hoping some of the people on this forum might be able to help with figuring out how these probes work so I could put them together
    myself. They are all small pen shaped devices that can't possibly cost that much to build.

    This is only a first thought on a project I would like to get into one day.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    It's not the size of the dog in the fight, but the size of the fight in the dog.

    Possible to make an ion selective probe at home? I guess... if you happen to have some ion permeable membrane laying around... ;P

    Seriously, I was wondering if you had made progress in an aquarium controller, or had lost interest?
  • kwinnkwinn Posts: 8,697
    edited 2011-05-29 23:15
    EGMono wrote: »
    Possible to make an ion selective probe at home? I guess... if you happen to have some ion permeable membrane laying around... ;P

    Seriously, I was wondering if you had made progress in an aquarium controller, or had lost interest?

    I had completely forgotten about this thread, but with it's resurrection I am wondering if it is possible to do this with a simplified form of Atomic Absorption using the linescan imager, a prism and a small light bulb. I guess it would depend on the wavelengths absorbed by the chemicals to be analyzed and the sensitivity of the linescan imager at those wavelengths.
Sign In or Register to comment.