??? 09/20/06 17:30 Read: times |
#124700 - ZERO CROSS DETECTOR.... Responding to: ???'s previous message |
If you do not have any option other then using old 8051 derivative in which external interrupt signal is low going edge the you can try the two configurations given below for each case one is for falling edge detection and other for rising edge detection..hope this will be useful to you.
SIGNAL IN + |\ O------/\/\/\/\/\------| \ R2 R1 | \____/\/\/\/\________to int0 pin - | / >>>------| / Vref in |/ 1 volt *Vref = stable 1 volt refrence source. *USE ABOVE CIRCUIT FOR GETTING INTERRUPTS ON FALLING EDGE OF INPUT SIGNAL SIGNAL IN - |\ O------/\/\/\/\/\---------| \ R2 R1 | \____/\/\/\/\________to int0 pin + | / >>>---------| / Vref in |/ 1 volt *Vref = stable 1 volt refrence source. *USE ABOVE CIRCUIT FOR GETTING INTERRUPTS ON RISING EDGE OF INPUT SIGNAL This is all what i can provide at the moment as presently i am sitting on a system which do not have any schematic drawing software installed Use any comparator like LM358 etc for above. ****IMPORTANT>>>PLEASE OBSERVE THE SIGNS OF INPUT TERMINALS OF COMPARATORS. Regards SAIF ULLAH KHALID INDIA |