Edit: 6/22 6:28am (Added drawing of wiring)
Hello and thanks for taking the time to read this,
I was looking to increase the audio volume and clarity in my project so I just swapped out:
1x - TPA2016 3w amplifier from Adafruit (https://www.adafruit.com/products/1712)
2x - 3" 4 Ohm 3 Watt speakers from Adafruit (https://www.adafruit.com/product/1314)
in my project for:
1x MAX9744 20w amplifier from Adafruit(https://www.adafruit.com/products/1752)
2x - 20W 4 Ohm Full Range Speakers from Adafruit (https://www.adafruit.com/product/1732)
Nothing else in my project has changed other than to code to control the gain of the amplifier which is very simple. You just write what gain you want via i2c,
Strangely though, I’m now getting LESS volume out of the 20w speakers than I was from the 3w speakers with the gain set to max (60). I’m getting almost no volume at all until up around 30 or so too.
The audio signal is coming from Sparkfun’s Musical instrument shield. (https://www.sparkfun.com/products/10587) It’s a shield but I’m not using it as one since it only uses 4 pins. I soldered headers only onto the pins that are actually used and tied those to where they belong on my micro controller (teensy3.1).
I’m also getting a fairly loud high pitched hum from the speakers. I assumed this is a grounding or interference issue so I tried using the analog ground on the amp without any improvement. I’ll post more info about what I’ve tried as I do more tests.
I tried removing the Musical Instrument Shield and just connecting an iPod via the headphone jack to the amp and it worked beautifully. No hum, uncomfortably loud. So it isn’t a problem with the amp in general.
Does anyone have any ideas as to why I would be getting less volume and more noise out of this 20w amplifier then I did with a 3w amplifier? I’m pretty new to audio projects so even the most basic of advice would be very welcome. Thanks again for taking the time to read this. Your help will be much appreciated.
I’ve attached a picture of how everything’s wired. It’s pretty simple.
Thanks,
Nick