Can an Arduino and PWM circuit be used to create an arc generator and speaker?

AI Thread Summary
An Arduino can be used to create an arc generator by utilizing PWM signals to control a transistor connected to a coil, similar to an ignition coil. The output voltage from the coil depends on the turns ratio between the primary and secondary coils, and increasing the power to the primary can enhance the output. It's crucial to protect the Arduino from high voltages generated by the coil, potentially using an opto-isolator for safety. Concerns about the delay of the opto-isolator and whether a separate transistor is necessary were discussed, emphasizing the importance of circuit protection. Proper design and component selection are essential for successful implementation and to avoid damaging the Arduino.
Dannjell
Messages
3
Reaction score
0
Hello everyone. My first post so bear with me.

I'm planning on buliding an arcgenerator (and possibly an arc speaker later on if this works) with my arduino and a coil. I'm relatively to electrical engineering, so there are a few things I need some help with.

If I've understood things correct, when there is a change of a surrounding magnetic field around a coil, power is induced in the coil. And the output U from the coil is depending on the ratio between the primary and secondary coil.

So with the help of my arduino, I will have a PWM out connected to a transistor, which is connected to a coil (similar to an ignition coil in a car), and the voltage will amplify while the current will decrease.

Here's a drawing:

http://imageshack.us/photo/my-images/861/ritning.jpg/

(sorry for my poor circuit drawing skills...)

So my questions are:

* Is this even possible? Am I thinking right?

* Will my arduino board be affected by the amplified voltage? (In other words, will it be damaged?

* Are there any other components that should be included? Resistors, voltage dividers etc...

* How will the amount of turns on the coil affect the outcome? 10turns/20turns have the same ratio as 100turns/200turns, but I have a feeling the outcome won't be the same?

Thanks!

/D
 
Last edited:
Engineering news on Phys.org
About 30 years ago I played around with ignition coils in an attempt to do what you want to do. As I recall, the highest voltage I could generate was about 1000 volts. I wanted to generate 10s of kilovolts.

This is why I don't think it worked. The coil that I had, had a primary resistance of about 1 ohm. In it's normal application I believe a switch provided a direct short through that 1 ohm to the battery, for only an instant. During that instant, a large current flowed through the coil and created a substantial magnetic field. When the switch opened, a high voltage (much higher than 12 volts) was developed across the primary and a much higher voltage yet was developed across the secondary. The voltage I could feed into the primary was far less than the voltage created by the current. Have you tried to input a signal into the coil and measure what your output voltage is?

Besides that, you need to interchange the battery with the coil.
I would use an opto-isolator between the arduino and the transistor.
 
Many thanks for reply skeptic!

I haven't made my coil yet actually, need to figure out how I want the ratio between the turns of the coils.

About the optoisolator, interesting component. However, the ones I could find had too much delay between the switch, the shortest I could find was about 6 ms. My pwm-signals will be shorter than that. So you're saying that the arduino circuit will be affected by the voltage from the coil circuit?

And btw, I also played around with a ignition coil a couple of years ago, with a car battery, and it produced a nice spark whenever you connected it. (not a continuous spark though)
 
Any time you work with voltages that can arc you want to thoroughly protect delicate and expensive electronics. Arcs can find all sorts of unintended paths and can back to your Arduino easier than you can imagine. The first opto-isolator I could find was this one. Does it look like it would work?

http://www.ti.com/lit/an/slva229/slva229.pdf

For the transistor that drives the coil, I would use a power transistor or even a mosfet. Also the more power you can feed the primary, the more you'll get out.
 
skeptic2 said:
Any time you work with voltages that can arc you want to thoroughly protect delicate and expensive electronics. Arcs can find all sorts of unintended paths and can back to your Arduino easier than you can imagine. The first opto-isolator I could find was this one. Does it look like it would work?

http://www.ti.com/lit/an/slva229/slva229.pdf

For the transistor that drives the coil, I would use a power transistor or even a mosfet. Also the more power you can feed the primary, the more you'll get out.

Yeah you're probably right. Also found a similar optoisolator on a swedish site (Im swedish), so thanks! The switch delay was low enough. But with the optoisolator, do I really need a transistor? The way I see it, the optoisolator is a kind of a transistor, right?
 
An opto-isolator is really nothing more than a LED driving a light sensitive semiconductor. Besides opto-coupled transistors I've seen opto-coupled scrs, triacs, fets, and photodiodes. The photdiodes are worth mentioning because they have the highest frequency response but the lowest gains. If you decide to use one you would have to amplify its output.
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top