3V Voltage Regulator with Shutdown Feature


Closed Thread
Results 1 to 9 of 9
  1. #1
    Join Date
    Jan 2009
    Location
    Miami, Florida USA
    Posts
    644

    Default 3V Voltage Regulator with Shutdown Feature

    I bought this nice 3V voltage regulator to use in my PIC projects. It has very low supply voltage and good overall characteristics. But, the feature that I probably like the most is the power saving shutdown mode. If the shutdown pin is high then the regulator is enable, and if this pin is low then the regulator is in shutdown mode.

    Now come the questions. The datasheet says that this shutdown pin can be controlled from a microcontroller port. Nice, but then how do you make this port high before there is any power in the circuit for the PIC to come up? Remember the shutdown pin has to be high. And when you make this shutdown pin low, it has to stay low otherwise the regulator won't be in power saving mode. Does anybody know of an easy way to make this work?

    Thanks,

    Robert

  2. #2
    Join Date
    Jan 2009
    Location
    Miami, Florida USA
    Posts
    644


    Did you find this post helpful? Yes | No

  3. #3
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Have a momentary switch to manually power the regulator. Hold the switch until the PIC boots.
    Dave
    Always wear safety glasses while programming.

  4. #4
    Join Date
    Jan 2009
    Location
    Miami, Florida USA
    Posts
    644


    Did you find this post helpful? Yes | No

    Default

    Thanks mackrackit for your idea, but I really want to use this feature to shutdown the circuit if it hasn't been used for a certain amount of time. I want to use it like a "SLEEP" command. This regulator uses a current near zero (0.5 uA max) when in power saving mode, so that would make it ideal for battery operated applications.

    Robert,

  5. #5
    Join Date
    Jan 2009
    Location
    Miami, Florida USA
    Posts
    644


    Did you find this post helpful? Yes | No

    Default

    mackrackit,

    I'm sure there has to be a way to control this shutdown pin with circuitry without holding a pushbutton. Thanks anyways for your idea.

    Robert

  6. #6
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    I misunderstood,
    you want the pic or some circuit to start the rgulator?
    I was thinking you were just going to have the pic do the shut down.
    Dave
    Always wear safety glasses while programming.

  7. #7
    Join Date
    Jan 2009
    Location
    Miami, Florida USA
    Posts
    644


    Did you find this post helpful? Yes | No

    Default

    mackrackit,

    Well, yes I want the pic to do the shutdown.

  8. #8
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by rsocor01 View Post
    mackrackit,

    Well, yes I want the pic to do the shutdown.
    OK then,the suggestion I made before was how to start it.

    To have the PIC control it have a PIN with a pull down resistor that is connected to the enable pin of the regulator. Said PIN will always be HIGH until the program makes it low for what ever reason you code it for.
    Dave
    Always wear safety glasses while programming.

  9. #9
    Join Date
    Jan 2009
    Location
    Miami, Florida USA
    Posts
    644


    Did you find this post helpful? Yes | No

    Default

    mackrackit,

    Yeah, but I don't want to start the circuit with a pushbutton. I have already designed my circuit and it does not use a pushbutton to start it. It uses a slide switch and I want to keep it like that for some other design reasons. Anyways, I will keep your idea in mind for future projects.

Similar Threads

  1. Expanded Scale Voltmeter
    By Pic_User in forum Schematics
    Replies: 6
    Last Post: - 8th February 2008, 20:32
  2. make a low voltage output from a PIC pin
    By emptyset in forum General
    Replies: 1
    Last Post: - 8th February 2008, 19:20
  3. Help with final project
    By OvERKiLL in forum General
    Replies: 4
    Last Post: - 15th December 2006, 20:35
  4. Help with DS2436 Voltage monitor
    By vladimir059@hot in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 30th October 2006, 16:39
  5. Low Voltage Detection
    By Srigopal007 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 5th January 2005, 18:29

Members who have read this thread : 1

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