What is it
Amped-ESP32-Plus combine ubiquitous ESP32 with a PCM5122 DSP-enabled DAC, teamed up with a highly efficient TPA3110 or TPA3128 D-class amplifier. It brings all the best from the HiFi-ESP32-Plus model and adds an onboard amp to form a complete solution that can be paired with speakers directly, or an external amp/headphones
It uses an external power source to feed amps, so the host MCU uses an onboard drop-down converter. It has similar power capabilities to the Louder-ESP32 model, but it is much simpler to use since it only needs a valid I2S signal to operate, so a simple book example code will do it.
Use cases
Amped-ESP32-Plus is a flexible, open-source audio platform designed to fit into both smart homes and custom audio projects.
- Smart Home Audio & TTS
Integrates with Home Assistant and Music Assistant for high-quality audio playback and text-to-speech announcements. Perfect for notifications, voice alerts, and whole-home audio driven by your smart home automations.
- Multi-Room Audio with Snapclient
Use Amped-ESP32 as a Snapclient endpoint to create perfectly synchronized multi-room audio systems. Ideal for distributed music playback without proprietary lock-in.
- Standalone Player with Squeezelite-ESP32
Run Squeezelite-ESP32 for a self-contained network audio player supporting Spotify Connect, AirPlay, and Logitech Media Server (LMS) — no external computer required.
- Educational Projects & Teaching Platforms
A powerful tool for schools, universities, and technical education. Amped-ESP32-Plus can be used to teach embedded systems, digital audio, networking, and open-source software — ranging from simple audio playback labs to advanced DSP, streaming, and real-time systems projects.
- Research, Prototyping & Experimentation
Well-suited for rapid prototyping of audio devices, proofs-of-concept, and research projects involving DSP, low-latency streaming, wireless audio, or human-machine interaction.
- A Foundation for Custom Products & DIY Builds
With all firmware and tooling fully open source, Amped-ESP32-Plus is an ideal base for custom audio devices — whether you’re building a personal DIY project, a small production run, or a community-driven product.
Features
|
Amped-ESP32 |
Amped-ESP32-Plus |
| MCU |
ESP32-WROVER-N8R8 or ESP32-S3-WROOM-N8R8 |
ESP32-WROVER-N8R8 or ESP32-S3-WROOM-N8R8 |
| DAC |
PCM5100A 32-bit Stereo DAC with -100 dB typical noise level |
PCM5122 32-bit Stereo DAC with -112 dB typical noise level |
| Amp |
TPA3128D2 D-class amp |
TPA3110D2 or TPA3118D2 D-class amp |
| Line-out |
2.1V RMS |
2.1V RMS |
| Output (4Ω, 1% THD+N) |
2x 40W |
(TPA3110) 2x 40W, (TPA3118) 2x 40W |
| Output (8Ω, 1% THD+N) |
2x 25W |
2x 25W |
| Output (Bridge, 3Ω, 1% THD+N) |
1x 60W |
(TPA3110) 1x 40W, (TPA3118) 1x 60W |
| Flash/PSRAM |
8MB/8MB |
8MB/8MB |
| Power |
Up to 26V from external PSU |
(TPA3110) 8..26V, (TPA3118) 5..26V from external PSU |
| Connectivity |
WiFi + BT4.2 (except S3) + BLE Ethernet (optional module) |
WiFi + BT4.2 (except S3) + BLE Ethernet (optional module) |
| DSP Features |
None |
Digital volume, Parametric EQ (6xBQ), DRC ** |
| Software support |
|
|
| Squeezelite-ESP32 |
✅ |
✅ |
| Snapclient |
✅ |
✅ |
| ESPHome (HA) |
✅ |
✅ |
⚠️ Amped boards can't drive headphones and speakers at the same time (unless you modify them)
💡 Don't need to connect speakers? Check out HiFi-ESP32
💡 Don't need to connect headphones or an external amp? Check out Loud-ESP32 and Louder-ESP32
**** Enabling EQ controls in software is a work inprogress
Which device is right for me

Onboard PSRAM
Audio streaming requires proper buffering to work, even with the ESP32's 500K of RAM; it is a challenging task. For that reason, all Louder-ESP32 board versions have an 8 MB PSRAM chip onboard, connected via a high-speed interface.
Board Pinout
Amped-ESP32-Plus
|
I2S CLK |
I2S DATA |
I2S WS |
PSRAM RESERVED |
DAC/AMP EN |
I2C SDA |
I2C CLK. |
| ESP32 |
26 |
22 |
25 |
16, 17 |
13 |
21 |
27 |
| ESP32-S3 |
14 |
16 |
15 |
35, 36, 37 |
17 |
18 |
8 |
Ethernet
|
SPI CLK |
SPI MOSI |
SPI MISO |
ETH CS |
SPI HOST/SPEED |
ETH INT |
ETH RST |
| ESP32 |
18 |
23 |
19 |
05 |
2/20MHz |
35 |
14 |
| ESP32-S3 |
12 |
11 |
13 |
10 |
SPI2/20MHz |
6 |
5 |
Optional peripheral
|
IR IN |
RGB OUT |
OLED SPI HOST/SPEED |
OLED SPI CLK |
OLED SPI MOSI |
OLED SPI MISO |
OLED SPI CS |
OLED SPI DC |
OLED RST |
| ESP32 |
39 |
12 |
2/20MHz |
18 |
23 |
19 |
15 |
4 |
32 |
| ESP32-S3 |
7 |
21 |
SPI2/20MHz |
12 |
11 |
13 |
47 |
38 |
48 |
Which software is right for me

Software Options
- Home Assistant
Start from the web-installer, as soon as you configure WiFi, the boards will be discovered by the ESPHome add-in automatically. Dedicated configs can be found in the documentation for simple and stable media-player, experimental sendspin protocol, and experimental snapclient component
- *Squeezelite-ESP32
*Flash directly from your browser using the web-installer, configure WiFi using Hotspot (default password: squeezelite). Don't forget to exit Recovery mode when configured.
- Snapclient
Flash directly from your browser using the web-installer, as soon as you configure the WiFi board will discover the snapserver automatically
- Snaplient (edge)
Developer's version of the snapclient, less stable and more feature-rich for those who cannot wait for new features to be released. Installed via web-installer, similar to standard snapclient
- Your own software
Use Arduino IDE or Platformio IDE and the provided software samples
Using with Home Assistant
Both Amped-ESP32 Plus versions were created specifically to be used with Home Assistant via ESPHome integration. For both boards, rich configs were pre-created with hardware configuration for common use cases. These include
- media_player component for simple and robust media playback and TTS announcements (with ducking effect)
- Sendspin media player – new experimental protocol for multi-room sync with media controls and more
- An experimental snapclient component that allows near-perfect multi-room sync and seamless integration with Music Assistant
- Another snapclient fork with an implemented 15-band software equalizer and a rich set of EQ presets
- Voice assist config for S3-based boards, allowing local voice-controlled assist and automation
Configurations are being actively maintained and upgraded, new experimental components added for you to test and enjoy
Flashing ESP32-S3
ESP32-S3 boards have two ways of firmware update: (1) similarly to classing ESP32, they can be flashed over built-in UART, or (2) uniquely for S3, over built-in USB host controller. Since it is firmware-controlled, and may be disabled if not used (or, more commonly, not available with factory default empty firmware). When come unflashed ESP32-S3 device comes into a boot loop, with a USB-CDC device appearing and disappearing every second, and requires a special flashing initialisation sequence to get flashed:
- Press IO0 (FLASH) button and keep it pressed
- Press RESET button and release FLASH button after
- ESP32-S3 will enter download mode and USB-CDC device will appear and stay available
- Run flashing routine as usual, either through web-serial or
esp_tool
- This time, it is not possible to reboot device over USB, so press RESET once more
- Device will boot normally into firmware and if USB-CDC is enabled in the firmware, you will be able to flash it normally, download mode and reset sequence will work over USB.
- If you manage to flash firmware without USB-CDC support, you need to go through above sequence once more
Hardware
Please visit the hardware section for board schematics and PCB designs. Note that PCBs are shared as multi-layer PDFs, Gerber files, and 3D-models (step files).
TPA3128 amplifier
Originally, I used the TPA3110 amp with Amped Esparagus and Amped-ESP32 boards for its simplicity and availability. The only issue with TAP3110 is that it lacks the MUTE pin. It does have an STBY pin, but as it turned out, it is not pop-free, meaning each time you switch it on and off, the amp makes a loud pop in the speakers. I tried changing the level slowly, but it didn't help.
Help came with a newer TPA3128 amp with revision H of the Amped-ESP32
- It does have a true MUTE pin, and now it is software-controlled on Amped-ESP32. It means that the board starts dead-quiet, and it stays quiet when the audio is paused
- MUTE pin also disables PCM5100 DAC on rev H, so line-out is also dead quiet (not that it was noise before, but why not?)
- It can work with 4.5V, so it plays even when powered from a simple USB-C, similar to Louder-ESP32. TPA3110 needs at least 8V to spin up
- TPA3128 has a marginally better audio quality, as they say. I cannot hear the difference 😉
Optional Ethernet
Every board has a header that allows soldering in the W5500 SPI Ethernet module that is very easy to find. The only downside is that with the module installed board will not fit the case unless it is cut to accommodate extra height.
Amped-ESP32-Plus power considerations
On the latest boards (starting from Amped-ESP32), I switched to barrel jack with thick middle pin with a 2.5mm pin, it’s a bit unusual but still common enough in the laptop world. It is far more comfortable in handling high currents, and importantly, much more sturdy and resistant to desoldering.

The power adapter specs depend on the speaker you're planning to use. DAC efficiency is close to 100%, so just take the power rating of your speaker (say 2x10w), and impedance (say 8 ohms), and you'd need at least 9 volts rated at 1.2 amps per channel, round up to 3 total amps.
It is not recommended to go beyond the voltage your speakers can handle, otherwise, the amp will blow your speakers in no time.
Case
Amped-ESP32 and Amped-ESP32-Plus boards are mechanically compatible with Raspberry Pi 4 cases, and they are very easy to source
| Amped-ESP32 |
 |
Restocking & Availability
New restock batches are regularly ordered from the factory, and I plan to keep all versions available at least until the next board revision is released. For current availability, you can also check the official reseller Elecrow.
USA shipping Update
Due to the new tariffs introduced by the Trump administration, standard shipments are temporarily on hold. However, shipping to the US has now resumed via UPS, though rates are currently quite high. I’ll fully resume regular shipping as soon as the restrictions are lifted. In the meantime, you may consider ordering through Elecrow.
If you’re working on an open-source project, an educational initiative, or any pro-bono/volunteer effort, feel free to reach out for sponsorship details. I’ll do my best to provide discounts or even free boards.
Custom Design & Consultation
If you’re interested in a custom design based on or inspired by my boards, I also offer contract design work and consultation when needed.