Automate Aquarium Fan
fantabulum
Posts: 7
I'm trying to automate some equipment and one part I can't figure out is controlling the fans. I haven't found a thermometer that seems appropriate for this task. I already have a thermometer that has the sensor (that's submersed under water) and the cable that runs to the display. Could I tear that apart to interface with my microcontroller? Right now I only have the homework board, but I'm not stuck with that one.
I'm open to suggestion as to what sensor I should be using, but if there is a better alternative (to using the one I have) I'd still like to know how that could be possible. I thought about putting one of the standard sensors pressed up against the glass, but I'm unsure how accurate that would be.
Thanks in advance.
I'm open to suggestion as to what sensor I should be using, but if there is a better alternative (to using the one I have) I'd still like to know how that could be possible. I thought about putting one of the standard sensors pressed up against the glass, but I'm unsure how accurate that would be.
Thanks in advance.
Comments
1) Can a regular digital thermometer be modified to "talk" to a prallax board?
2) What is the appropriate sensor to measure water temperature?
Also, it's salt-water, so I don't know that stainless-anything will work well, but I'll look into the LM34 - It may be the answer.
Industrial Control and Process Control both used an LM34 to measure temperature and a small 12V brushless fan was control using a MOSFET.
The texts are free to download and are compatible with your homework board.
Parallax still sells the Process Control Kit for $40 if you find it useful.
Not easily unless it has some sort of data port. Without a data port, you'd need to go poking around with a logic analyzer to see if you can find a data line to tap into. So basicly, if you have to ask, then no, a regular digital thermometer can't be modified to talk to a microcontroller. (Almost any device digital or not can be made to talk to a microcontroller, but it's likely to take a lot of work and there are likely easier solutions.)
Edit the original post of the thread and select "Go Advanced". There is a drop down menu to use there.