This circuit can have non-symmetrical to zero threshold levels
This circuit is widely used in a variety of applications. It provides the functionality of the basic Schmitt Trigger circuit described above, but it has the ability to set the High and Low Threshold Levels to any voltage desired. For example, you can set the circuit to turn on at +2.5 Volts and turn off at +1.8 volts. Take a look at the circuit:
This circuit is rather weird compared to the previous one. First of all, the feedback resistor RFB is not connected to the input of the circuit. The inverting input (-) is also not connected directly to the ground. There is a resistor network composed of the RFB, the R1 and the R2. The values of those resistors will finally determine the High and Low Threshold Levels.
To calculate the High and Low threshold levels of this circuit, you need at first to calculate the total resistance of the three resistors connected in parallel:
Non-symmetrical Schmitt Trigger using OP-Amp with single power supply
A variation of the previous circuit is the single power supply op-amp Schmitt trigger circuit. This circuit does not require positive and negative voltage for the op-amp to operate. The negative voltage of the op-amp is connected directly to the ground (0V) of the circuit. This is the schematic drawing:
The calculation of the two threshold points is different. To calculate the High Threshold Level, you solve the following formula:
RTOT = (R1 x RFB) / (R1 + RFB) VTHRESHOLD_HIGH = V * R2 / (R2 + RTOT)
For the Low Threshold Level, you solve the following formula:
RTOT = (R2 x RFB) / (R2 + RFB) VTHRESHOLD_LOW = V x RTOT / (R1 + RTOT)
Since a transistor implementation of a Schmitt Trigger is rather important due to the single voltage supply that requires to operate, i present you a basic Schmitt Trigger circuit with two NPN transistors:
The operation of this circuit is simple. Suppose that the input voltage is zero. Q1 will not conduct. The resistors R1+R2 and R4 will perform a voltage divider. The output from this voltage divider will determine the state of the transistor Q2.
As the input voltage is increased, a very small current will start flowing through Q1. This will have a result on the base voltage of Q2 that it will gradually be decreased, and also the emitter voltage of Q2 will be decreased. But the emitters of Q1 and Q2 are connected together. Therefore, the voltage difference VBE of Q1 will be increased. There will be a point that the current flowing through Q1 will be very high, and the Q2 will be sent to cut-off. When the Q2 is to cut-off area, no current flows through it and thus, the output voltage is the power supply voltage.
Now let's assume that the input voltage is decreasing. The base current of Q1 is decreased, and so does the current IC. This will increase the base voltage VB on Q2. There will be a point that input voltage will be very low, and the base voltage of Q2 will become slightly higher than the emitter voltage. This will cause a small base current to flow through Q2, and thus an emitter current that will flow through R3. This will cause the emitter voltage to be increased. Because the voltage difference between the base and the emitter of Q1 will become smaller, less current will flow through Q1 and the base voltage of Q2 will be further increased. This loop will cause Q2 to start conducting, and Q1 to be sent to cut-off almost simultaneously. There is only a very narrow voltage area where this shift is done.
To calculate the High Threshold Level of this circuit, you can use the following formula:
As usual, there are not specific applications for a Schmitt Trigger. It can be used for example as a window comparator. Or it could be used with a thermistor for heating control, or with an LDR for light control circuits. But there are specific applications where a Schmitt Trigger is just perfect for the job. This is the squaring of a signal. Many times, the input signal from a source is noisy. If it is directly coupled to an IC input, is is most likely that it will receive false pulses due to the noise. Look at the following drawing with a noisy signal:
The noisy input signal is supposed to be just two pulses. But there is a specific voltage level, that each IC will read the input as HIGH or LOW. This level is marked with the red line. Due to the noise of the input signal, you can see that this level is crossed more than once during one positive pulse. The IC input will read false pulses and produce incorrectly results.
The following drawing indicates the same noisy input that is first filtered through a Schmitt Trigger circuit:
The difference can be clearly seen. Due to the High and Low threshold levels of the Schmitt Trigger, the two pulses can be squared again with a very good precision. The false pulses that the IC would read due to the instant voltage drop of the signal are smoothed. This is why the Schmitt Trigger is so widely known and used for digital signal squaring and filtering.
wao,, very simple and useful information. I was trying to understand the feedback resistor since last two days. This page solved my problem.
thanks for posting this.
Really neat and clean explanation. It is easy to understand, thank you Giorgos for this presentation. Hi Giorgos, i need help about schimit trigger.
Some circuits in the internet designed with three resistors values. What is the use of three resistors and how do we calculate them, if i provide the threshold values. Any expressions for resistor calculations. I am waiting for your reply.
Thank you for the well presented article.
I was interested to find out the formulas of Vhi and Vlo when using npn transitors (I became lazy lately to derive again a formula I forgot).
I noticed that Rout was dropped in the VTHRESHOLD_HIGH formula. As you know, lowering the value of Rout lets the voltage on R3 be higher hence Vhi increases as well (and vice versa). What do you think?
Thank you.
Edited:
Sorry, your formula is right if Q2 is not saturated. So perhaps, but I am not sure, one may add another VTHRESHOLD_HIGH formula in case Q2 is saturated though it is no a desirable state for high speed signals.
@slv better make a window comparator. much easier to setup.
At 30 March 2011, 15:21:41 user slv wrote: [reply @ slv]
The circuit to control car accumulator voltage. The circuit on at 12.2V and off at 14.8V. There is the transistor TS circuit, but hysteresis too narrow on it, I need wider.
@slv i think that you need a window comparator and not a schmitt trigger. Are you sure you want an ST? What is the application?
At 30 March 2011, 15:06:37 user slv wrote: [reply @ slv]
I mean the trigger ON at 12.2V and OFF at 14.8V. This is the inverting trigger right?
At 30 March 2011, 15:01:23 user slv wrote: [reply @ slv]
Non-symmetrical Schmitt Trigger using OP-Amp with single power supply.
I have Low Threshold Level 12.2V and High Threshold Level 14.8V. How to calculate resistors in this case? Thank you.