I'm expecting an Atmel training board soon, this swapping circuit will be one of the first things I work on. I wish the guy had posted something on the program, but all he does here is just show the schematic.
Ewhaz
3 posts · 1 thread started · 10 more in threads this archive does not carry · writing between Feb 2008 and Mar 2008
An identity on Energetic Forum as it was harvested, not an account on this site. Nobody here has claimed it, and nothing connects it to a person by name.
The Peswiki schematic, but I was unable to find the files to upload to the chip in order to make it run. Looks good though. It looks though it will be a long long project for me as I need to learn how to do all this first, which is going to take a bit.
It would just be nice to have a basic circuit that controls the charger to prevent trouble when your not around. This especially considering Peter's recent admition that the effect of charging the batteries on the bedini systems disapates completely after 2 days. In this state, its easy to see how there is so much contradictory information out there, of course no one can see them if the requirements are very specific.
If I can find those files, I'll build that circuit since I know where to get the chips and componants. That will hold me over temporarily till I can manage to program something more robust and interactive. I would like something that logs the voltages and controls the switching all at once for easier data collection.
It would just be nice to have a basic circuit that controls the charger to prevent trouble when your not around. This especially considering Peter's recent admition that the effect of charging the batteries on the bedini systems disapates completely after 2 days. In this state, its easy to see how there is so much contradictory information out there, of course no one can see them if the requirements are very specific.
If I can find those files, I'll build that circuit since I know where to get the chips and componants. That will hold me over temporarily till I can manage to program something more robust and interactive. I would like something that logs the voltages and controls the switching all at once for easier data collection.
I've created a small circuit to sense the voltage of the batteries, both charging and power, and switch when one of two conditions is met. Either A) the power battery drops below a certain voltage, or B) the charging battery reaches a voltage.
However I'm not all that great as a circuit designer, I found a few ideas off the net and threw them together. If any one sees any obvious flaws, or definite improvements I would very much appreciate it. Also I could use a little help with selecting the right values for the resistors, etc.
First we start with the main circuit. We have an SCR supplying the power to the charger, and the SCR is triggered by voltage from a Zener Diode (D1). The Zener diode is hooked up across a voltage divider (R1 & R2) to fine tune the cutoff voltage.
An NPN Transistor (q1) is also in line for sensing/switching from the charging battery side. It's isolated frome the charging battery by an opto-isolator (The 4n25 diagram was the only one the program had) which is controled by the PNP (q2) and NPN (q3) switch on the charging side. In that situation, the Zener diode is used to send the base of the PNP transistor high, which would cut off the NPN transistor (q3). The NPN transistor is set up in a self powered loop to keep itself triggered so long as it has power and once turned off will have to be reset by the momentary NO switch.
Under normal charging situations, once the reset switch is pressed, the circuit will continue to keep Q1 open until the battery reaches whatever charge your looking for, at that point the PNP is biased and cuts power to the circuit which will not reset without the switch and power from the PNP transistor.
I'm also looking to design a circuit that will interface with the computer.. (though I have to learn to program first).. So that some A/D converters can be read directly into the computer, log the data and even control the switching of the circuit as well.
However I'm not all that great as a circuit designer, I found a few ideas off the net and threw them together. If any one sees any obvious flaws, or definite improvements I would very much appreciate it. Also I could use a little help with selecting the right values for the resistors, etc.
First we start with the main circuit. We have an SCR supplying the power to the charger, and the SCR is triggered by voltage from a Zener Diode (D1). The Zener diode is hooked up across a voltage divider (R1 & R2) to fine tune the cutoff voltage.
An NPN Transistor (q1) is also in line for sensing/switching from the charging battery side. It's isolated frome the charging battery by an opto-isolator (The 4n25 diagram was the only one the program had) which is controled by the PNP (q2) and NPN (q3) switch on the charging side. In that situation, the Zener diode is used to send the base of the PNP transistor high, which would cut off the NPN transistor (q3). The NPN transistor is set up in a self powered loop to keep itself triggered so long as it has power and once turned off will have to be reset by the momentary NO switch.
Under normal charging situations, once the reset switch is pressed, the circuit will continue to keep Q1 open until the battery reaches whatever charge your looking for, at that point the PNP is biased and cuts power to the circuit which will not reset without the switch and power from the PNP transistor.
I'm also looking to design a circuit that will interface with the computer.. (though I have to learn to program first).. So that some A/D converters can be read directly into the computer, log the data and even control the switching of the circuit as well.