How electronic ignition works and also how to make a spark plug play music
Electronic ignition systems have advanced from distributor-based to ECU-controlled setups, eliminating the distributor for precise ignition timing managed by the ECU through sensors. Enthusiasts used Arduino to experiment with ignition coils, showcasing creative automotive technology applications.
Read original articleElectronic ignition systems have evolved from electromechanical distributor-based systems to modern ECU-controlled setups. In distributor-based systems, the distributor triggers the ignition coil to generate sparks at the right moment for combustion. Electronic systems have eliminated the distributor, with the ECU managing ignition timing through sensors. Modern ignition coils have multiple terminals, including ones for ignition trigger and feedback connected to the ECU. By experimenting with an ignition coil and an Arduino board, enthusiasts were able to control spark frequency and even play musical notes by triggering the coil rapidly. While a musical ignition coil may not have practical use, the concept of using Arduino to control ignition coils has led to projects like Speeduino, an open-source ECU system. This innovative approach showcases the potential for creative applications in automotive technology.
Related
Two ways to use an LED as a light sensor with Arduino
John Graham-Cumming shared methods to use an LED as a light sensor with Arduino. One method uses photovoltaic effect, the other treats LED as a capacitor. Arduino code snippets demonstrate implementation. Alternative connection method suggested.
Controlling Motor Speed
The article explains motor speed control using various controllers. It compares options for different current motors, provides setup guidance, and stresses selecting controllers with higher ratings than motor currents to prevent damage. It covers wiring instructions, Arduino compatibility, and specific controllers like Alltrax 48300 for heavy-duty applications. Safety components are also highlighted.
Hacking eInk Price Tags (2021)
Hackers repurpose eInk electronic shelf labels (ESLs) into photo frames or status displays by customizing firmware. Detailed exploration of hacking challenges, including Marvell chip analysis, bootloader functions, memory storage, communication protocols, and debugging methods.
Infinitone Microtonal Saxophone
The Infinitone, a novel wind instrument by Subhraag, explores microtones beyond the traditional twelve-tone scale. It won the 2017 Guthman Competition, offering musicians new creative musical avenues.
Convert an existing wired doorbell into a smart doorbell using ESPHome
This article explains how to make a $2 DIY smart doorbell without soldering. Using an ESP-01S chip and a relay module, convert your wired doorbell into a WiFi-enabled device with advanced features.
In helium, though...[2]
[1] https://teslascience.wordpress.com/making-a-music-playing-pl...
Some Siemens engineers decided that if they couldn't get rid of locomotive startup leaking into the audio bands, they might as well make it sound like they meant to be playing it: https://www.youtube.com/watch?v=DpMxETSV4K8
And using that definition, we've had electronic ignition commonly put in cars since the 70s. Distributor, or lack thereof, has nothing to do with that definition.
Very similar physics behave in classic neon lamps - they use short high voltage impulse to ignite plasma, then much less voltage to support it.
So one could make two circuits - one (already existed), will provide enough power to "cold start", other will just provide modulated from waveform voltage (probably, something like pwm).
Sure, second circuit should be fast enough to be in time with sound, but again, as I said, need much less voltage.
I cannot provide exact numbers now, but as I hear, for spark plug like gap at atmosphere pressure, need few kilovolts to spark plasma, and may be within 1Kv to support plasma.
In ICE pressure is much higher, because of this, in electronic ignition usually used up to 100Kv to make spark.
If you could make low pressure environment, ~ 1/100 of atmosphere at sea level, you could probably limit to few hundreds volts for all.
Otherwise this is a great article.
It's going to be next to impossible to tune an engine properly if the spark location wanders around a few mm for no reason.
Related
Two ways to use an LED as a light sensor with Arduino
John Graham-Cumming shared methods to use an LED as a light sensor with Arduino. One method uses photovoltaic effect, the other treats LED as a capacitor. Arduino code snippets demonstrate implementation. Alternative connection method suggested.
Controlling Motor Speed
The article explains motor speed control using various controllers. It compares options for different current motors, provides setup guidance, and stresses selecting controllers with higher ratings than motor currents to prevent damage. It covers wiring instructions, Arduino compatibility, and specific controllers like Alltrax 48300 for heavy-duty applications. Safety components are also highlighted.
Hacking eInk Price Tags (2021)
Hackers repurpose eInk electronic shelf labels (ESLs) into photo frames or status displays by customizing firmware. Detailed exploration of hacking challenges, including Marvell chip analysis, bootloader functions, memory storage, communication protocols, and debugging methods.
Infinitone Microtonal Saxophone
The Infinitone, a novel wind instrument by Subhraag, explores microtones beyond the traditional twelve-tone scale. It won the 2017 Guthman Competition, offering musicians new creative musical avenues.
Convert an existing wired doorbell into a smart doorbell using ESPHome
This article explains how to make a $2 DIY smart doorbell without soldering. Using an ESP-01S chip and a relay module, convert your wired doorbell into a WiFi-enabled device with advanced features.