Electronic – IR Demodulator Design

demodulationfilterinfraredoperational-amplifierspice

I am designing an IR demodulator circuit to replace the one shown in this question. Basically I want to demodulate a simple IR signal modulated at 32.678 kHz. I just need to know if the signal is present. No packets. Just IR present or not present.

Below is what I have so far…
IR Demodulator
Virtual Ground

I have tried simulating this in LTspice with no success so I am not sure if I've done something very wrong in spice or in my circuit. I am no pro with LTspice.

R1 N001 N006 2.49K tol=1 pwr=0.1
R2 Output N003 1Meg
R3 N006 N005 1Meg
C1 N005 N004 470pF
C2 N003 N001 220pF
C3 Output N001 220pF
V1 N006 0 2.5
V2 N002 0 5
V3 N004 0 PULSE(0 .05 0 0 0 0.0000152587890625 0.000030517578125 200)
XU1 N005 N003 N002 0 Output LT1722
.tran 12ms
.lib LTC.lib
.backanno
.end

I have a few questions:

  1. How best do I determine the value for R34? I have left it at 22k simply because the previous circuit used this value.
  2. C16 and R31 set the high pass knee point. What would be a wise choice for this value?
  3. The overall gain of the circuit is approximately 400 by my calculations. So, in choosing my op amp I would need a GBWP of 14 MHz or greater? Any other critical op amp specifications for this application? Note the amp showed is just a place holder until I choose the op amp.
  4. If I wanted to increase my gain beyond what is shown (~1000) would it be best to break this up into several stages?

Best Answer

I agree with Tony, I would also use an integrated IR receiver. The only problem seemed to be the 32kHz, IR receiver modules are often narrow band around 38kHz to 56kHz. But when I checked my usual supplier Vishay they also seem to have non protocol specific modules covering 32kHz, like this one.

Main advantage of this kind of modules is that it does a lot more than your circuit:

enter image description here

The AGC (Automatic Gain Control) is important. It ensures that sensitivity is adjusted when a proper signal is received, so that noise (for example from HF fluorescent lighting ballasts) is suppressed.

Related Topic