element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Community Hub
Community Hub
Member's Forum What part am I looking for?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Community Hub to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 22 replies
  • Answers 11 answers
  • Subscribers 506 subscribers
  • Views 1343 views
  • Users 0 members are here
Related

What part am I looking for?

justphred
justphred over 4 years ago

Hey all, I recently decided to dive headlong into the micro controller world, with a project I am working on. I'm in way over my head and Amy trying to find a place to get some assistance.

 

I am in the planning phase so far and am trying to figure out what part I need for a specific section of my project.

 

Essentially, I am trying to create a software power button. So I don't have to have a Switch and a button. this project is fairly small and I am trying to save as much space as I can. I have mapped out how I THINK it should work, and have attached a quick diagram. Here is a run down of how I think it will work...

 

  • Power comes in to the Mystery Part from a battery (a 3.7v 420mAH lipo) and is sent to a momentary switch.
  • When the momentary switch is pressed the path of the battery power flips from going to the switch to going to the micro controller. There by powering on the system. (flipping the Mystery Part from RED position to GREEN)
  • The Momentary switch is now being seen by the micro controller. Which will be programed to send a signal to the Mystery Part when the Switch is held down for 5+ seconds.
  • The Signal coming in from the micro controller switches the battery power back to the momentary switch, thus cutting power to the system and powering it off (flipping the  Mystery Part from GREEN position back to RED)

 

 

The Grey box on the diagram is the mystery part. Any help in figuring out what I need to make this happen would be appreciated.

Attachments:
image
  • Sign in to reply
  • Cancel

Top Replies

  • genebren
    genebren over 4 years ago +5 verified
    Michael, There are a few things that you might new to think about, before you can make use of your Mystery part. You are planning on using a Lipo battery which has a typical voltage of 3.7 volts. In reality…
  • dougw
    dougw over 4 years ago +3 suggested
    If I understand the requirement, I think it could be done with 3 FETs and your momentary SPST push button. One PFET turns power on to the MCU. This PFET is turned on by an NFET which is turned on by the…
  • justphred
    justphred over 4 years ago in reply to dougw +2 suggested
    I think I understand what you are getting at here. The only issue is I want to use the push button with the MCU to activate other things while this project is on and running. Would the switch still be…
  • dougw
    0 dougw over 4 years ago

    If I understand the requirement, I think it could be done with 3 FETs and your momentary SPST push button.

    One PFET turns power on to the MCU. This PFET is turned on by an NFET which is turned on by the pushbutton via a capacitor.

    This NFET is held on by a resistor to MCU power.

    The MCU controls another NFET that can turn off the first NFET which kills all power to the MCU.

    The pushbutton has no power other than a brief pulse when it is first pushed.

    I can draw a schematic if this sounds like what you want.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • justphred
    0 justphred over 4 years ago in reply to dougw

    I think I understand what you are getting at here. The only issue is I want to use the push button with the MCU to activate other things while this project is on and running. Would the switch still be wired up to the MCU as well as? I am attempting to put together my own schematic, but would love to look at one from you if you don't mind?

     

    This is where I am at so far imageimage

     

    I have been looking up and leaning about FETs, but I work better when things are put in a use case, and most things out there talk about them at a very high level.

     

    any help understanding them would be great.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • genebren
    0 genebren over 4 years ago

    Michael,

     

    There are a few things that you might new to think about, before you can make use of your Mystery part.  You are planning on using a Lipo battery which has a typical voltage of 3.7 volts.  In reality this battery will supply between 4.2V and 2.5V.  This will have some influence over which microprocessor you will use.  What I typically do for battery driven circuits is to use a voltage regulator to provide a fixed voltage to the microprocessor (which will be less than the battery voltage), so with a single Lipo battery, I will use a 2.5V regulator.   Here is a circuit that I have used in several designs:

     

    image

     

    When the switch is press with the circuit off, the battery voltage is used to enable the regulator (AP2127-2.5 or a MIC5504-2.5), allowing it to generate V+ (in this case 2.5V).  The Microprocessor is started and it needs to then drive PS_EN high, thus holding the regulator on.  To turn the circuit off, the voltage at SWITCH_SENSE is monitored by the microprocessor and when the voltage is held high for an extended time (like 5 sec in your example) the microprocessor drives PS_EN low.  When the switch is released, the circuit then shuts down.

     

    This might seem like a lot to do, in order to switch power on and off, but this circuit gives you a lot of flexibility in it's functionality.  You can also add a circuit (a voltage divider like R1/R2) at the battery terminal, and measure the divider to generate a under voltage shutdown (i.e if the battery voltage drops below 2.7V).  Or you could use the microprocessor to turn the circuit off if the circuit is determined to be idle (saving battery life).

     

    Like anything in electronics, there are many ways to do the same thing.  You need to compare the pluses and minuses of each approach based on your needs.

     

    Good luck!

    Gene

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • justphred
    0 justphred over 4 years ago in reply to genebren

    This is the full Schematic that I have so far. the battery goes into its own board which does regulate the voltage. and that board has a place to switch that circuit (the upper right of this drawing) that is were I am wanting to install the Mystery Part.

     

    image

     

    I'm still reading the rest of your reply Gene. I just wanted to give more context to my plan

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • justphred
    0 justphred over 4 years ago in reply to genebren

    Ok Gene, this is sounds exactly like how I want it to work, and yes it is a very complicated way to do a simple thing but you are correct that it provides a lot of possibilities. the auto off to save power was something that I had as a stretch goal that I figured I could make work if I got this working. I will look up those Regulators.

     

    I looked into it and the trace off of that battery board will be anywhere from 3.7v-4.2v, would the regulator you suggested still work or would I need one for a higher voltage?

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • genebren
    0 genebren over 4 years ago in reply to justphred

    The MIC5504-2.5 accepts input voltages in the range 2.5 to 5.5V, so yes, this should be fine. The ItsyBitsy is listed as 3.3V, but it might actually work at lower voltages.  If not, you could use a boost regulator to allow a wider voltage range (4.2V to 2.5V) to generate 3.3V (a little more complicated, but much more versatile).

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • dougw
    0 dougw over 4 years ago in reply to justphred

    The Protrinket regulates the battery to 3.3V at SW1.

    The pushbutton connects power to SW2 which stays on even if the button is released. (power to the MCU)

    The MCU Output will turn off power at SW2 when it is ready to turn itself off.

    If the pushbutton is pushed while the power is on, it generates a signal on the MCU Input.

    image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • justphred
    0 justphred over 4 years ago in reply to genebren

    Gene I have been going over this chip and Im trying to understand the pin out, let me know if I have this right.

     

    You have the V+ coming from the battery, going through a switch and then into the Enable pin 3. From there if it has current it goes out of Vout pin 5 into the MCU.

     

    I tried throwing the Schematic together myself to see if I understand it. I would appreciated it if you could look it over and tell me if I'm on the right track.

     

    image

     

    Tho only problem that I saw is that the momentary switch was in the batteries path. the way I was thinking it would work the switch would come after the Regulator so that I can use the same button with the MCU. But maybe I'm just not understanding something fundamental. again, any help would be awesome.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • genebren
    0 genebren over 4 years ago in reply to justphred

    Michael,

     

    The supply indicator (arrow labeled VBAT) is a virtual wire of sorts.  It connects to the battery and to pin 1 of the regulator.  The second path, from the battery to pin 3 of the regulator is the enable signal.  This signal turns of the regulator, which in turn supplies power to the microprocessor, which in turn drives PS_EN to hold the regulator on.

     

    Gene

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • genebren
    0 genebren over 4 years ago in reply to justphred

    Looking at the specification for the ItsyBitsy a bit closer, the chosen regulator will not work.  The ItsyBitsy has an onboard regulator that has an input range of 6.0 to 3.3V, which generates 3.0 volts.  What you may need is a boost regulator, which accepts a range of 2.5 to 4.2V and produces either 3.3V or something higher.  I have worked with a device that accepts 2.5 to 4.2V and produces 5.0V (or some other lower voltage).  There is a test circuit that I used in a series of blogs about boost regulators and inductor choices (Choosing the correct Inductor for a DC-DC step-up regulator - Introduction , Choosing the correct Inductor for a DC-DC step-up regulator - Part 2 , Choosing the correct Inductor for a DC-DC step-up regulator - Part 3 ):

     

    image

    The resistor divider network was used to set the output voltage.  With a desired output value (say 3.3V) the resistors R2-R6 could be replaced with two values, and jumper block (JP1) could be removed.  Also, the enable pin (EN - pin2), would be removed from the input pin (pin 2) and wired to the enable from the earlier schematic fragment.  This would take the full voltage range of the battery (4.2V to 2.5V) and produce 3.3V for your ItsyBitsy board.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube