





This circuit is built with TI sound plus op-amp OPA2134 and THD of the amplifier is less than 0.3% at 12watts RMS into 4ohms driver, very low noise we can achieve using this circuit and this circuit is powered by a single power supply which is very commonly available, Circuit built with dual op-amp(OPA2134) which is U1.
U1B is configured as Vref the output of this op-amp is exactly mid voltage of 20V as 20V/2 is 10V of supply to ensure to have a symmetrical and dynamic range of both input and output signals and it is configured by R8, R9 resistors and C1 buffer capacitor, value of C1 can be calculated as C1 = 1/(2π×fc×47000/2) where fc cutoff frequency should be <= 1/10th of input frequency(fin) signal, consider fin = 10Hz; fc=1Hz so C1= 1/(2π×1×23500) = 6.77µF, 6.8µF is rarely available, if available we can use, the commonly available value is 10uF, and the output of this opamp U1B is fed to U1A non-inverting terminal. C4 is the input capacitor to allow input signal, R11 is the gain setting input resistor and R12 serves as feedback resistor so the gain of the amplifier is calculated as 20log(82k/4.7K) = 24.83dB
The following is the scope screenshot1, probing both input and output signals of the amplifier.
sine wave in blue is the input signal(740mV) and yellow the output (14.2V) inverted output
Gain = 20log(14.2/0.740) = 25.66dB which is almost equal to the calculated value of gain with resistors.
Input capacitor C4 value can be calculated = 1/(2π×fin×R11) = 1/(2π×10×4700) = 3.386µF The next higher value is 4.7µF.
C2 and C3 connected across op-amp power pins U1C are electrolytic and ceramic combinations to reduce low frequency and high frequency noise in the power supply lines and must be placed close to the op-amp power pins. Main filter capacitors are C5 and C6 to reduce noise in the supply lines; the ESR(Equivalent Series Resistance) of these capacitors must be low, for better noise reduction. R4 protects the op-amp output pin by not over driving the current it is less than 6mA and drives the Q2 transistor of Voltage amplification stage.
R13 is the current source,R1 , RV1 and Q4 forms Vbe multiplier also called as adjustable diode and its purpose to reduce the cross-over distortion by providing the bias voltage for the Voltage Amplification Stage (VAS)formed by complementary transistors Q1, Q2 and drop across R3 , the voltage Vce of Q4 is Vadj, this can be adjusted by varying RV1 setting it to 472Ω.
Voltage acrossR1 = 1.3mA×1000 = 1.3V and the
Voltage drop across RV1 = 1.3mA×472=0.6136
Vadj can be calculated by VRV1×((R1+RV1)/RV1)) = 0.6136×((1000+472)/472)= 1.9136volts
The Vbe multiplier also acts as thermal feedback unit as Q3 and Q5 get hot during operation, Q4 senses the heat and controls the collector current by reducing base of Q1 and Q2. Q4 must be placed/slabbed to the heatsink or closely to the Q3 and Q5, Vbe multiplier plays a critical role in an amplifier to make the circuit thermally stable. Emitter current of Q1 is limited by R1 and Collector current of Q2 limited by R5, Q3 and Q5 are the output transistors using both NPN transistors; this configuration is also called the Quasi Complementary output stage, R6 and R7 are emitter resistors which are 0.22Ω to prevent the transistors from thermal runaway. C7 is the output coupling capacitor which is 2200uF, 3300uF would do better if you need deep bass. From the loudspeaker, R10 and C8 form a low impedance path for bypassing the high frequency noise. The impedance of the network R10 and C8 is lower at higher frequency and higher at lower frequency components
Prototype of amplifier:
.
Assembly instructions:
Specifications:
Output Impedance: 0.039 Ω
output : 12watts at 0.28% into 4 Ω driver(loud speaker)
Capable of driving loudspeakers of impedance range 2-16 Ω
FFT response of the amplifier we see only fundamental and delivering 11watts RMS into 4.7E power resistor
Note: If you want STEREO for the other channel just duplicate the same, I have configured mine in mono channel by adding two 100E resistors at the input. Schematic posted here is a single channel.
Components:
Semiconductors:
Passive:
Miscellaneous:
Equipment used to validate the amplifier circuit:
I will be very happy if you want to make this circuit. If you do, send me the pictures of your circuit, would like to see. If you feel any trouble in building this, let me know. Happy building.
I like Guitar very much and taking classes and I got new yamaha FSX315C Electro-Acoustic Guitar, it comes with electronics and audio output of 1Kohm impedeance, So I thought I could make one small preamp with OPA2134 JFET opamp, so that we can use it with a normal power amplifier.
I always enjoy building audio amp’s particularly Class A topology.
PCB’s of class A MOSFET amp
design:
PCB’s of class A MOSFET amp.
I used two MOSFET’s (IRFP250N) one is configured as current source and the other one is to amplify the signal, for the input stage I have used JFET 2SK209 provides high input impedance and the
output impedance of the amplifier is 2.6ohm’s
output of the amp is 5watts at 3% THD and each MOSFET dissipates 9.6watts of power efficiency of the amp is 26.04%
This is a simple project, called LED candle. I will be using yellow LED’s of 2 and a simple PWM code that runs on AVR (ATmega328p) chip make’s the LED flickering that almost looks like candle. 😛 for candle I will be using LED’s+translucent paper.
circuit:
code is very straight , Simple PWM code runs on ATmega48/328p
#define F_CPU 1000000UL #include avr/io.h #include util/delay.h #include avr/interrupt.h void timer1_init(void); void timer1_init() { DDRB |= 1<<PINB1; // DDRB |= 1<<PINB2; TCCR1A |= 1<<COM1A1 | 1<<WGM11; // TCCR1A |= 1<<COM1B1; TCCR1B |= 1<<WGM12 | 1<<WGM13 | 1<<CS10; // ICR1 = 49; //top value } int main(void) { timer1_init(); _delay_ms(1000); while(1) { OCR1B = rand() % 47 + 1; OCR1A = rand() % 47 + 1; } }
video:
Old projects.
Mini tank robot was my one of oldest project. I built it for fun, no use only for fun. I did used ADXL335 accelerometer for inclination detection , AVR microncontroller (ATmega164P) for processing and controlling and L293D motor driver Chip and BO series motor.
Volume indicator Indicates the level of audio signal.(this project is under construction.. will update soon )
INPUT devices: microphone OUTPUT: LED bar graph processing: AVR (ATmega32A)
My construction:
microphone pickup’s the audio signal and BC546 preamp amplifies the signal to the level 1.8Vpp max, so that ADC can read. BC546 collector feedback bias circuit.
audio fed to the ADC pin of ATmega32A
aaded voltage regulator (2sc1383 + 5V6 zener), we can also use LM7805 regulator.
I am always interested in building radio circuits. am transmitter, for construction, I used copper clad boards and really like the construction, not neat though, I do remember that I sprayed thicke…
Source: AM transmitter