When I've tested MAX98357A module before in this project, I came to conclusion that it is only capable to produce moderate quality audio for non-demading projects. Funny enough I couldn't be more wrong about it.
While performing audio tests with the development board shared in the previous post I got the same scores, quite disappointing audio quality with hearable distortions. Datashees was much more optimistic on the chip's performance, so I sit to play around with some components to see if I can make it play better. Since there are not so many components to play around with, I started poking around output filters.
Originally I put output LC-filters similar to Adafruit's module as on the picture above. Not very happy with the result I revisited MAX98357 datasheet and found that it does not require any output filters apart from the speaker itself service as LR filter
So out of curiosity I've removed the filters altogether and funny enough DAC started to produce clear audio! Below is waveform with no filters (taken from toy-oscilloscope, sorry again)
1KHz
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.
I'm working on my own Zigbee Gateway which uses MAX98357. It appears that these little guys (L1, L2 and C8, C9) are there ONLY for EMC reasons. They will filter out unwanted frequencies before radiating (far above 20KHz) them outside via speaker cables.
"In applications where speaker leads/wires are long (exceeding approximately 12 inches), additional EMI suppression can be achieved by using a filter constructed from a ferrite bead (FB1, FB2) and a capacitor to ground (C8,C9) (Figure 2)."
https://www.analog.com/media/en/technical-documentation/data-sheets/MAX98357DEVTQFN-MAX98357EVSYSTQFN.pdf
Are you sure? yes | no
Hi! I have this amp on one of my ESP32 boards. I'm trying to fit it with a line out jack, but I can't find a decent way of making proper line out from the dual H-bridge output stage. Normally one would say that this is impossible, but this is hackaday. Have you got any idea how to add a line out to this chip?
Are you sure? yes | no
Hey. Pls look at this schematics, it is a spekaer + headphones driver, only mono tho
https://github.com/olup/grigri/blob/main/hardware/outputs/Untitled.pdf
I'm not sure if stereo is possible without opamps, can you explain your use case little more?
Are you sure? yes | no
Thank you!
I have a board from aliexpress, it has a max98357a that drives a little speaker. I need to add a 3.5mm jack to be able to plug it into an external amp. The schematic in your link will work with headphones, but I'm not sure it will work with a powered amp because there is no common ground.
Are you sure? yes | no
Just buy a PCM5100 DAC instead if you're using external amp. Similar cost, hell of a difference
Are you sure? yes | no
It's not exactly a high-end application so I'm trying to make do with what I already have. I guess I'll just use pwm_audio if tapping to max98357 doesn't work. Anyway thanks for your help!
Are you sure? yes | no