Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Categories > Micro Controllers


Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc.

Reply
 
LinkBack Thread Tools Display Modes
Old 6th August 2007, 07:00 AM   (permalink)
Arrow Water level Monitors

Hi all,
I need to measure water level of a tank, (on a basket with hieght about 1feel for demonstration) and get that level input to PIC16F877A chip.

There was a solution @
http://www.discovercircuits.com/DJ-C...essh20mon1.htm
but have no idea how to use it on my project.

So guys, please give me an idea on that.
__________________
kani
kasunkg is offline  
Old 6th August 2007, 11:44 AM   (permalink)
Default

Use an automotive fuel tank sender ( variable resistance ) and Nigel's joystick tutorial.
__________________
C:\WHUT ?
Beware the asterisk *
ClydeCrashKop is offline  
Old 6th August 2007, 12:06 PM   (permalink)
Default

If you use electrodes for sensing the problem of scaling electrodes comes into picture if you use a simple dc for sensing. I suggest you can use a toilet flush arm with a float and connect it to a sealed potentiometer and sens the resistance. And sending the data can be done by sending pulses on the power line to sensor controller. Effectively only two twisted wires can be used between overhead tank and the control unit with out any polarity on wires ( wires can be connected in any direction )- Use a bridge on the sensor unit for dc power.
mailads is offline  
Old 6th August 2007, 12:13 PM   (permalink)
Default

This is a common topic.

Use the search on this forum for "water level".

Also try searching the net.
3v0 is offline  
Old 6th August 2007, 01:43 PM   (permalink)
Default

Dear ClydeCrashKop, mailads, 3v0;

Thank you guys for you posts.
isuru66 is offline  
Old 7th August 2007, 07:19 AM   (permalink)
Default

hi kasunkg,

just follow three things, i am sure it may help you in your projects..

1. check the resistance of water using multimeter e.g. 10k per cm ... etc.
2. three wires of ground for measuring hi.. medium ... low should be there along with one wire foe 5 v power supply..
3. if possible use ULN 2803 for amplification of current.. though its output is inverted .. but you can use not gate between microcontroller and uln...
simrantogether is offline  
Old 12th August 2007, 06:38 AM   (permalink)
Smile

Quote:
Originally Posted by simrantogether
hi kasunkg,

just follow three things, i am sure it may help you in your projects..

1. check the resistance of water using multimeter e.g. 10k per cm ... etc.
2. three wires of ground for measuring hi.. medium ... low should be there along with one wire foe 5 v power supply..
3. if possible use ULN 2803 for amplification of current.. though its output is inverted .. but you can use not gate between microcontroller and uln...
Hi simrantogether;
Thank you for your idea.
Keep in touch.
__________________
kani
kasunkg is offline  
Old 14th August 2007, 09:14 PM   (permalink)
Default

the flush arm idea is good.
but there is also nother way is to use reed switches outside the bucket ot tank and use a magnet attached to the inside wall of the tank which can slide over it means you need a plastic base under it.
this mechanism will give you more life but not that precision which u may find in pot resistance.
best of luck
bye
jawadlateef is offline  
Old 21st August 2007, 10:23 AM   (permalink)
Default

nice idea.
even if it indicates the level using some led it will be enough for me.
but the documentation provided with the idea is not clear.
where and what shld i connect the two coils with?
student1616 is offline  
Old 14th February 2008, 07:32 PM   (permalink)
Default

i am doing the project of liquid level control usinf pic16f877a. in the circuit diagram we are having dac ad7302 and powe amplifier LM675 but these components are not available in market. can any one sugest any other component for these cpmponents
bunty is offline  
Old 15th February 2008, 11:01 AM   (permalink)
Default water level meter

try these links to a three part water tank level meter using a pic

http://www.siliconchip.com.au/cms/A_109005/article.html

http://www.siliconchip.com.au/cms/A_109647/article.html

http://www.siliconchip.com.au/cms/A_109839/article.html
ikifar is offline  
Old 15th February 2008, 12:43 PM   (permalink)
Default

This is a quote from the article in third link posted above.
Quote:
In bargraph mode, it can show up to 10 tank levels simultaneously, while the digital readout mode shows individual tank levels to 1%.
Can anyone describe how one can measure tank level down to 1% accuracy?
__________________
L.Chung
eblc1388 is offline  
Old 16th February 2008, 10:20 AM   (permalink)
Default

Quote:
Originally Posted by eblc1388
Can anyone describe how one can measure tank level down to 1% accuracy?
How about rigging a passive float, maybe riding up and down a vertical rod at the side of the tank. Then use a Sharp IR range sensor or similar to measure the distance to the float.

I've seen a few articles (like this one) where guys measure salt levels in their water softeners with various IR or ultrasonic sensors. They don't need a float since salt reflects both IR and sound just fine.

Ultrasonic might bounce off liquid ok, I've never tried it. IR might, but probably not. I guess it would depend on what liquid you're measuring too.
__________________
=========================
Futz's Microcontrollers & Robotics
=========================

Last edited by futz; 16th February 2008 at 10:32 AM.
futz is offline  
Old 16th February 2008, 01:56 PM   (permalink)
Default

@futz,

Do you or anybody know what method is being used in the article shown in the link above?

Electrode, variable resistor connected to float, IR, ultrasound or what to give 1% accuracy?

To find out one need to subscribe to the article as it did not indicate in the preview webpage.
__________________
L.Chung
eblc1388 is offline  
Old 16th February 2008, 06:30 PM   (permalink)
Default

Quote:
Originally Posted by eblc1388
@futz,

Do you or anybody know what method is being used in the article shown in the link above?

Electrode, variable resistor connected to float, IR, ultrasound or what to give 1% accuracy?

To find out one need to subscribe to the article as it did not indicate in the preview webpage.
I didn't subscribe to anything and I can read it fine.

Anyway, he's using a Maxbotix LV-MaxSonarŽ-EZ1™. They're nice sensors. Inexpensive, easy to use and quite accurate.

I saw another project where they used a Sharp IR sensor. Just google for info.

Ah, here it is! It was David Cook's article at Robot Room. Quite detailed. Here's a link direct to the article.
__________________
=========================
Futz's Microcontrollers & Robotics
=========================

Last edited by futz; 16th February 2008 at 07:13 PM.
futz is offline  
Reply

Bookmarks

Thread Tools
Display Modes



Similar Threads
Title Starter Forum Replies Latest
Water level Monitor - Real time krishtriram Electronic Projects Design/Ideas/Reviews 11 9th November 2008 08:28 AM
Water level Controller Project TB Electronic Projects Design/Ideas/Reviews 5 18th October 2008 07:25 PM
Water Tank level reader and pump Controller Osman Electronic Projects Design/Ideas/Reviews 15 9th May 2007 10:44 PM
battery water level measuring jrz126 General Electronics Chat 6 4th January 2005 05:52 AM
water level controlled motor on/off switch Lalit Electronic Projects Design/Ideas/Reviews 12 30th August 2003 02:33 PM



All times are GMT. The time now is 09:51 PM.


Electronic Circuits  |  Learning Electronics
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.

eXTReMe Tracker