Greetings all,
For those of you who have read Thomas Beardon and the PJ Kelly book, there is some discussion of what happens when you quickly connect and disconnect to a battery. If the connection is quick enough, you can pull energy out of the battery WITHOUT actually discharging the battery because your pulse is quicker than the chemical reactions that take place within the battery itself. In the past, this was not possible, but with today's technology....
It is a THEORY, and mechanical connections are not quick enough to make it happen. It needs a connection in the Millisecond, if not Microsecond range. Even an Arduino is not capable, (or so the stat sheet says....Millisecond range only) of making a connection that fast.
With that in mind, I have been doing a little research and development squeezed in between all the OTHER things I am working on. I keep saying we need the right circuit to power a free energy device. So maybe this is it.
Using the following:
Amazon.com: SainSmart 8-Channel 5V Solid State Relay Module Board for Arduino Uno Duemilanove MEGA2560 MEGA1280 ARM DSP PIC: Car Electronics
Connected to an old printer cable plugged into the back of the computer, I'm going to try to use 8 batteries pulsed sequentially to run a pulse motor (which COULD turn a generator of your choice, or if you have a generator/motor combo you could drive that also.) The idea is that by pulsing 8 batteries in a row for microseconds before returning to the first battery again, you give each battery time to pulse and recover before it is pulsed again. With TWO of these boards I could pulse more batteries in series, because there are lots of extra wires in that printer cable, but I'll try it with 8 and see what happens. If it works, try reducing the number of batteries and playing around with the duration of the pulse to see what is optimal. There can be some off time between each pulse also, giving each individual battery more recovery time.
A prototype has been built that is connected to a light bulb rather than a motor, (just to see what would happen and if our code was flawed) and it works.
We're running in Visual Basic 6.0, since it is FREE. As this progresses over the next week or so, I will keep you all posted. Anyone with a computer that has an old printer port on the back is welcome to climb on board and ride along. You'll need the board I listed above, a power supply for said board, and a switch to turn on the power. You'll also need some batteries and a DC motor. I'd be happy to share the code with anyone who is daring enough to download an .exe file from a total stranger onto there computer and execute it. ;-) You don't have any secrets on there anyway, right? A PIC chip is fast enough to do the switching between batteries, and that is what I would eventually move to, but for now I am running it off the computer in my garage.
Dave
For those of you who have read Thomas Beardon and the PJ Kelly book, there is some discussion of what happens when you quickly connect and disconnect to a battery. If the connection is quick enough, you can pull energy out of the battery WITHOUT actually discharging the battery because your pulse is quicker than the chemical reactions that take place within the battery itself. In the past, this was not possible, but with today's technology....
It is a THEORY, and mechanical connections are not quick enough to make it happen. It needs a connection in the Millisecond, if not Microsecond range. Even an Arduino is not capable, (or so the stat sheet says....Millisecond range only) of making a connection that fast.
With that in mind, I have been doing a little research and development squeezed in between all the OTHER things I am working on. I keep saying we need the right circuit to power a free energy device. So maybe this is it.
Using the following:
Amazon.com: SainSmart 8-Channel 5V Solid State Relay Module Board for Arduino Uno Duemilanove MEGA2560 MEGA1280 ARM DSP PIC: Car Electronics
Connected to an old printer cable plugged into the back of the computer, I'm going to try to use 8 batteries pulsed sequentially to run a pulse motor (which COULD turn a generator of your choice, or if you have a generator/motor combo you could drive that also.) The idea is that by pulsing 8 batteries in a row for microseconds before returning to the first battery again, you give each battery time to pulse and recover before it is pulsed again. With TWO of these boards I could pulse more batteries in series, because there are lots of extra wires in that printer cable, but I'll try it with 8 and see what happens. If it works, try reducing the number of batteries and playing around with the duration of the pulse to see what is optimal. There can be some off time between each pulse also, giving each individual battery more recovery time.
A prototype has been built that is connected to a light bulb rather than a motor, (just to see what would happen and if our code was flawed) and it works.
We're running in Visual Basic 6.0, since it is FREE. As this progresses over the next week or so, I will keep you all posted. Anyone with a computer that has an old printer port on the back is welcome to climb on board and ride along. You'll need the board I listed above, a power supply for said board, and a switch to turn on the power. You'll also need some batteries and a DC motor. I'd be happy to share the code with anyone who is daring enough to download an .exe file from a total stranger onto there computer and execute it. ;-) You don't have any secrets on there anyway, right? A PIC chip is fast enough to do the switching between batteries, and that is what I would eventually move to, but for now I am running it off the computer in my garage.
Dave
Comment