This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
how_audio_output_works [2016/07/03 03:57] schmidtleonard created |
how_audio_output_works [2016/07/21 16:20] (current) liz |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | Audio output behaves like a non-ideal voltage source. If the 3.5mm jack/plug has a light load across its terminals (e.g. air or an oscilloscope probe -- things with a high resistance/impedance) then you get wiggles of up to ~1V in amplitude at full volume. If the 3.5mm jack/plug has a slightly heavier load (e.g. headphones) then the voltage decreases a bit, and if it has a very heavy load (e.g. huge speakers without an amplifier or a piece of tinfoil across the 3.5mm plug) then the voltage vanishes. | + | Audio output behaves like a voltage source that droops as you draw more and more current. Output impedance, measured in ohms (Ω), characterizes the droop. More Ω more droop. Typically a BJT will require 1/100th to 1/20th the current it is driving at 0.6V, e.g. you need 1-5mA of control current at 0.6V to drive a 100mA load current. How do typical audio outputs measure up to this requirement? |
- | We can't drive an estim circuit directly from audio output -- it can barely reach 1V at max volume let alone 100V+ -- but can we use audio output to drive an off-the-shelf amplifier which in turn drives an estim? Otherwise, what is the simplest circuit that we can build to switch the output of an estim from audio output? | + | === Dell Laptop (174Ω, 0.89mA@0.6V)=== |
+ | {{ ::laptop_out.gif |}} | ||
- | The ability of a voltage source to handle heavy loads is quantified using "output impedance." Loads are "heavy" in inverse proportion to their impedance -- the 10000000Ω probes of an oscilloscope are very light loads while 8Ω speakers are comparatively quite heavy. The output impedance of a voltage source is the load that will cause its voltage to droop to half of its unloaded value. In order to calculate the output impedance of several common devices, we feed audio into an oscilloscope and alternate between a 1000000Ω load (light) and a 50Ω load (moderately heavy). The output impedance is then Rout=(Vlight/Vheavy)-50Ω. | + | === Android Nexus 5 Phone (222Ω, 3.8mA@0.6V)=== |
+ | {{ ::nexus5.gif |}} | ||
- | + | === 2013 MacBook (198Ω, 3.6mA@0.6V)=== | |
- | === Dell Laptop 3.5mm Headphone Jack (200Ω) === | + | {{ ::macbook.gif |}} |
- | + | ||
- | {{ ::laptop_out.gif |}} | + | |
---- | ---- | ||
- | === DROK TDA7297 12V Amplifier (4Ω) === | + | === DROK TDA7297 12V amplifier === |
- | I didn't actually measure the output impedance -- I guessed it from the power rating -- because the real answer is "low enough." This thing would have no problem driving a transistor or providing enough current for an estim. But can it provide enough voltage? | + | We can't drive an estim circuit directly from audio output -- it can barely reach 1V at max volume let alone 100V+ -- but can we use audio output to drive an off-the-shelf amplifier which in turn drives an estim? True to its claim, it can boost ~1V audio to 12V. |
{{ ::laptop_pre_post_amplification.png |}} | {{ ::laptop_pre_post_amplification.png |}} | ||
+ | |||
+ | |||
+ | === More reading === | ||
+ | Looks like will need a transformer as well... | ||
+ | |||
+ | See [[https://kinkitech.wordpress.com/stereo-stim-usb/]] for more information. | ||
+ | |||