Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.3 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.3 KB

TAS5806M Audio Amplifier

Amplifier board

This repository contains hardware to create a fully fledged TAS5806M 23-W, I2S digital Input, stereo, closed-loop Class-D audio amplifier. In addition, it contains example software for Espressif's ESP32 to create a bluetooth audio speaker. Any micro-controller capable of I2S and I2C will be able to control the board, ESP32 is picked here due to its popularity and large documentation.

Repository structure

  • hardware: contains the PCB, schematics and BOM for the physical audio amplfiier board
  • software: contains code examples to interface with the board

License

Hardware and software is free and open source, published under the MIT license.

Compatibility with TAS5805M

Both amplifiers are the same but in different packages allowing for different maximum power output. They share the same I2C interface and registers and as such the code included in this repository is compatible with TAS5805M audio amplifier. See here the comment from TI on this topic.

Amplifier board top