Detecting a telephone RING

(Circuits -> Telephone)
DISCLAIMER: I\'ve collected these information from different sources. The author may revise this documentation from time to time without notice. THIS DOCUMENTATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN NO EVENT SHALL THE AUTOR BE LIABLE FOR INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY KIND ARISING FROM ANY ERROR IN THIS DOCUMENTATION, INCLUDING WITHOUT LIMITATION ANY LOSS OR INTERRUPTION OF BUSINESS, PROFITS, USE, OR DATA.
From: Dave Thomas

When a phone line rings, there's 90 V RMS AC at 20 HZ on the line. It's enough to give you a jolt you won't soon forget. Thus, it's hard to miss!

My favorite detection scheme looks like this. This is off the top of my head so you may have to twiddle component values a bit. Also, this is for driving logic circuits. I'll treat your specific problem in a bit.

Detector Schematic

                        +-------------------------- + DC power supply
                        |
                        ^
                       CR2
                        |
O---C1--+--R3---+--CR3>-+-------+-------+-----> ring det logic
                |       |       |       |
phone           R2      ^       C2      R1
line            |      CR1      |       |
                |       |       |       |
O---------------+-------+-------+-------+----- GND
 
C1              .1 uf
CR1,CR2,CR3     1N914
C2              10 uF
R1              100K
R2              10K
R3              100K

Mostly, there is only DC or small signal AC (audio) on the phone line. C1 blocks the DC, and the R3-R2 voltage divider prevents the low level AC from having any effect.

When the ring signal comes along (90V RMS) enough voltage is developed at the juncture of R3 and R2 that some charge is pumped into C2 via CR3. Protective diodes CR1 and CR2 ensure that the output of this circuit will not grossly exceed the power supply levels and thus damage the logic circuits it may drive.

C2 and R1 have a time constant of 1 second, so one second after each ring ends, the output will fall to a logic zero again. This circuit could easily drive a counter, to count rings. A timer with a longer period could be used to reset the counter if no rings have come in within say 10 seconds.

For the specific problem in the post I'm answering, (" LED should stay ON while the phone rings") you would want to change the design somewhat. Here's how I would make a ring indicator light that stays on until the phone acutally stops ringing:

O---C1--+--R1---+--CR2>-+-------+--R2---+
                        |       |       |
phone                   ^       C2     LED1
line                   CR1      |       v
                        |       |       |
O-----------------------+-------+-------+
 
C1              1 uF, decent voltage
C2              see text
R1              10 K
CR2             1N914
CR1             zener -- 9v or higher
R2              1 K
LED1            any old LED

I haven't built this, but here's my theory: C1 blocks DC, R1 limits the current that the ring voltage could cause. The ring voltage is rectified by CR2, filtered by C2, and limited in amplitude by zener CR1. Then the charge stored in C2 is slowly used to light LED1. As long as C2 is large enough (I'd start with 10 uF and experiment from there) to keep the LED on between rings, and small enough that the LED goes off within a reasonable amount of time after the last ring, you're set.


Back to Circuits Page


[HomePage] [Hardware Reviews] [Pinouts] [Circuits] [Guides] [Links] [News] [Forums] [Download] [Dictionary] [Utils] [Updates Log] [About] [Agreement] [Privacy] [Advertising] [Search] [Contact us]