SparkFun Forums 

Where electronics enthusiasts find answers.

General project discussion / help
Did you make a robotic coffee pot which implements HTCPCP and decafs unauthorized users? Show it off here!
By thankyou
#163264
I was wondering if a tinyAVR that only needs 0.7V to operate could use an audio signal as the power source. I am using the Sparkfun 3.5 mm audio jack breakout board, and if I plug in an audio source, can I amplify that signal and rectify it to get 0.7V? If it's possible, how would I do this? Using the TIP and GND pins? I don't have much experience with audio. I'm wondering if anyone has ever tried this or if it has been done. :mrgreen:
By jremington
#163273
The ATtiny43U is a mildly interesting chip, but it does require some specialized external components (inductor, capacitors and Schottky diode) that make it less easy to use than other AVR chips. It would be easier for a hobbyist to use one of the tiny boost converters made by Pololu, together with a regular ATtiny.

Unless you are using audio from a speaker output, there is very little power available and usually this is at very low voltage, so it would be impractical as a power source. An audio amplifier requires power, so why not just power the micro instead?
By Mee_n_Mac
#163274
To expand on the answer above, a "line level" audio signal might go from -2V to +2V MAX and is meant to go into something like a 10k load, thus the output driver doesn't need to have much current capability. If the audio you're talking about is a speaker line, then there's potentially plenty of voltage and current (depending on how loud you turn the volume to) but most music has passages of soft and loud sound. It's hard to predict that you'll have enough power to run through the soft passages ... unless you really crank the volume.

Is the signal still supposed to be used as audio w/the MCU drawing from it or just power for the MCU ? What type of audio signal are you talking about, line level or amplifier output ?
By jremington
#163275
Line level audio could be used to power "energy harvesting" micropower circuitry, although there may not be a good reason to do so. For example, Linear Technology's LTC3108 chip can be used to generate usable voltages from DC as little as 20 mV or AC signals of higher amplitude, which includes thermoelectric generators, tiny solar cells and piezo disks. The chip is intended to power very low duty cycle applications such as remote sensors. http://www.linear.com/product/LTC3108
By Mee_n_Mac
#163276
jremington wrote:The chip is intended to power very low duty cycle applications such as remote sensors.
Good point and generates another question for the OP. What's the AVR intended to do ? Is intermittent operation acceptable ?
By thankyou
#163277
Thanks for all the responses! I have the pins of the audio jack breakout board connected directly to the pins of another audio jack that is attached to headphones. My application is very simple and so I was wondering if it's possible to take advantage of the audio signal for power. I don't want the extra weight of a battery. I was thinking that a capacitor could charge up to provide energy during the low volumes of music.
The signal is supposed to be used as audio w/the MCU drawing from it.
By Mee_n_Mac
#163282
It's useful to answer the questions asked directly otherwise you'll get nothing but guesses for answers.

I might guess that you're going to rectify the signal but then think about what music is left for the headphones.

BTW the signal to a headphone set is not line level but nor is it guaranteed to be a speaker level signal. A lot of headphones amps are low power and bias the output signal on some DC level.