Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > Electronic Projects Design/Ideas/Reviews


Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution.

Reply
 
Thread Tools Display Modes
Old 2nd January 2007, 09:29 PM   (permalink)
Experienced Member
 
mramos1 is a jewel in the roughmramos1 is a jewel in the rough
Default Driving max current hi and low from a battery

I have a unit that I need to drop a battery across two terminals. After 5 seconds I need to flip the battery backwards between the terminals. If I do it by hand it works but I want to let a PIC do the work.

I was going to use relays, then I thought maybe FETs might do it. I did see an EDN article with 2 transistors that would drive the ground side to milivolts. Or something like a 1/2 an H-bridge. Did did try with NPN/PNP and just get not get what I wanted. If it can be done with transistors that is fine too.

I have a pic chip running in 3 volts (2xAA so close) and want to drive this lite load back and forth to 0 and +3V. But I want as much of the battery there as I can get to the terminals.

I was thinking a pair of FETs on each of the two connections. Does anyone have an input on this.

Thanks.

EDIT: continued in third post...

Last edited by mramos1; 3rd January 2007 at 10:59 AM.
mramos1 is offline   Reply With Quote
Old 2nd January 2007, 09:38 PM   (permalink)
Super Moderator
 
Nigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to behold
Default

Looks like an obvious job for a DPDT relay - nice and simple, and minimum voltage loss.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 2nd January 2007, 10:21 PM   (permalink)
Experienced Member
 
mramos1 is a jewel in the roughmramos1 is a jewel in the rough
Default

I have one G6HU relay. Now if I had 3 more it would be done

Sorry Nigel, I mentioned only 1/2 the project since I was hoping for a solidstate version and would dup it and drive them with the pic. Relays I will need 4 DPDT.. I can see if RadioShack still sells them.

The project is actually 2 sets of the terminals and they work together.

Code:
   T1-1   T1-2    T2-1    T2-2
1   +        -         +         -
2   -        +         +         -
3   +        -         -         +
4   -        +         -         +
mramos1 is offline   Reply With Quote
Old 3rd January 2007, 12:21 AM   (permalink)
Experienced Member
 
Blog Entries: 1
Sceadwian is just really niceSceadwian is just really niceSceadwian is just really nice
Send a message via AIM to Sceadwian Send a message via Yahoo to Sceadwian
Default

Sounds like a good usage for a basic h-bridge.
__________________
Curiosity killed the cat; That's why they have nine lives.

Sceadwian is offline   Reply With Quote
Old 3rd January 2007, 08:19 AM   (permalink)
Super Moderator
 
Nigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to behold
Default

Quote:
Originally Posted by Sceadwian
Sounds like a good usage for a basic h-bridge.
But more complicated, and more voltage loss!.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 3rd January 2007, 08:37 AM   (permalink)
Experienced Member
Cabwood will become famous soon enough
Default

You only need ONE DPDT relay.
Cabwood is offline   Reply With Quote
Old 3rd January 2007, 11:00 AM   (permalink)
Experienced Member
 
mramos1 is a jewel in the roughmramos1 is a jewel in the rough
Default

Quote:
Originally Posted by Cabwood
You only need ONE DPDT relay.
Think you missed post three, or I missed something..
mramos1 is offline   Reply With Quote
Old 3rd January 2007, 11:51 AM   (permalink)
Experienced Member
 
agent420 is on a distinguished road
Default

Quote:
Originally Posted by mramos1
I have a unit that I need to drop a battery across two terminals. After 5 seconds I need to flip the battery backwards between the terminals. If I do it by hand it works but I want to let a PIC do the work.
I'm just curious what this means; what is the application? Perhaps there are other solutions if we knew what the problem was?
agent420 is offline   Reply With Quote
Old 3rd January 2007, 05:19 PM   (permalink)
Experienced Member
 
mramos1 is a jewel in the roughmramos1 is a jewel in the rough
Default

I did detail it in the 3rd post. Looks like relays will have to be it for now.
mramos1 is offline   Reply With Quote
Old 3rd January 2007, 05:51 PM   (permalink)
Experienced Member
 
agent420 is on a distinguished road
Default

I must be higher than usual, because I don't see anything below that gives a clue what you are attempting to do, or what the 'unit' is...


Quote:
Originally Posted by mramos1
I have one G6HU relay. Now if I had 3 more it would be done

Sorry Nigel, I mentioned only 1/2 the project since I was hoping for a solidstate version and would dup it and drive them with the pic. Relays I will need 4 DPDT.. I can see if RadioShack still sells them.

The project is actually 2 sets of the terminals and they work together.

Code:
   T1-1   T1-2    T2-1    T2-2
1   +        -         +         -
2   -        +         +         -
3   +        -         -         +
4   -        +         -         +
agent420 is offline   Reply With Quote
Old 3rd January 2007, 06:14 PM   (permalink)
Experienced Member
 
Hero999 is a splendid one to beholdHero999 is a splendid one to beholdHero999 is a splendid one to beholdHero999 is a splendid one to beholdHero999 is a splendid one to beholdHero999 is a splendid one to beholdHero999 is a splendid one to behold
Default

I'm confused to, I assume that you just want to swap the terminals round.

You don't need a PIC with your relay, a single 555 timer will be cheaper and more effective as the 200mA output can drive the relay without using a buffer transistor.
__________________
What's so bad about Microsoft?

Get Opera it's simply a superb browser.
Hero999 is offline   Reply With Quote
Old 3rd January 2007, 09:43 PM   (permalink)
Experienced Member
 
mramos1 is a jewel in the roughmramos1 is a jewel in the rough
Default

Quote:
Originally Posted by Hero999
I'm confused to, I assume that you just want to swap the terminals round.

You don't need a PIC with your relay, a single 555 timer will be cheaper and more effective as the 200mA output can drive the relay without using a buffer transistor.
I need to change the times on it and not sure on the times yet and some cycles might be longer than others. So 555 is out, I will just use transistors and drive some relays, but was hoping to use just transistors like an H-bridge.

For the table below, T1-1 is terminal 1 pin 1, T1-2 is terminal 1 pin 2, T2-1 is terminal 2 pin one, T2-2 is terminal 2 pin 2. +/- is the battery position I want connected to them.


Code:
   T1-1       T1-2        T2-1        T2-2
1   +            -             +             -                 for 5-20 seconds
2   -            +             +             -                 for 5-20 seconds
3   +            -             -             +                 for 5-20 seconds
4   -            +             -             +                 for 5-20 seconds
I am just looking for a good driver to force the + and minus, all the rest works and is done.

I think Nigel said just use a relay.. That might be the only way. I did make a NPN/PNP driver but there was a lot of loss pushing the minus side.

Last edited by mramos1; 3rd January 2007 at 09:47 PM.
mramos1 is offline   Reply With Quote
Old 4th January 2007, 08:24 AM   (permalink)
Super Moderator
 
Nigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to behold
Default

Quote:
Originally Posted by mramos1
I think Nigel said just use a relay.. That might be the only way. I did make a NPN/PNP driver but there was a lot of loss pushing the minus side.
An H-bridge is only trying to imitate a relay - and not doing a very good of it. Relays are cheap, simple, reliable, and perform better than an H-bridge. The only advantage of an H-bridge is if you want to use PWM power control - and even then you can do it single ended, and use a relay for reversing.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 4th January 2007, 10:30 AM   (permalink)
Experienced Member
 
agent420 is on a distinguished road
Default

Quote:
Originally Posted by mramos1
I need to change the times on it and not sure on the times yet and some cycles might be longer than others. So 555 is out, I will just use transistors and drive some relays, but was hoping to use just transistors like an H-bridge.

For the table below, T1-1 is terminal 1 pin 1, T1-2 is terminal 1 pin 2, T2-1 is terminal 2 pin one, T2-2 is terminal 2 pin 2. +/- is the battery position I want connected to them.
Is there some reason you do not wish to communicate what it is your doing? I get you are trying to switch polarities around, but on what and for what purpose? It's a lite load, but you need as much battery as possible?

Mostly, I'm just curious. But also sometimes other people can provide insight on a project solutions you may have overlooked.

Last edited by agent420; 4th January 2007 at 10:37 AM.
agent420 is offline   Reply With Quote
Old 4th January 2007, 11:55 AM   (permalink)
Experienced Member
 
mramos1 is a jewel in the roughmramos1 is a jewel in the rough
Default

Quote:
Originally Posted by Nigel Goodwin
An H-bridge is only trying to imitate a relay - and not doing a very good of it. Relays are cheap, simple, reliable, and perform better than an H-bridge. The only advantage of an H-bridge is if you want to use PWM power control - and even then you can do it single ended, and use a relay for reversing.
Unfortunatly I think it will involved PWM later. It is an electroplating process, for not the relays will do to get it started.

Can a transistor H bridge really get it down to 0volts without tons of extra parts? FET will switch faster, but I do not believe it is required. But the 3904/3906 version did not go to 0 well. Late for work, but will post what I tried later tonight.

Thanks for all the help.
mramos1 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes




All times are GMT. The time now is 05:42 AM.


Electronic Circuits  |  Radio Controlled
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.