Want to increase the audio output capability of your project? Well, then this is the perfect module for you. This module is based on the famous TDA2030A Audio Amplifier Module which is capable of 18-watt power output with very low harmonic distortion.
This TDA2030A audio amplifier circuit, often using V-5-pin single in-line plastic package structure.
Features:
Onboard TDA2030A Audio amplifier IC
Mono channel 18W Power amplifier circuit design
Onboard horn socket
10 k adjustable resistance to adjust the volume of the amplification
Onboard power indicator light
Chip has lead to the main pin, can directly input the audio signal
TDA2030A 6-12V 18W Audio Amplifier Module - Raspberry Pi Pico
📄 File: tda2030a_6-12v_18w_audio_amplifier_module_-_arduino_uno.inoArduino Uno
365 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// This is a passive analog audio amplifier IC - it has no digital control interface at all. Wire its audio IN to your source (phone/DAC) and its OUT to a speaker; there is nothing for a microcontroller to talk to unless you also add a digital volume-control pot separately.
5// This is a passive analog audio amplifier IC - it has no digital control interface at all. Wire its audio IN to your source (phone/DAC) and its OUT to a speaker; there is nothing for a microcontroller to talk to unless you also add a digital volume-control pot separately.
6voidsetup() {}
7voidloop() {}
📄 File: tda2030a_6-12v_18w_audio_amplifier_module_-_arduino_mega.inoArduino Mega
365 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// This is a passive analog audio amplifier IC - it has no digital control interface at all. Wire its audio IN to your source (phone/DAC) and its OUT to a speaker; there is nothing for a microcontroller to talk to unless you also add a digital volume-control pot separately.
5// This is a passive analog audio amplifier IC - it has no digital control interface at all. Wire its audio IN to your source (phone/DAC) and its OUT to a speaker; there is nothing for a microcontroller to talk to unless you also add a digital volume-control pot separately.
5// This is a passive analog audio amplifier IC - it has no digital control interface at all. Wire its audio IN to your source (phone/DAC) and its OUT to a speaker; there is nothing for a microcontroller to talk to unless you also add a digital volume-control pot separately.
5// This is a passive analog audio amplifier IC - it has no digital control interface at all. Wire its audio IN to your source (phone/DAC) and its OUT to a speaker; there is nothing for a microcontroller to talk to unless you also add a digital volume-control pot separately.
6voidsetup() {}
7voidloop() {}
📄 File: tda2030a_6-12v_18w_audio_amplifier_module_-_raspberry_pi_pico.inoRaspberry Pi Pico
365 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// This is a passive analog audio amplifier IC - it has no digital control interface at all. Wire its audio IN to your source (phone/DAC) and its OUT to a speaker; there is nothing for a microcontroller to talk to unless you also add a digital volume-control pot separately.
6voidsetup() {}
7voidloop() {}
Analog power amplifier board - no digital interface at all.