HP Clock

Friday, March 23, 2012

More DIY IR Jammer

I did breadboard and test the DIY IR jammer last weekend but it’s taken me this long to carve out a minute to post the results.  The schematic is correct and only took a few minutes to re-create on the plugboard.  For power I used a small bench supply set to 6 volts to duplicate four AA cells.  When I powered up the circuit it oscillated just as predicted, but the frequency of oscillation did not agree with LT Spice.  The first time I entered in the schematic I just picked an arbitrary Op Amp from those provided by Linear Technology.  That is what caused the discrepancy.  I tracked down a TL082 model and that provided results that are nearly identical to the actual circuit.  Here is a screen shot of the LT Spice schematic including the spice directives used to add the external model.

So the lesson here is use the correct model for accurate results.  I’m including the TL082 model I used in the body of the post.  Just copy and paste it into a text file adding a .sub extension if you want to do your own simulation.

TL082 Spice Model

*****************************************************
* TL082 OPERATIONAL AMPLIFIER "MACROMODEL" SUBCIRCUIT
* CREATED USING PARTS RELEASE 4.01 ON 06/16/89 AT 13:08
* (REV N/A)      SUPPLY VOLTAGE: +/-15V
* CONNECTIONS:   NON-INVERTING INPUT
*                | INVERTING INPUT
*                | | POSITIVE POWER SUPPLY
*                | | | NEGATIVE POWER SUPPLY
*                | | | | OUTPUT
*                | | | | |
.SUBCKT TL082    1 2 3 4 5
*
  C1   11 12 3.498E-12
  C2    6  7 15.00E-12
  DC    5 53 DX
  DE   54  5 DX
  DLP  90 91 DX
  DLN  92 90 DX
  DP    4  3 DX
  EGND 99  0 POLY(2) (3,0) (4,0) 0 .5 .5
  FB    7 99 POLY(5) VB VC VE VLP VLN 0 4.715E6 -5E6 5E6 5E6 -5E6
  GA    6  0 11 12 282.8E-6
  GCM   0  6 10 99 8.942E-9
  ISS   3 10 DC 195.0E-6
  HLIM 90  0 VLIM 1K
  J1   11  2 10 JX
  J2   12  1 10 JX
  R2    6  9 100.0E3
  RD1   4 11 3.536E3
  RD2   4 12 3.536E3
  RO1   8  5 150
  RO2   7 99 150
  RP    3  4 2.143E3
  RSS  10 99 1.026E6
  VB    9  0 DC 0
  VC    3 53 DC 2.200
  VE   54  4 DC 2.200
  VLIM  7  8 DC 0
  VLP  91  0 DC 25
  VLN   0 92 DC 25
.MODEL DX D(IS=800.0E-18)
.MODEL JX PJF(IS=15.00E-12 BETA=270.1E-6 VTO=-1)
.ENDS


Here is the revised spice plot followed by the actual waveforms that I recorded with my oscilloscope. 

It’s easy to see how well the simulation agrees with the hardware.

I came up with two simple tests to confirm that the circuit was actually emitting infrared pulses.  The first test was to simply point a video camera at the LEDs while the circuit was on.  This picture shows this basic setup.

Even the cheapest of video cameras will show infrared light.  The infrared light shows as a pale blue in this picture I took of the video monitor.

The next test was equally as easy and simply involved attaching a photodiode to an oscilloscope, and then pointing that photodiode at the IR LEDs.  The resultant pulses can be easily seen here.

Did it work??

I took the lab supply with the plugboard on top into the living room and set it on the coffee table and flipped the power supply switch on.  Admittedly my setup is not very covert, but it did successfully disable the remote's ability to change channels.