1

I am looking for a "water overflow pail detector".
It basically will make some sound (e.g. beeping) when the water in a pail was about to overflow.
The detector must also be water-proof otherwise the electrical source to this detector will be short-circuit.

I have a very slow running tap that I used to fill up pail to wash my car.
However, I don't want to sit down there watching that slow tap to fill up the pail and
I also don't want it to overflow if I just went to watch the TV.
Therefore, I need to put that detector on the pail somehow in order to detect if it is about to overflow

I am not looking for a detector to measure the level of the water in the pail or tank or something like in the link - Level of a water tank with a microcontroller

Larry Morries
  • 213
  • 1
  • 3
  • 10

2 Answers2

5

LEVEL DETECTOR TO SOUND AN ALARM WHEN A SLOWLY FILLING PAIL OF ATE RIS ALMOST FULL

  • Google: water level detector circuit

  • Click on "images"

MANY water level detector circuits each with its own web page.

This should suit your need.

enter image description here


A slightly different way:

N1 can also be 74C14, 74HC14 or any "Schmitt trigger" CMOS gates.

enter image description here


This circuit and several others here

enter image description here


Float switches:

Have a look at these images "float switch" .
Each one of these images is hot linked to webpage.

These are probably even more likely to be apposite "float switch" bucket

From the above link:

enter image description here

enter image description here

enter image description here


Using "float switch" low voltage

This looks about what you want. Discussion here

enter image description here

All these come, as you will have seen if you looked, by using a simple Google search with some obvious terms and then looking at "images". A very powerful tool. Well worth spending the time required to learn how to use it.

Russell McMahon
  • 147,325
  • 18
  • 210
  • 386
  • Nice one. Your answer will be mark as the final answer. – Larry Morries Oct 03 '11 at 08:19
  • @Larry Morries - Hopefully some of those are useful to you. But, knowing more about what you were trying to achieve may help someone to give an answer that suited your need very specifically. – Russell McMahon Oct 03 '11 at 09:21
  • Actually I have a very slow running tap that I used to fill up pail to wash my car. However, I don't want to sit down there watching that slow tap to fill up the pail and I also don't want it to overflow if I just went to watch the TV. Therefore, I need to put that detector on the pail somehow in order to detect if it is about to overflow. – Larry Morries Oct 03 '11 at 09:28
1

A float switch in series with a piezo buzzer and a battery will do what you need. Depending on whether it's ok to make permanent modifications to the bucket, you can either use a vertical float switch on a plank across the top of the bucket, or a horizontal float switch in the side of the bucket. Other techniques for detecting water (conductivity, ultrasound, capacitance, heat transfer) can work too, but they tend to be more complex and expensive than a simple float switch.

Theran
  • 3,432
  • 1
  • 19
  • 21