MAX98357 I2S 3W Class D Amplifier Audio Decoder Module

MAX98357 I2S 3W Class D Amplifier Audio Decoder Module
1. Input Interface: I2S Digital Audio
2. Output Power: 3.2W (4Ω, 5V, 10% THD)
3. Operating Voltage: 2.5V – 5.5V DC
4. Efficiency: Up to 92% (Class D)

Apple Shopping Event

Hurry and get discounts on all Apple devices up to 20%

160,00 EGP

15 People watching this product now!

Payment Methods:

Description

The MAX98357 I2S 3W Class D Amplifier is a digital-to-analog audio amplifier module that takes an I2S digital audio input and outputs an amplified analog signal directly to a speaker, skipping the need for a separate DAC and amplifier chain.

It delivers up to 3.2W into a 4Ω load at 5V with 10% THD, and operates across a 2.5V–5.5V supply range, making it usable with both 3.3V and 5V logic systems. As a Class D amplifier, it reaches efficiency up to 92%, generating less heat than linear amplifier designs.

The module runs filterless, reducing external component count, while offering ultra-low EMI and click-and-pop suppression to avoid audible artifacts on power-up and power-down.

Features:

  1. I2S digital audio input
  2. 3.2W output into 4Ω at 5V, 10% THD
  3. Class D efficiency up to 92%
  4. Operating voltage: 2.5V–5.5V DC
  5. Filterless operation, fewer external components
  6. Ultra-low EMI design
  7. Click-and-pop suppression
🔌
Pin Connections
1 Table
Pin Connections Table 1
BoardSensor PinConnection
MAX98357VIN/GND/DIN/BCLK/LRC5V / GND / board I2S DOUT / board I2S BCLK / board I2S WS
📟
MAX98357 I2S 3W Class D Amplifier Audio Decoder Module
1 Example • C/C++ | Boards: ESP32
MAX98357 I2S 3W Class D Amplifier Audio Decoder Module - ESP32
📄 File: max98357_i2s_3w_class_d_amplifier_audio_decoder_module_-_esp32.inoESP32
1012 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// I2S: WS=25, BCLK=26, DOUT=22 on ESP32. I2S needs real hardware I2S support - only ESP32 and Raspberry Pi Pico (via PIO) are shown; the others don't have a usable I2S peripheral for this.
6#include <driver/i2s.h>
7
8#define I2S_WS 25
9#define I2S_BCLK 26
10#define I2S_DOUT 22
11
12void setup() {
13 i2s_config_t config = {
14 .mode = (i2s_mode_t)(I2S_MODE_MASTER | I2S_MODE_TX),
15 .sample_rate = 44100,
16 .bits_per_sample = I2S_BITS_PER_SAMPLE_16BIT,
17 .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,
18 .communication_format = I2S_COMM_FORMAT_STAND_I2S,
19 .dma_buf_count = 8,
20 .dma_buf_len = 64,
21 };
22 i2s_pin_config_t pins = { .bck_io_num = I2S_BCLK, .ws_io_num = I2S_WS, .data_out_num = I2S_DOUT, .data_in_num = I2S_PIN_NO_CHANGE };
23 i2s_driver_install(I2S_NUM_0, &config, 0, NULL);
24 i2s_set_pin(I2S_NUM_0, &pins);
25}
26
27void loop() {
28 // feed 16-bit PCM audio samples via i2s_write(...) - see the ESP32 I2S examples for a full playback sketch
29}
I2S digital audio amplifier - needs real I2S hardware support.

نظرة عامة ومواصفات المنتج — بالعربية

MAX98357 I2S 3W Class D Amplifier Audio Decoder Module متوفر الآن في متجر إكوسترا للإلكترونيات، ضمن قسم Audio Amplifier وElectronic Modules، بسعر 160,00 EGP. كود المنتج لدينا: EK1993. المنتج غير متوفر حالياً — تواصل معنا عبر واتساب لمعرفة موعد توفره القادم.

أهم المواصفات الفنية:

  • Module Type: Digital-to-Analog I2S Class D Audio Amplifier
  • Input Interface: I2S Digital Audio
  • Output Power: 3.2W (4Ω Load, 5V, 10% THD)
  • Operating Voltage: 2.5V – 5.5V DC
  • Efficiency: Up to 92% (Class D)
  • Features: No-filter (Filterless) operation / Ultra-low EMI / Click-and-Pop suppression
  • الوزن: 8 g

هذا المنتج مناسب لمشاريع الأردوينو (Arduino) و ESP32 و Raspberry Pi، ومشاريع الروبوتات وإنترنت الأشياء والتعليم الهندسي. جميع القطع مفحوصة قبل الشحن.

تصفّح المزيد من Audio Amplifier في إكوسترا.

Specification

Specification

WeightWeight8 g
Dimensions4 × 3 × 1,5 cm
Module TypeDigital-to-Analog I2S Class D Audio Amplifier
Input InterfaceI2S Digital Audio
Output Power3.2W (4Ω Load, 5V, 10% THD)
Operating Voltage2.5V – 5.5V DC
EfficiencyUp to 92% (Class D)
FeaturesNo-filter (Filterless) operation, Ultra-low EMI, Click-and-Pop suppression

Customer Reviews