Electronic – Understanding circuit diagram on datasheet and resistor value

datasheetir-receiverresistors

I am interested in starting an intro electronics project using a IR sensor and am having a little trouble understand the application circuit given on the datasheet of the circuit. The value of resistor they recommend using is far less then the one I calculate I should need.

circuit

datasheet

The supply current given on the datasheet is 0.27mA – 0.45mA and the supply voltage is 2.5V – 5.5V. I intend to run this sensor at 0.35mA with 3.3V and this yields a needed resistance of around 10K ohms; far greater than the 33 – 1K ohms suggested.

As this is my first venture into electronics, could someone help me to understand how using such a low resistor as specified would work when the math says otherwise?


On a slightly related note, from what I understand, the capacitor in the circuit is called a decoupling capacitor and is used to provide the extra current during short periods of high current draw so the voltage supply does not. Because this is such a low current circuit (or is 0.35mA low?), is it fine if I leave the capacitor out or should I include it because the datasheet lists the absolute maximum current as 3mA and the circuit may try to draw that much?

Also, I am not familiar with the component on the far right of the diagram (marked "micro" C). Is that a generic representation of a microchip?

Best Answer

To start with your last question: yes, it's a microcontroller (not a microchip, that's a confusing word since it's the name of a manufacturer of a.o. microcontrollers).

Unfortunately the supply current is not for you to choose. At 3.3 V it will be typically 0.35 mA, but it can be anything between 0.27 mA and 0.45 mA. And the 10 kΩ you calculated is the equivalent resistor of the receiver's power consumption.

The resistor in the schematic forms a low-pass filter with the capacitor, letting DC and low frequencies pass and filter out the higher frequency noise. That resistor will cause a small voltage drop from the power supply; the higher the current, the higher the voltage drop, due to Ohm's Law. So worst case the current will be 0.45 mA, and then the 1kΩ resistor will cause a 450 mV drop. If you supply 3.3 V then the receiver will have 2.85 V left. This is enough to operate, but you have to take into account that it will only output 2.85 V as a high level, and you have to check that this is enough for the microcontroller.

You're right about the working of a decoupling capacitor, and that's part of its job. Like I said the capacitor is also part of a filter. If you choose 1 kΩ for the resistor, and 100 nF for the capacitor it will have a cutoff frequency of 1600 Hz.