Over-voltage protection


Closed Thread
Results 1 to 28 of 28

Hybrid View

  1. #1
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    2,662

    Default Over-voltage protection

    A little something I thought up in case a user doesn't use the proper power source (like use the Lab-X1 12V wall-adapter instead of the 5V model supplied with the unit).

    This serves as both a POWER light, and a MAGIC-SMOKE-INCOMING light.

    Code:
    IF Zener receives under 5.6V THEN
      PNP transistor turns ON green light
    ELSE
      NPN transistor turns ON red light
    END-IF
    Name:  Over-voltage protection v2 SMALL.png
Views: 5677
Size:  7.8 KB

    Does it make sense? Am I forgetting something?

    I've never touched a Zener before, and rarely have used a Transistor. So this also serves as a training exercise for me.

    Robert
    Last edited by Demon; - 6th May 2023 at 01:34. Reason: Version 2, adapted NPN layout, added blue to VSS
    My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.

    Not as dumb as yesterday, but stupider than tomorrow!

  2. #2
    Join Date
    May 2013
    Location
    australia
    Posts
    2,397


    Did you find this post helpful? Yes | No

    Default Re: Over-voltage protection

    the red led will never fly with base of tr shorted to gnd

    try
    Name:  demon.jpg
Views: 5571
Size:  59.8 KB

    red should light at 5.5v
    Warning I'm not a teacher

  3. #3
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    2,662


    Did you find this post helpful? Yes | No

    Default Re: Over-voltage protection

    Quote Originally Posted by richard View Post
    the red led will never fly with base of tr shorted to gnd

    try
    Attachment 9386

    red should light at 5.5v


    But why reduce Zener to 4.7V? Out of all the PICs I'm looking at, the one with the lowest max VDD was 6.0V; hence why I chose 5.6V Zener as "fuse".

    Is this because of influence of 1K resistor below it?

    And how did you arrive at 4.7V? Math? or a spec in some doc?

    In this particular case, I was doing this for the 18F14K22 which has absolute max VDD rated at 6.0V.


    EDIT: I ask how, because I will have the same over-voltage circuit at other voltage levels(for other purposes).


    EDIT SOME MORE: These are the specs for the 1N5232BTR that I was planning on using.

    Name:  1N5232BTR zener.png
Views: 4851
Size:  48.5 KB
    Last edited by Demon; - 6th May 2023 at 20:13.

  4. #4
    Join Date
    May 2013
    Location
    australia
    Posts
    2,397


    Did you find this post helpful? Yes | No

    Default Re: Over-voltage protection

    But why reduce Zener to 4.7V?


    i saw
    the 5V model supplied with the unit
    and assumed an over 5v alarm was indicated




    Out of all the PICs I'm looking at, the one with the lowest max VDD was 6.0V; hence why I chose 5.6V Zener as "fuse".
    if you use a 5.6v zenner in my cct then the red alarm led will be lit at 6.5 v

    if you want the zenner to be a crowbar and blow a fuse, there are better ways.

    https://www.ebay.com.au/itm/203643422252

    i use these things , 3-15 v in adj to 3.3 or 5v out or whatever @up to 5w , cheap with no problems
    Warning I'm not a teacher

  5. #5
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    2,662


    Did you find this post helpful? Yes | No

    Default Re: Over-voltage protection

    Quote Originally Posted by richard View Post
    ... if you want the zenner to be a crowbar and blow a fuse, there are better ways.

    I'm seeing this design a lot.

    https://theorycircuit.com/crowbar-ov...ection-module/

    It pops that fuse and puts an end to the shenanigans until the user corrects the situation.



    I'd like to stay away from 3rd-party components as much as possible, and come up with a design as simple as possible.

    Robert

  6. #6
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    2,662


    Did you find this post helpful? Yes | No

    Default Re: Over-voltage protection

    Quote Originally Posted by richard View Post
    ... if you want the zenner to be a crowbar and blow a fuse, there are better ways.

    How about this modification to that link I posted above?

    - Green LED remains ON while voltage remains under 5.6V.

    - Red LED turns ON when voltage reaches 5.6V, and Green LED turns OFF.

    - SCR shorts out Fuse and protects everything to the right of this circuit.


    Name:  Over-voltage protection v3 SMALL.png
Views: 4944
Size:  9.3 KB

    This way I get a light on the unit that gives an indication as to what went wrong.

    I absolutely hate products that DIE, and you're left clueless what went wrong.

    Robert


    EDIT: I'm just not sure about the need for that 1N4007 for my application. It will cost me a voltage drop to add that in.
    Last edited by Demon; - 6th May 2023 at 22:40.

  7. #7
    Join Date
    May 2013
    Location
    australia
    Posts
    2,397


    Did you find this post helpful? Yes | No

    Default Re: Over-voltage protection

    - Green LED remains ON while voltage remains under 5.6V.
    Green LED remains ON , it will not extinguish
    - Red LED turns ON when voltage reaches 5.6V, and Green LED turns OFF.
    Red LED turns ON when voltage reaches 5.6V + at least 0.6 v , so more like
    when voltage exceeds 6.3v Red LED turns ON and Green LED remains on.




    - SCR shorts out Fuse and protects everything to the right of this circuit.
    in practice :- just after every semiconductor device is destroyed SCR shorts out Fuse
    Warning I'm not a teacher

  8. #8
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    2,662


    Did you find this post helpful? Yes | No

    Wink Re: Over-voltage protection

    Quote Originally Posted by richard View Post
    ... if you want the zenner to be a crowbar and blow a fuse, there are better ways.

    https://www.ebay.com.au/itm/203643422252

    Ok, so I found Alice on ebay Canada. Turns out to be $1.79 each when I buy 10.
    https://www.ebay.ca/itm/313748820419


    I guess nothing stops me from adding a zener/crowbar/fuse setup in front to make me feel like I'm doing something.


    I can even afford a one-way diode in case someone uses a wall-adapter with a negative center (I think all the ones I have are positive center).


    I hope you get a freebie for making her a sale.

    Robert
    My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.

    Not as dumb as yesterday, but stupider than tomorrow!

  9. #9
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    2,662


    Did you find this post helpful? Yes | No

    Default Re: Over-voltage protection

    So I started looking closer at Alice, she's using a B6289C IC; I can't even find a datasheet for that.

    But I did find a relatively similar circuit using a LM2596 for $.99:
    https://www.ebay.ca/itm/333463165949


    Is this as good as Alice?


    I can even order a batch from Amazon and avoid import/duty fees, $2 each:
    https://www.amazon.ca/Yizhet-Convert...dp/B0B5GQTS64/


    Robert


    EDIT: just the LM2596 costs over $4 here:

    https://www.digikey.ca/en/products/d...TVADJG/2003293
    Last edited by Demon; - 8th May 2023 at 03:04.
    My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.

    Not as dumb as yesterday, but stupider than tomorrow!

  10. #10
    Join Date
    May 2013
    Location
    australia
    Posts
    2,397


    Did you find this post helpful? Yes | No

    Default Re: Over-voltage protection

    I absolutely hate products that DIE, and you're left clueless what went wrong.
    me too, that's why i use modern switch mode power modules with wide input supply ranges and generally fail safe outputs
    Warning I'm not a teacher

  11. #11


    Did you find this post helpful? Yes | No

    Default Re: Over-voltage protection

    A simpler circuit as 'crowbar' type circuit. Use 2 or 3 -5.6 volt zener diodes, if/when it trips, probably will short/ruin one z-diode. Has your .6 amp fuse and you can add one or more 1n4004 type diodes in series to raise the trip-out voltage by about .6 volt for each diode. Also add a, maybe a
    1 or 10 microfarad cap across z-d's to absorb any high surge if over 5v


    Name:  Capture.PNG
Views: 4839
Size:  25.6 KB

Similar Threads

  1. Replies: 8
    Last Post: - 21st March 2015, 17:21
  2. Replies: 7
    Last Post: - 22nd January 2012, 04:50
  3. High voltage protection
    By Ioannis in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 22nd December 2010, 08:26
  4. Over Voltage protection
    By George in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 17th July 2006, 21:16

Members who have read this thread : 2

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts