0
\$\begingroup\$

I have a microcontroller with a 3.3v ADC input and I want to protect it from over-voltage.

My microcontroller already has some input protection diodes but I don't want to rely on them alone. This question is not new and I've seen many designs use an additional diode connected to the power rail or a Zener diode. There are a few answers in these forums that already describe these solutions and their pros and cons.

I was wondering why not use a PNP BJT as an over-voltage protection solution like on the illustration below.

enter image description here

This circuit should start acting around 3.3V and will clip any voltage above 3.6V or so. This level can be changed by playing around with R6 and R5 to set the voltage of the base of the transistor taking into account the typical 0.6V base-emitter diode drop.

I saw the suggestion of using a PNP BJT as a voltage limiter in a note from Microchip, but generally not in any design or suggestion in these forums. Any idea why this design does not seem to be used?

\$\endgroup\$
2
  • \$\begingroup\$ It is not a good idea to put a 1k resistor in series with your adc input. Since it is in a micro, I'm guessing it's a SAR adc, which means you first need to charge the hold capacitor. With the 1k resistor you make this charging much much slower, unless you add a buffer after it. You can just use a zener (will protect overvoltage and undervoltage) with a small resistor to limit the current. \$\endgroup\$ Commented Sep 10, 2017 at 12:40
  • \$\begingroup\$ @andres: The 1k resistor here is not really relevant to my question. It could have been 100 Ohm if you prefer. A Zener diode does not really fit the bill here because it distorts the signal below the zener voltage. For example, in my experience, a 3.6V zener will already start acting at 3V or even below, messing up the ADC reading accuracy. In that respect, a diode to the power rail is much better. \$\endgroup\$ Commented Sep 10, 2017 at 13:57

1 Answer 1

3
\$\begingroup\$

There is no reason not to use this circuit except that it only does half the job - voltages below ground will not be clamped. If you have a low impedance source a dual Schottky diode is fewer parts and less PCB area.

This circuit (and similar ones) has/have an advantage in that it/they shunt(s) current to ground rather than to the supply rail. The latter situation means that the supply rail could increase in voltage out of regulation, since most regulators will not sink current, possibly causing improper operation or even damage.

\$\endgroup\$

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.