open-source-energy.org
rss
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register
open-source-energy.org › OPEN-SOURCE-ENERGY.ORG › RWGRESEARCH.COM v
« Previous 1 2 3 4 5 6 Next »

The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
Untitled Document Click here to go back to RWGresearch
Pages (4): 1 2 3 4 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
06-05-2012, 07:04 AM
Post: #1
BAM5 Offline
Junior Member
**
Posts: 18
Joined: Feb 2012
Reputation: 1
The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
Alright, so I have a bunch of spare time now a days so I am pretty motivated to build Stan's Circuit and start experimenting. I've already built my test cell and have done a little brute force electrolysis with it. Right now I'm trying to figure out how to replicate Stan's cell as quickly as possible. I took apart an old florescent ballast for the transformer, but can't get any arc off of it at all with a unipolar square wave signal, so I'm thinking I'm going to have to take it apart and change the ratio of the coil to get a higher output voltage. To take care of the tricky part I'm going to program my Arduino Uno to send out a PWM wave that I'll modify directly through programming and not use the built in PWM function of Arduino. This way I'll be able to control the duty cycle length and the pulse width. I'll use serial communication through the console to change the signal on the fly to experiment with the frequency. Eventually I'll build a scanning function to detect the resonant frequency. I'll attach the signal to a MOSFET and power it through my DC power supply at 12 V to the transformer.

What do you folks think? There are some pretty experienced people in here and I'd like to get some wisdom so I can take care of any problems before I run into them.

If this works I hope to possibly develop an Arduino shield for Stan's cell, this way the difficult electronics is taken care of and people can build and replicate Stan's circuit quickly and easily since the electronics are what most people struggle with.

Please let me know what you think!

-Brian


Attached File(s) Thumbnail(s)
           
Find all posts by this user
Quote this message in a reply
06-05-2012, 12:40 PM (This post was last modified: 06-05-2012 12:41 PM by FloatyBoaty.)
Post: #2
FloatyBoaty Offline
Member
***
Posts: 201
Joined: Apr 2012
Reputation: 0
RE: The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
(06-05-2012 07:04 AM)BAM5 Wrote:  Alright, so I have a bunch of spare time now a days so I am pretty motivated to build Stan's Circuit and start experimenting. I've already built my test cell and have done a little brute force electrolysis with it. Right now I'm trying to figure out how to replicate Stan's cell as quickly as possible. I took apart an old florescent ballast for the transformer, but can't get any arc off of it at all with a unipolar square wave signal, so I'm thinking I'm going to have to take it apart and change the ratio of the coil to get a higher output voltage. To take care of the tricky part I'm going to program my Arduino Uno to send out a PWM wave that I'll modify directly through programming and not use the built in PWM function of Arduino. This way I'll be able to control the duty cycle length and the pulse width. I'll use serial communication through the console to change the signal on the fly to experiment with the frequency. Eventually I'll build a scanning function to detect the resonant frequency. I'll attach the signal to a MOSFET and power it through my DC power supply at 12 V to the transformer.

What do you folks think? There are some pretty experienced people in here and I'd like to get some wisdom so I can take care of any problems before I run into them.

If this works I hope to possibly develop an Arduino shield for Stan's cell, this way the difficult electronics is taken care of and people can build and replicate Stan's circuit quickly and easily since the electronics are what most people struggle with.

Please let me know what you think!

-Brian

You could follow this tutorial to generate the square waves that are sent to a mosfet/relay to boost the signal to the vic coils and on to the cells.

If someone can relate to me the general method of connecting the coils and how the "lock" is obtained, I could write the code that does what the circuit does.

-Jonathan Frisch
Let's take over the moon...
Find all posts by this user
Quote this message in a reply
06-05-2012, 11:16 PM
Post: #3
Jeff Nading Offline
Posting Freak
*****
Posts: 1,709
Joined: Jul 2011
Reputation: 11
RE: The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
(06-05-2012 07:04 AM)BAM5 Wrote:  Alright, so I have a bunch of spare time now a days so I am pretty motivated to build Stan's Circuit and start experimenting. I've already built my test cell and have done a little brute force electrolysis with it. Right now I'm trying to figure out how to replicate Stan's cell as quickly as possible. I took apart an old florescent ballast for the transformer, but can't get any arc off of it at all with a unipolar square wave signal, so I'm thinking I'm going to have to take it apart and change the ratio of the coil to get a higher output voltage. To take care of the tricky part I'm going to program my Arduino Uno to send out a PWM wave that I'll modify directly through programming and not use the built in PWM function of Arduino. This way I'll be able to control the duty cycle length and the pulse width. I'll use serial communication through the console to change the signal on the fly to experiment with the frequency. Eventually I'll build a scanning function to detect the resonant frequency. I'll attach the signal to a MOSFET and power it through my DC power supply at 12 V to the transformer.

What do you folks think? There are some pretty experienced people in here and I'd like to get some wisdom so I can take care of any problems before I run into them.

If this works I hope to possibly develop an Arduino shield for Stan's cell, this way the difficult electronics is taken care of and people can build and replicate Stan's circuit quickly and easily since the electronics are what most people struggle with.

Please let me know what you think!

-Brian
Say Brian, can you post a schematic on this project? Thanks, Jeff.Big Grin

As for most if not all of mans inventions and discoveries, we have or had to observe Gods Creation's, this in it'self proves he exists. Rom. 1:20. Have a good one, Jeff.Big Grin
Visit this user's website Find all posts by this user
Quote this message in a reply
06-06-2012, 02:45 AM
Post: #4
~Russ/Rwg42985 Offline
Administrator
*******
Posts: 1,789
Joined: Mar 2011
Reputation: 15
RE: The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
(06-05-2012 07:04 AM)BAM5 Wrote:  Alright, so I have a bunch of spare time now a days so I am pretty motivated to build Stan's Circuit and start experimenting. I've already built my test cell and have done a little brute force electrolysis with it. Right now I'm trying to figure out how to replicate Stan's cell as quickly as possible. I took apart an old florescent ballast for the transformer, but can't get any arc off of it at all with a unipolar square wave signal, so I'm thinking I'm going to have to take it apart and change the ratio of the coil to get a higher output voltage. To take care of the tricky part I'm going to program my Arduino Uno to send out a PWM wave that I'll modify directly through programming and not use the built in PWM function of Arduino. This way I'll be able to control the duty cycle length and the pulse width. I'll use serial communication through the console to change the signal on the fly to experiment with the frequency. Eventually I'll build a scanning function to detect the resonant frequency. I'll attach the signal to a MOSFET and power it through my DC power supply at 12 V to the transformer.

What do you folks think? There are some pretty experienced people in here and I'd like to get some wisdom so I can take care of any problems before I run into them.

If this works I hope to possibly develop an Arduino shield for Stan's cell, this way the difficult electronics is taken care of and people can build and replicate Stan's circuit quickly and easily since the electronics are what most people struggle with.

Please let me know what you think!

-Brian

looks like a good setup!

~Russ

"I had to go to a source of power greater than Stan Meyer in order to try and bring in this form of technology. And the Lord said that this knowledge of pertaining to water when he was talking to Job and he asked Job the question. He said, "Job have you ever considered the treasures of snow or have you ever considered the treasures of Hell which I have reserved against the time or trouble against battle and war". And the reason I am here today is that the multi international corporate structures can't bring in this type of technology, the Federal governments cannot bring in this technology, it has to come through an individual such as myself and it has to move through you and I. So as I impart this technology onto you, then you have a responsibility to it. This technology must get in through the people or otherwise it will not go forward." - Stan Meyer

"We can demonstrate the technology. We can say it’s here but in actuality it will not be Stan Meyers to bring it in. It will be either you or I, the guy down the street, who will come together to bring it in. Otherwise, I do not believe an alternate energy source, whether water fuel cell or other, would ever come in. It’s going to have to be mandated by the people to try to reverse the environmental problems, the environmental damage, that’s actually occurring. - Stan Meyer, 1997"

"If you believe, even tho you can not see, you will see." ~Russ Gries
Visit this user's website Find all posts by this user
Quote this message in a reply
06-06-2012, 05:33 AM
Post: #5
BAM5 Offline
Junior Member
**
Posts: 18
Joined: Feb 2012
Reputation: 1
RE: The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
FloatyBoaty: I can't use tone, although I'll be setting up a similar function. The reason I can't use it is because I need a custom duty cycle, I plan on swishing the charges around in the circuit like a normal LC would, but I'll add more voltage around each time. this way the electric fields on the plates are alternating, pushing the charged atoms apart and then pulling on them from the other side in the next instant. But since I can only do unipolar pulses, I need to wait for the current to go back around the other way to push again, like a swing, you don't push from the back and front, you push them, wait for them to go up, and then come back and go up, then you push them again. Same thing goes with the charges in the LC circuit. I too would also like to know how a lock is recognized. I think it would be when the amperage in the LC circuit drops dramatically. But I'm not sure about that. Or if there are other ways to determine it.

Jeff: Here ya go! This is the circuit I want to work on right now. What's here is the bare minimum to get Stan's circuit working (I believe.) In parentheses I've added improvements to the circuit I'd like to make in the future.

Russ: Thanks!


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
06-06-2012, 07:33 AM
Post: #6
Jeff Nading Offline
Posting Freak
*****
Posts: 1,709
Joined: Jul 2011
Reputation: 11
RE: The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
(06-06-2012 05:33 AM)BAM5 Wrote:  FloatyBoaty: I can't use tone, although I'll be setting up a similar function. The reason I can't use it is because I need a custom duty cycle, I plan on swishing the charges around in the circuit like a normal LC would, but I'll add more voltage around each time. this way the electric fields on the plates are alternating, pushing the charged atoms apart and then pulling on them from the other side in the next instant. But since I can only do unipolar pulses, I need to wait for the current to go back around the other way to push again, like a swing, you don't push from the back and front, you push them, wait for them to go up, and then come back and go up, then you push them again. Same thing goes with the charges in the LC circuit. I too would also like to know how a lock is recognized. I think it would be when the amperage in the LC circuit drops dramatically. But I'm not sure about that. Or if there are other ways to determine it.

Jeff: Here ya go! This is the circuit I want to work on right now. What's here is the bare minimum to get Stan's circuit working (I believe.) In parentheses I've added improvements to the circuit I'd like to make in the future.

Russ: Thanks!
Thanks Brian, looks like it should workBig GrinTongue.

As for most if not all of mans inventions and discoveries, we have or had to observe Gods Creation's, this in it'self proves he exists. Rom. 1:20. Have a good one, Jeff.Big Grin
Visit this user's website Find all posts by this user
Quote this message in a reply
06-06-2012, 10:56 AM
Post: #7
FloatyBoaty Offline
Member
***
Posts: 201
Joined: Apr 2012
Reputation: 0
RE: The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
(06-06-2012 05:33 AM)BAM5 Wrote:  FloatyBoaty: I can't use tone, although I'll be setting up a similar function. The reason I can't use it is because I need a custom duty cycle, I plan on swishing the charges around in the circuit like a normal LC would, but I'll add more voltage around each time. this way the electric fields on the plates are alternating, pushing the charged atoms apart and then pulling on them from the other side in the next instant. But since I can only do unipolar pulses, I need to wait for the current to go back around the other way to push again, like a swing, you don't push from the back and front, you push them, wait for them to go up, and then come back and go up, then you push them again. Same thing goes with the charges in the LC circuit. I too would also like to know how a lock is recognized. I think it would be when the amperage in the LC circuit drops dramatically. But I'm not sure about that. Or if there are other ways to determine it.

Jeff: Here ya go! This is the circuit I want to work on right now. What's here is the bare minimum to get Stan's circuit working (I believe.) In parentheses I've added improvements to the circuit I'd like to make in the future.

Russ: Thanks!

Ah, can you give me a graphic or something that will show me what the signal will look like going into the primary? And, if possible, what the feed back will look like? I believe you should be able to fake a duty cycle by adjusting the BAUD rate and write out put on digital pin 1. Digital pin 1 can be used as a serial port, and by adjusting the output and timing the signal will vary - thereby faking the duty cycle. The feed back coil can be read with either digital pin 0 or one of the analog pins - but I would suggest using a relay or similar on that also. Smile

If you, or someone, can show or tell me how the signal to the primary and from the feedback would look like, then I can write the code to generate that signal and variate it manually and/or automatically. Big Grin

-Jonathan Frisch
Let's take over the moon...
Find all posts by this user
Quote this message in a reply
06-06-2012, 03:16 PM
Post: #8
BAM5 Offline
Junior Member
**
Posts: 18
Joined: Feb 2012
Reputation: 1
RE: The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
Cool, thanks Jeff!

Floaty, I have no issues with programming, in fact I like to think myself quite adept at it. Interesting idea with the tx pin. But if you look at the diagram I am using the serial pins to communicate with the computer at the moment. And I'll probably want to keep that functionality if this circuit works well, even with scanning, that way I can have diagnostics, custom displays, etc. I was just thinking of changing a pin from high to low a bunch during the times that the current comes around the correct way within the circuit. Check out the attached image to see what I mean about the swishing in an LC circuit.


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
06-06-2012, 05:34 PM (This post was last modified: 06-06-2012 05:37 PM by FloatyBoaty.)
Post: #9
FloatyBoaty Offline
Member
***
Posts: 201
Joined: Apr 2012
Reputation: 0
RE: The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
(06-06-2012 03:16 PM)BAM5 Wrote:  Floaty, I have no issues with programming, in fact I like to think myself quite adept at it. Interesting idea with the tx pin. But if you look at the diagram I am using the serial pins to communicate with the computer at the moment. And I'll probably want to keep that functionality if this circuit works well, even with scanning, that way I can have diagnostics, custom displays, etc. I was just thinking of changing a pin from high to low a bunch during the times that the current comes around the correct way within the circuit. Check out the attached image to see what I mean about the swishing in an LC circuit.

Does your board not have a USB port? Ah, never mind, it's connected together. Looks like you'll need to upgrade to a Mega to use that idea...
By using the analogWrite() to a digital pin you can vary the duty cycle, but the cycle time would stay the same - "about 500Hz" (2ms per cycle).
You could also use loop a bitWrite() to get an effect that's similar to writing to the tx.

I'm grabbing ideas by looking over http://arduino.cc/en/Reference/HomePage

If you do program it, I would like to see your implementation. Smile
Btw, I haven't studied EE, so I'm trying to catch up as fast as I can. Big Grin I've studied and done a lot of programming though. Cool

-Jonathan Frisch
Let's take over the moon...
Find all posts by this user
Quote this message in a reply
06-06-2012, 05:47 PM (This post was last modified: 06-06-2012 07:25 PM by nbq201.)
Post: #10
nbq201 Offline
Junior Member
**
Posts: 29
Joined: May 2012
Reputation: 2
RE: The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
I'm right there with you. I have an Arudino board too, and even though I come from an electronics and I.T. background and I'm rather interested to built a new circuit using the Arduino as the generator and control, and then external ones for stepping up the voltage. See how clean it can be made with MOS/FET, Opto-Isolators, and control it all, changing the pulse, Amplitude, frequency, duty cycle, etc. I saw some code here a while back for Pulse Width Modulation to do some of this, too.

It's 9 ramp-type pulses, stepped up ever slightly on each pulse incrementally on each - (divided by 3 parts equally???)

I like the raw approach here. it's fixed frequency, but interesting ideas. This circuit generates Square wave, triangle wave(2 types) and sine wave:

The last signal here looks rather interesting.
http://iteadstudio.com/application-note/...otoshield/

they have a kit here,:
http://iteadstudio.com/store/index.php?m...cts_id=186


Good Staircase waveform like what we need:
http://www.kerrywong.com/2011/02/26/arbi...h-arduino/

Very clean sinewaves.
http://interface.khm.de/index.php/lab/ex...generator/

This interface is also interesting using the AD9835 Signal Generator. It's unfiltered and needs a filter on the output. Someone posted the UNO code on the comments, too:
http://www.sparkfun.com/products/9169

Another Idea:
http://midnightdesignsolutions.com/dds60/index.html

design using three DDS cards:
http://www.youtube.com/watch?v=fIlY0ppC-4c
Find all posts by this user
Quote this message in a reply
06-06-2012, 06:10 PM
Post: #11
FloatyBoaty Offline
Member
***
Posts: 201
Joined: Apr 2012
Reputation: 0
RE: The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
(06-06-2012 05:47 PM)nbq201 Wrote:  I'm right there with you. I have an Arudino board too, and even though I come from an electronics and I.T. background and I'm rather interested to built a new circuit using the Arduino as the generator and control, and then external ones for stepping up the voltage. See how clean it can be made with MOS/FET, Opto-Isolators, and control it all, changing the pulse, Amplitude, frequency, duty cycle, etc. I saw some code here a while back for Pulse Width Modulation to do some of this, too.

It's 9 ramp-type pulses, stepped up ever slightly on each pulse incrementally on each - (divided by 3 parts equally???)

I like the raw approach here. it's fixed frequency, but interesting ideas. This circuit generates Square wave, triangle wave(2 types) and sine wave:

The last signal here looks rather interesting.
http://iteadstudio.com/application-note/...otoshield/

they have a kit here,:
http://iteadstudio.com/store/index.php?m...cts_id=186


Good Staircase waveform like what we need:
http://www.kerrywong.com/2011/02/26/arbi...h-arduino/

Very clean sinewaves.
http://interface.khm.de/index.php/lab/ex...generator/

I wonder if these wave forms can be written to an analog pin...

-Jonathan Frisch
Let's take over the moon...
Find all posts by this user
Quote this message in a reply
06-06-2012, 06:37 PM
Post: #12
Jeff Nading Offline
Posting Freak
*****
Posts: 1,709
Joined: Jul 2011
Reputation: 11
RE: The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
(06-06-2012 05:47 PM)nbq201 Wrote:  I'm right there with you. I have an Arudino board too, and even though I come from an electronics and I.T. background and I'm rather interested to built a new circuit using the Arduino as the generator and control, and then external ones for stepping up the voltage. See how clean it can be made with MOS/FET, Opto-Isolators, and control it all, changing the pulse, Amplitude, frequency, duty cycle, etc. I saw some code here a while back for Pulse Width Modulation to do some of this, too.

It's 9 ramp-type pulses, stepped up ever slightly on each pulse incrementally on each - (divided by 3 parts equally???)

I like the raw approach here. it's fixed frequency, but interesting ideas. This circuit generates Square wave, triangle wave(2 types) and sine wave:

The last signal here looks rather interesting.
http://iteadstudio.com/application-note/...otoshield/

they have a kit here,:
http://iteadstudio.com/store/index.php?m...cts_id=186


Good Staircase waveform like what we need:
http://www.kerrywong.com/2011/02/26/arbi...h-arduino/

Very clean sinewaves.
http://interface.khm.de/index.php/lab/ex...generator/

This interface is also interesting using the AD9835 Signal Generator. It's unfiltered and needs a filter on the output. Someone posted the UNO code on the comments, too:
http://www.sparkfun.com/products/9169
Very cool thoughts guys, I have the mega and the Uno, both have usb.CoolBig Grin

As for most if not all of mans inventions and discoveries, we have or had to observe Gods Creation's, this in it'self proves he exists. Rom. 1:20. Have a good one, Jeff.Big Grin
Visit this user's website Find all posts by this user
Quote this message in a reply
06-06-2012, 06:38 PM
Post: #13
nbq201 Offline
Junior Member
**
Posts: 29
Joined: May 2012
Reputation: 2
RE: The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
(06-06-2012 06:10 PM)FloatyBoaty Wrote:  
(06-06-2012 05:47 PM)nbq201 Wrote:  I'm right there with you. I have an Arudino board too, and even though I come from an electronics and I.T. background and I'm rather interested to built a new circuit using the Arduino as the generator and control, and then external ones for stepping up the voltage. See how clean it can be made with MOS/FET, Opto-Isolators, and control it all, changing the pulse, Amplitude, frequency, duty cycle, etc. I saw some code here a while back for Pulse Width Modulation to do some of this, too.

It's 9 ramp-type pulses, stepped up ever slightly on each pulse incrementally on each - (divided by 3 parts equally???)

I like the raw approach here. it's fixed frequency, but interesting ideas. This circuit generates Square wave, triangle wave(2 types) and sine wave:

The last signal here looks rather interesting.
http://iteadstudio.com/application-note/...otoshield/

they have a kit here,:
http://iteadstudio.com/store/index.php?m...cts_id=186


Good Staircase waveform like what we need:
http://www.kerrywong.com/2011/02/26/arbi...h-arduino/

Very clean sinewaves.
http://interface.khm.de/index.php/lab/ex...generator/

I wonder if these wave forms can be written to an analog pin...

Maybe.. have to see and set the PinMode and AnalogWrite to it.
Find all posts by this user
Quote this message in a reply
06-07-2012, 03:00 AM
Post: #14
BAM5 Offline
Junior Member
**
Posts: 18
Joined: Feb 2012
Reputation: 1
RE: The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
The waveforms cannot be written by the arduino. If you set a pinmode to analog, all it does is use PWM to emulate analog output. There's actually no analogness to the arduino at all unless you do something like hook it up to a component or build a circuit that takes digital signals and makes an analog output.

Floaty, it would appear we're in the same... boaty Big Grin I have been programming since I was 15 and have just recently gotten into microcontrollers and electrical engineering. I like physics and chemistry and electronics and have read up a lot on each before I started trying this. Hopefully broad knowledge I contain will allow me to replicate Stan's circuit, and hopefully even improve it Smile

But first thing's first. Gotta replicate it.
Find all posts by this user
Quote this message in a reply
06-07-2012, 07:49 AM
Post: #15
Jeff Nading Offline
Posting Freak
*****
Posts: 1,709
Joined: Jul 2011
Reputation: 11
RE: The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
(06-07-2012 03:00 AM)BAM5 Wrote:  The waveforms cannot be written by the arduino. If you set a pinmode to analog, all it does is use PWM to emulate analog output. There's actually no analogness to the arduino at all unless you do something like hook it up to a component or build a circuit that takes digital signals and makes an analog output.

Floaty, it would appear we're in the same... boaty Big Grin I have been programming since I was 15 and have just recently gotten into microcontrollers and electrical engineering. I like physics and chemistry and electronics and have read up a lot on each before I started trying this. Hopefully broad knowledge I contain will allow me to replicate Stan's circuit, and hopefully even improve it Smile

But first thing's first. Gotta replicate it.
Hi Bam5, I think there is a shield for the Arduino that will change digital to analogBig Grin.

As for most if not all of mans inventions and discoveries, we have or had to observe Gods Creation's, this in it'self proves he exists. Rom. 1:20. Have a good one, Jeff.Big Grin
Visit this user's website Find all posts by this user
Quote this message in a reply
06-07-2012, 01:45 PM
Post: #16
FloatyBoaty Offline
Member
***
Posts: 201
Joined: Apr 2012
Reputation: 0
RE: The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
(06-06-2012 05:47 PM)nbq201 Wrote:  Very clean sinewaves.
http://interface.khm.de/index.php/lab/ex...generator/
I think that is the best (easiest and cheapest) solution. One could use tone or PWM to get a wave-form.


(06-07-2012 03:00 AM)BAM5 Wrote:  The waveforms cannot be written by the arduino. If you set a pinmode to analog, all it does is use PWM to emulate analog output. There's actually no analogness to the arduino at all unless you do something like hook it up to a component or build a circuit that takes digital signals and makes an analog output.

Floaty, it would appear we're in the same... boaty Big Grin I have been programming since I was 15 and have just recently gotten into microcontrollers and electrical engineering. I like physics and chemistry and electronics and have read up a lot on each before I started trying this. Hopefully broad knowledge I contain will allow me to replicate Stan's circuit, and hopefully even improve it Smile

But first thing's first. Gotta replicate it.
I noticed that analog out is probably not possible after replying.

I started college in the 10th grade - dual enrollment. Learned a few languages since then. Smile

Here's an idea I had: integrate a solid state Bedini circuit into Stan's electrolysis-plasma system with the Arduino as the pulse/wave-form controller/generator. Cool




-Jonathan Frisch
Let's take over the moon...
Find all posts by this user
Quote this message in a reply
06-07-2012, 04:03 PM (This post was last modified: 06-07-2012 05:01 PM by nbq201.)
Post: #17
nbq201 Offline
Junior Member
**
Posts: 29
Joined: May 2012
Reputation: 2
RE: The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
Here's an idea.. Take a half-sine wave (half rectified) with the 9 pulses or so, then a sawtooth of 1 pulse for the duration. Using Amplitude Modulation, you should be able to modulate the sine-wave using the sawtooth as the carrier wave and produce and output which is similar. Here is a rough sketch.... and some other ways

Yes I think a DAC/DDS is in order unless coupling with a 555 and Op-Amps. to generate the signal. Like the DAC better.

I like this one the best. It will generate Sine, Pulse, Triangle waves.
http://www.analog.com/en/rfif-components...oduct.html

DigiKey already has an Eval board with it mounted:
http://parts.digikey.co.uk/1/1/387975-bo...33ebz.html

Here's the full selection of Direct Digital Synthesis/DAC from Analog Devices:
http://www.analog.com/en/rfif-components...index.html

AD9850 DDS Signal Generator (lots of code/support for this one)
http://alhin.de/arduino/index.php?n=7


R2R Ladder DAC
http://www.youtube.com/watch?v=ZgBWcE-k-qs

Ramp Signal using R2R Ladder DAC
http://www.youtube.com/watch?v=0nKuxFL5E...re=related

16bit AD420 DAC
http://www.shaduzlabs.com/article-12.html

possble to use MPC4921 DAC chip also


Attached File(s) Thumbnail(s)
           
Find all posts by this user
Quote this message in a reply
06-07-2012, 04:44 PM
Post: #18
FloatyBoaty Offline
Member
***
Posts: 201
Joined: Apr 2012
Reputation: 0
RE: The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
(06-07-2012 04:03 PM)nbq201 Wrote:  Here's an idea.. Take a half-sine wave (half rectified) with the 9 pulses or so, then a sawtooth of 1 pulse for the duration. Using Amplitude Modulation, you should be able to modulate the sine-wave using the sawtooth as the carrier wave and produce and output which is similar. Here is a rough sketch.... and some other ways

AD9850 DDS Signal Generator (lots of code/support for this one)
http://alhin.de/arduino/index.php?n=7


R2R Ladder DAC
http://www.youtube.com/watch?v=ZgBWcE-k-qs

Ramp Signal using R2R Ladder DAC
http://www.youtube.com/watch?v=0nKuxFL5E...re=related

16bit AD420 DAC
http://www.shaduzlabs.com/article-12.html

possble to use MPC4921 DAC chip also

Coolness.

-Jonathan Frisch
Let's take over the moon...
Find all posts by this user
Quote this message in a reply
06-08-2012, 03:58 PM
Post: #19
Faisca Offline
Member
***
Posts: 83
Joined: May 2012
Reputation: 0
RE: The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
(06-05-2012 07:04 AM)BAM5 Wrote:  Alright, so I have a bunch of spare time now a days so I am pretty motivated to build Stan's Circuit and start experimenting. I've already built my test cell and have done a little brute force electrolysis with it. Right now I'm trying to figure out how to replicate Stan's cell as quickly as possible. I took apart an old florescent ballast for the transformer, but can't get any arc off of it at all with a unipolar square wave signal, so I'm thinking I'm going to have to take it apart and change the ratio of the coil to get a higher output voltage. To take care of the tricky part I'm going to program my Arduino Uno to send out a PWM wave that I'll modify directly through programming and not use the built in PWM function of Arduino. This way I'll be able to control the duty cycle length and the pulse width. I'll use serial communication through the console to change the signal on the fly to experiment with the frequency. Eventually I'll build a scanning function to detect the resonant frequency. I'll attach the signal to a MOSFET and power it through my DC power supply at 12 V to the transformer.

What do you folks think? There are some pretty experienced people in here and I'd like to get some wisdom so I can take care of any problems before I run into them.

If this works I hope to possibly develop an Arduino shield for Stan's cell, this way the difficult electronics is taken care of and people can build and replicate Stan's circuit quickly and easily since the electronics are what most people struggle with.

Please let me know what you think!

-Brian

I think many of us have this common idea: "We can and we will do better than the S.Meyer"
I myself have made ​​a code for, uC-pic, with fet driver, transformer, inductor and capacitor (LC series). Feed-back picked up on the capacitor. The basis of the algorithm is always provide dphi 90 ° to the capacitor (into the tank LC). Works perfect, no need to sweep, even with changes from "L" or "C" in a range from 200Hz to 20kHz (I used a 20MHz clock).
But we have to solve a mystery ... as the resonant cavity is not going to short circuit? This is the secret hole.

The water in the two electrodes, will always be a short circuit.
There is still a part of history, we have not seen yet.

What happened to the original Don found?
Did it work?
and the resonant cavities were insulated?
Find all posts by this user
Quote this message in a reply
06-09-2012, 03:34 AM
Post: #20
BAM5 Offline
Junior Member
**
Posts: 18
Joined: Feb 2012
Reputation: 1
RE: The Fastest Way (for me) to Build Stan's Circuit and to Create a WFC kit
(06-08-2012 03:58 PM)Faisca Wrote:  I think many of us have this common idea: "We can and we will do better than the S.Meyer"
I myself have made ​​a code for, uC-pic, with fet driver, transformer, inductor and capacitor (LC series). Feed-back picked up on the capacitor. The basis of the algorithm is always provide dphi 90 ° to the capacitor (into the tank LC). Works perfect, no need to sweep, even with changes from "L" or "C" in a range from 200Hz to 20kHz (I used a 20MHz clock).
But we have to solve a mystery ... as the resonant cavity is not going to short circuit? This is the secret hole.

The water in the two electrodes, will always be a short circuit.
There is still a part of history, we have not seen yet.

What happened to the original Don found?
Did it work?
and the resonant cavities were insulated?

I don't know if we can do better, but I'm hoping that we do. Even if we just replicate his 1700% efficency I'd be ecstatic, because that means that we got more power out than we put in. I'm not sure what you're saying when you say that you pick up feed back on the capacitor and the basis of the algorithm is always provide dphi 90 degrees to the capacitor.

As for the cavity short circuiting, It won't. At least not completely. Even with just my tap water it has a fairly large resistance, in between 500 and 1500 kohms. so a charge will build up between the two plates of the water capacitor. I've also heard that the cell has to be conditioned. That there's a powdery white looking substance that forms on the two interacting surfaces. I believe that this will build up the resistance within the exciter array. That is if what I've heard around is true. If not it's just the resistivity of the water that allows for it to build up charge and thus an electric field.

What do you mean the original Don?
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (4): 1 2 3 4 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  WATER FUEL CELL Technical Brief (Building, Testing and Understanding Stan's Work) gpssonar 595 28,007 Yesterday 01:38 PM
Last Post: kcrawford
  Stan Meyer pat WO92-07861 V Tesla pat 593,138 nav 42 1,263 06-13-2013 02:57 AM
Last Post: bussi04
  Step by step VIC build phil 419 102,551 06-11-2013 08:11 AM
Last Post: Dog-One

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:


User(s) browsing this thread: 1 Guest(s)
  • Contact Us
  • open-source-energy.org
  • Return to Top
  • Lite (Archive) Mode
  • RSS Syndication
  • Help
Current time: 06-19-2013, 01:11 PM Powered By MyBB, © 2002-2013 MyBB Group. Theme Modified for RWGreasearch.com by open-source-research.com