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
Power & Energy
  • Technologies
  • More
Power & Energy
Forum How can I automate circuit on/off based on a voltage threshold in another circuit?
  • Blog
  • Forum
  • Quiz
  • Documents
  • Polls
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 4 replies
  • Answers 1 answer
  • Subscribers 286 subscribers
  • Views 1046 views
  • Users 0 members are here
Related

How can I automate circuit on/off based on a voltage threshold in another circuit?

scot_v
scot_v over 5 years ago

Hi,

 

I'm new to circuit design and I'm trying to figure out an easy way to automatically switch circuits on and off.  Ideally, I would like for the switch to happen when a certain voltage is reached across a battery that is recharging.  When the threshold voltage is reached I want to turn off a circuit and turn on another circuit.

 

There are actually three circuits involved so when circuit 1 is switched on, circuit 2 and 3 should be switched off. 

 

The ON and Off of the circuits will rotate like this:

 

circuit # 1 on switches 2 and 3 off 

circuit # 2 on switches 1 and 3 off,

circuit # 3 on switches 1 and 2 off

 

then repeat back to circuit # 1 on switches 2 and 3 off, etc., etc.

 

FYI, Each circuit will be running off its own 12V battery

 

I was trying to avoid using Arduino as that seems like it may take a while to learn.  I thought Mosfets as switches might work but not sure how to configure them.

 

Hope this makes sense. Any help would be greatly appreciated.

Thanks for your time.

Scot

  • Sign in to reply
  • Cancel

Top Replies

  • michaelkellett
    michaelkellett over 5 years ago +2 suggested
    I hope you aren't trying to make batteries charge each other You don't tell us enough. Do the three batteries have a common 0V connection or are they fully isolated. What is the current. Do you need make…
  • michaelkellett
    0 michaelkellett over 5 years ago

    I hope you aren't trying to make batteries charge each other image

     

    You don't tell us enough.

     

     

    Do the three batteries have a common 0V connection or are they fully isolated.

    What is the current.

    Do you need make before break or break before make switching.

    What kind of batteries, are there any safety issues.

     

    Best bet is explain what you are trying to do overall and fill in the details. A block diagram would help.

     

    My first thought is that an Arduino or similar would be the ideal control element - because you'll find that you need hystereisis, timeouts and other features. You will still need power switches, relays are much easier to manage than MOSFETs.

     

    Doing it with pure analogue is always possible but much harder to modify and tune.

     

    If it's a serious commercial application you could use PLC type controllers - much more expensive than Arduino, and no easier to learn.

     

     

     

    MK

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • scot_v
    0 scot_v over 5 years ago in reply to michaelkellett

    MK,

     

    Thank you for your response.  Yeah, I was pretty vague with my question.  Let me explain.  This is not a commercial application.  I am a theoretical physicist and I'm doing some experiments to test the properties of electricity.  So I want to set up three circuits that will each, in turn, run a small load like a computer fan and I will be adding different components to different circuits and taking measurements from each separate circuit to compare.  I haven't set this up yet.  I'm just in the design phase.

     

    I would probably use lead-acid rechargeable batteries and have them totally separate. I just want to automate the on off so that only one circuit at a time is running the load.

     

    You said you hope I'm not charging batteries with other batteries?  Is there a problem with that? That may be something I would experiment with in the future.  Are there safety issues with doing that?  Right now I just want to run a small load with one circuit at a time but switch them automatically because each circuit would be running the same load but only one at a time.

     

    I will see if I can write up a more detailed question and give you more information, maybe upload a diagram too.

     

    Thanks!

     

    Scot

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • michaelkellett
    0 michaelkellett over 5 years ago in reply to scot_v

    I'll look forward to seeing more detail about your plan.

     

    MK

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • kkazem
    0 kkazem over 5 years ago

    This wouldn't be that hard to design and there are many ways to do this.

    1. An Arduino may be the easiest. The coding would be fairly simple. But the Arduino is for the control. You still need MOSFETS or BJT transistors with proper gate or base drive to do the actual switching. The details of how much current and voltage you're switching would need to be known to select the proper components.

    2. An FPGA would also be a good choice, but again, there is some programming. You need either an FPGA with analog comparators or use a quad comparator in front of the FPGA.

    3. Discrete gates and comparators would work as well, but there would be more breadboarding perhaps.

     

    Make a diagram with voltages and current loads and we can then talk specifics.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify 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