Single chip 150W Hi-Fi amplifier (LM3886 & LM3876)

Published: 2004-11-21 18:49:40 original author: Lu Tao

The LM3886 is a mono, medium power, high performance audio power amplifier IC, and is one of the representative ICs of the National Semiconductor (NS) company's "OVerture" audio power amplifier series. It adopts 11-pin TO-220 package and has input mute function, suitable for small active speakers, surround sound amplifiers and high-fidelity stereo TVs as power amplifiers.

LM3886 main performance profile

1. Continuous average output power:
60W / 4Ω (Vcc = ± 28V)
30W / 8Ω (Vcc = ± 28V)
50W / 8Ω (Vcc = ± 35V)
2. Instantaneous maximum output power: 150W
3. Distortion: (THD + noise) 0.03% (20Hz ~ 20kHz)
4. Noise level: 2.0μV
5. Signal-to-noise ratio:> 92dB
6. Intermodulation distortion: (according to SMPTE standard) 0.004%

The most important feature of this IC is that it has complete protection functions without external protection circuits. It contains SPIKe (self-instantaneous temperature) protection circuit developed by NS, which dynamically detects and protects the safe working area (SOA) of the output stage transistors. In order to fully realize the protection functions of overvoltage, undervoltage, overload, output short circuit (including short circuit to ground and short circuit to power supply), thermal runaway and instantaneous temperature shock. Figure 1 is the 3886 internal equivalent circuit.

Brief analysis of circuit working principle

R2 provides the bias voltage for the non-inverting input of LM3886; C2 connected in parallel with the two inputs is used to reduce the high-frequency gain of the amplifier to prevent the output tube from oscillating while suppressing the input electromagnetic interference noise; R5, R4, and C4 form the feedback Loop, the amplifier's low-frequency response and high-frequency corner frequency fH depend on R3, C3; R4, C4, R5 and R3 determine the high-frequency gain and low-pass corner frequency fL (the calculation formula of fH, fL is omitted).

C4 is a compensation element, which together with R4 and R5 plays a role in reducing high-frequency gain.

R8, R9, C5 and the switch (shown by the dotted line in the figure) form a mute control circuit: when the switch is turned off, the LM3886 stops the output, that is, the mute works; when the switch is turned on, the mute is released, and R8 limits the output current of ⑧ pin to 0.5mA (LM3886 foot current ≥0.5mA). C5 provides a large time constant for mute on and off.

The role of R6 and C6 is to prevent the amplifier from generating high-frequency oscillations.

The role of L1 and R7: If the load is capacitive (such as a long speaker cable), the amplifier will be overloaded at high frequency and the square wave response will be turned. To avoid this phenomenon, a parallel circuit composed of LR is connected in series at the output At this time, L exhibits a large inductive reactance, and a 10Ω resistor isolates the amplifier from the capacitive load and reduces the Q value of the loop formed by L and the capacitive load; at low frequencies, the 10Ω resistor is short-circuited by L, and the amplifier has a small inductive reactance L directly drives the load.

A few points for attention in self-made

The 150W Hi-Fi amplifier circuit introduced in this article is shown in Figure 2. Because the pins of this series of ICs are compatible with each other, the printed circuit board shown in Figure 3 can be installed with either LM3876 (50W) or LM3886 (150W). For this reason, the ⑤ pin of IC1 on the circuit board is connected To the power supply to suit the LM3886, and when installing the LM3876, because the ⑤ pin is the NC terminal (not connected internally), it is still suitable.

For best performance, use C7 ~ C10 to decouple the power supply and ground all the ground wires of the circuit board; IC1 is installed on the side of the circuit board to facilitate fixing it on the radiator. Thermal resistance is less than 1.5kΩ / W.

The hollow core inductor L1 can be formed by winding 13 turns of? 1mm enameled wire on a? 10mm tire; the resistor R7 is installed in L1, and both ends of them are soldered in parallel on the circuit board.

A switch is connected to the MUTE end of this circuit. When the switch is turned off, ICl is in a mute state; if mute is not required, a short-circuit wire should be welded to the MUTE end. R6 ~ C6 are used to improve the high frequency stability of the amplifier, which can usually be omitted, but it is best to add it.

The best load of LM3886 (or LM3876) is 8Ω. If it is used for 4Ω load, when the power supply voltage drops to about 27V, the SPIKE protection circuit inside IC1 will work to reduce the output power to about 10W. Therefore, the impedance of the speakers used should not be less than 8Ω.


Article source: 2004 10 issue of electronic production magazine Editor in charge: ediy
Technical area detailed analysis of Doherty power amplifier design load traction principle (top) detailed analysis of Doherty power amplifier design how to improve efficiency (lower) voltage follower input and output error analysis lm386 power amplifier energization will produce noise causes and treatment methods analysis class d Solve the effect of power amplifier on emi

Follow WeChat

Interesting and informative information and technical dry goods

Download Audiophile APP

Create your own personal electronic circle

Follow the audiophile class

Lock the latest course activities and technical live broadcast
Collect People collection
share it:
comment
Publish

related suggestion

var check_allow = "/d/Api/iscantalk.html"; var add_url = '/ d / article / write /'; function CheckLogin () {now_uid = ''; var ElecfansApi_checklogin = '/ webapi / passport / checklogin'; var logout_url = "{: U ('Login / logout')}"; var logout_url = 'http://bbs.elecfans.com/member.php?mod=logging&action=logout&refer=front'; $ .get (ElecfansApi_checklogin, function (data, textStatus) {if (data! = "") {EchoLoginInfo (data); CheckEmailInfo (data); data = $ .parseJSON (data); now_uid = data.uid; / * var login_content = 'write an article
'+ data.username +'
Quit '; * / var login_content =' write an article
'+ data.username +'
Set exit '; $ (' # login_area '). Html (login_content); var win_width = $ (window) .width (); if (win_width> 1000) {$ ("# mine"). MouseDelay (200) .hover (function () {$ ("# mymenu"). show ();}, function () {$ ("# mymenu"). hide ();});}} else {var content = 'Login Registration'; $ ('# login_area'). html (content); $ (". special-login"). click (function (e) {$ .tActivityLogin (); return false;});}});} $ (function () {// comment ------------------------------- var comment = $ ("# comment"); var comment_input = $ ("# comContent"); // Submit comment click event interaction $ ("# comSubmit2"). on ('click', function () {var content = comment_input.text (); // Empty input box comment_input. html (""). focus (); // Submit data to the server $ .ajax ({url: '/plus/arcComment.php', data: {aid: $ ("# webID"). val (), dopost : 'apiPubComment', content: content}, type: 'post', dataType: 'json', success: function (data) {// Data format returned: if (data.status == "successed") {// Build temporary comment DOM var dom = ''; dom + = '
'; dom + =' '; dom + ='
'; dom + ='

'+ data.data.username +' '; dom + ='

'; dom + =' '+ content +' '; dom + =' '; dom + =' just now '; dom + =' '; dom + =' '; // insert a temporary comment to the list $ ("# comment ") .append (dom);} if (data.status ==" failed ") {// alert (data.msg); layer.msg (data.msg);}}}); return false;}); (function () {/ * * Insert single sign-on JS * / var setHost = 'https://passport.elecfans.com'; // Set domain name var script = document.createElement ('script'); script.type = 'text / javascript'; script.src = setHost + '/public/pc/js/t.passport.js'; script.setAttribute ("id", "sso_script"); script.setAttribute ("data-ssoSite", setHost); script.setAttribute ("data-ssoReferer", encodeURIComponent (location.href)); script.setAttribute ("data-ssoSiteid", "11"); var body = document.getElementsByTagName ("body"). item ( 0); body.appendChild (script);}) () / * * It is recommended to modify the style of the article without a picture * * / $ (". Article .thumb"). Each (function () {if ($ (this). find ('img'). attr ('src') == "") {$ (this) .find ('img'). remove (); $ (this) .parent (). css ('padding-left ',' 0px ');}}); / * Baidu share * / window._bd_share_config = {common: {bdText: '', // Custom share content bdDesc: '', // Custom share summary bdUrl: window.location.href, // Custom share URL address bdPic: ''} , share: [{"bdSize": 60, "bdCustomStyle": true}]} with (document) 0 [(getElementsByTagName ('head') [0] || body) .appendChild (createElement ('script')). src = 'http://bdimg.share.baidu.com/static/api/js/share.js?cdnversion=' + ~ (-new Date () / 36e5)]; var add_url = '/ d / article / write / '; // var check_allow = "{: U (' Api / iscantalk ')}"; var check_allow = "/ d / api / iscantalk"; var click_items_length = $ ('. art_click_count '). length; if ( click_items_length> 0) {var id_str = ''; $ ('. art_click_count'). each (function () {id_str + = $ (this) .attr ('data-id') + ',';}) // var url = "{: U ('Api / getclickbyids')}"; var url = "/ d / api / getclickbyids"; var id_data = 'id_str =' + id_str; $ .ajax ({url: url, data: id_data, type: 'post', dataType: 'json', success: function (re) {if (re.list.length> = 1) {var list = re.list; for (var i in list) {var t emp_id = list [i] ['id']; var temp_span = $ (". art_click_count [data-id =" + temp_id + "]") temp_span.html (list [i] ['click']);}} }})} $ ("# comContent"). click (function () {if (now_uid == '') {$ .tActivityLogin (); return false;}}) $ (function () {var follow_wrap = $ ( ".author-collect"); var now_uid = "{$ _super ['uid']}"; var face_src = "{$ _super ['uface']}"; var getFollowNum = $ (". followNum strong"). html (); // Follow $ (window) .on ('click', '.author-collect', function () {if (now_uid == '') {$ .tActivityLogin (); return false;} if ( $ (this) .attr ('id') == 'follow') {$ .post ('/ d / user / follow', {tuid: article_user_id}, function (data) {// Data format returned: if (data.status == "successed") {$ (". followNum strong"). html (++ getFollowNum); follow_wrap.html ('followed'). attr ('id', 'cancelFollow'). css ( 'background', '# 999'); var follow_user = ' '; $ (' # follow_list '). append (follow_user);} if (data.status == "failed") {alert (data.msg);}});} else {// Unfollow if ($ ( this) .attr ('id') == 'cancelFollow') {$ .post ('/ d / user / cancelFollow', {tuid: article_user_id}, function (data) {// Data format returned: if (data .status == "successed") {follow_wrap.html ('Follow'). attr ('id', 'follow'). css ('background', '# f90'); $ (". followNum strong"). html (-getFollowNum); $ ('# follow_list .face'). each (function () {var target_uid = $ (this) .attr ('data-uid'); if (target_uid == now_uid) {$ ( this) .remove ();}})} if (data.status == "failed") {alert (data.msg);}}); return false;}}});});}); / * var myface = "{$ _super ['uid'] | avatar}"; var myname = "{$ _super ['username']}"; var article_id = {$ article ['id']}; var article_user_id = {$ article ['mid']}; // Article author ID $ (function () {<notempty name = "clearnum"> // Reduce the number of reminders var count = parseInt ($ ("# noticeCount"). html ()); count = count-{$ clearnum}; $ ("# noticeCount"). html (count); if ( count

Portable Energy Storage Outdoor

The lithium-ion segment is expected to be the faster-growing market, by technology type, during the forecast period.

The technology type segment of the portable power station market is segmented into lithium-ion and sealed lead acid. The lithium-ion segment is expected to register a higher growth rate during the forecast period. The growth of this segment is attributed to the availability of lithium ions at affordable prices across regions such as North America, Europe, and Asia Pacific. In addition, the use of lithium-ion reduces the operational cost of portable power stations.

By power source, hybrid power is expected to dominate the portable power station market.

The market is segmented by power source into hybrid power and direct power. Hybrid power accounted for the larger share of the portable power station market in 2020. The key advantage of using hybrid power is that it can be used at remote or off-grid locations, where direct power access is limited or non-existent. Solar power charging in hybrid power is predominantly used to charge portable power station equipment for campsites and recreational vehicle activities. Moreover, several major manufacturers are offering both solar charging-enabled portable power stations and portable power stations with direct power charging capability for powering electronic equipment during power outages and grid blackouts.

Coal Storage Outdoor,Portable Battery For Camping,Portable Battery Camping,Camping Power Supply

Shenzhen Zhifu New Energy Co., Ltd. , https://www.sunbeambattery.com