TODOPIC
Otros Microcontroladores / Dispositivos programables => Arduino => Mensaje iniciado por: jfmateos2 en 30 de Agosto de 2011, 03:57:26
-
Buscando una forma de evitar que se me queme un circuito si alguien le introduce accidentalmente una tensión superior a 4v me encontré con esta página, referida a Arduino, que me parece muy ilustrativa:
http://ruggedcircuits.com/html/ancp01.html
(http://ruggedcircuits.com/assets/images/am010_s06.gif)
Concretamente estoy buscando un circuito que me permita proteger la alimentación de un PIC si ésta supera los 4V o los 250mA.
La protección de sobretensión podría hacerla con un zener y la de intensidad con un PTC ¿no?
Pero me gustaría saber si alguien tiene un circuito contrastado de esto.
-
He encontrado un circuito de protección interesante y su explicación:
(http://mbed.org/media/uploads/mbed2f/protectionrj3.png)
Using this method, I've never toasted a thing:
http://img176.imageshack.us/img176/8501/protectionrj3.png
F1 is a PTC polyfuse. Generally rated 2x above my max planified current.
D1 is a Zener, with breakdown voltage a bit below the absolute maximum rating of the weakest part
D2 is a Schotky with the lowest possible VForward. I'm usually using Toshiba CMS01 with 0.3V forward.
Now, the explanation: Let's say you plug the thing straight: the PTC won't trigger and do not dissipate much heat.
If the circuit short, or a big undesired current draw happens: F1 will climb it's resistance value and contain the problem.
If someone plugs the thing backward: D2 will let the current flow, and F1 will activate to lower the max current flowing trough the loop. Since D2 has a VF of 0.3V, the circuitry will have to resist to -0.3V, and most of today's chip does.
Then, if overvoltage happens, D1 will clamp the voltage to an acceptable value, and if it stays that way for too long, F1 will activate too.
Complete protection that won't cost you too much of your precious power input.
-
El diodo schottky con Vf alrededor de 300mV puede ser difícil de encontrar, o obligan a una compra de 3000 unidades.
Algunos modelos posibles son:
CMS01
MBRX120LF
MBR120VLSFT1G (éste es el que he comprado yo por ebay)