Close

Sonocotta Louder Raspberry Hat Plus is live now

A project log for Raspberry Pi Audio Hats

Few Hats that add wide range of audio capabilities to your Raspberry Pi

andriymalyshenkoandriy.malyshenko 02/18/2026 at 14:390 Comments

In the previous post I mentioned plans to move beyond TAS5805M. That work is now far enough along to share - introducing the Louder Raspberry Hat “Plus” model

1771424120838.png

This is not a redesign of the concept but an evolution of the platform: more efficient hardware, more advanced DSP, and a linux driver that unifies support across DAC family

The Plus version is built around a newer TAS5825M DAC that I previously tested on ESP32 and now integrated into the Raspberry Pi HAT platform. The most immediate improvement is power efficiency. The new chip has significantly lower Rds(on), which reduces heat dissipation and improves behavior under high load. In practice, it runs noticeably cooler in the same enclosure and leaves more thermal margin for compact builds.

1771424155524.png

On the software side, I reworked the driver so both DAC families are supported by the same code. The system still presents a single sound card with independently controlled codecs for 2.0 and 2.1 Hats, but now the platform is not tied to one specific chip. Configuration model, DSP control, and runtime behavior remain consistent, you just need to specify the I2C right address (examples provided in the docs).

Another addition is fault monitoring exposed to user space through ALSA. Previously faults could be handled at driver level; now they are also observable directly from user space without custom tooling. This allows for example automatically back off volume when overtemp warning lit up.

1771424344321.png

Everything else from the original platform remains:

1771424172877.png

The Plus model is intended to extend the platform rather than replace the existing boards. Both versions will remain supported by the same driver stack. Both generations are available on Tindie

Glad to hear your thoughts!

Discussions