![]() | ![]() | ![]() |
| | |||||||
| 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. |
| | Thread Tools | Display Modes |
| | (permalink) |
| Experienced Member | 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. |
| | |
| | (permalink) |
| Super Moderator | Looks like an obvious job for a DPDT relay - nice and simple, and minimum voltage loss. |
| | |
| | (permalink) |
| Experienced Member | 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 - + - + |
| | |
| | (permalink) | |
| Super Moderator | Quote:
| |
| | |
| | (permalink) |
| Experienced Member | You only need ONE DPDT relay. |
| | |
| | (permalink) | |
| Experienced Member | Quote:
| |
| | |
| | (permalink) | |
| Experienced Member | Quote:
| |
| | |
| | (permalink) |
| Experienced Member | I did detail it in the 3rd post. Looks like relays will have to be it for now. |
| | |
| | (permalink) | |
| Experienced Member | 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:
| |
| | |
| | (permalink) |
| Experienced Member | 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. |
| | |
| | (permalink) | |
| Experienced Member | Quote:
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 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. | |
| | |
| | (permalink) | |
| Super Moderator | Quote:
| |
| | |
| | (permalink) | |
| Experienced Member | Quote:
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. | |
| | |
| | (permalink) | |
| Experienced Member | Quote:
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. | |
| | |