10W 8Ohm Speaker circuit

Hi guys,

Looking to hook up this 10W speaker (pulled as part of a pair from an old tv) to my arduino for some playing with audio.

Really not sure how to go about amplifying it though. Did a bit of reading but felt getting proper opinion for this particular speaker would be a better idea than doing it based on lower/higher wattage speakers!

Any help would be most appreciated,

Regards,
Iestyn.

Arduinp pin to 150 resistor to speaker "+", speaker "-" to Gnd.
Don't go any smaller than 150 or face high risk of burning the output pin.

If you want louder, you will need an amplifier.
If you could control 5V across the speaker, using a low Rds MOSFET transistor, you could get P=(V*2)/R = 3 1/8W of volume. How loud that sounds depends on the efficiency of the speaker and its enclosure.

You'll have more satisfactory results running the arduino output into a self-powered computer speaker. Search the forum for "piano tones micros" for a sketch I wrote & youtube link of a video of the result.

Here you go, reply #7
http://forum.arduino.cc/index.php?topic=179761.0

fantastic. Will have a play shortly and let you know how I get on. cheers!

It's late at night here, I just want to double check it works.

I assume the larger the resistor, the lower the volume?
So I could put say, a 1k on and it shouldn't be too loud?

Doubt you would hear it with 1K.
5*5/(1000+8) = 24.8mW.
Would be really quiet at the most.

Thanks for your reply,

got it running at a nice low volume on 220ohm. Perfect.

Thanks again!