Bipolar transistor boosts switcher's current by 12 times
The circuit in Figure 1 uses a minimal number of external parts to raise the maximum output current of a 0.5A buck switching-regulator IC to more than 6A. The circuit accommodates input voltages of 15 to 60V and delivers output voltages of 3.3, 5, or 12V, depending on your choice of IC. Figure 2 provides a graph of conversion efficiency for the three standard output voltages, plotted over a range of input voltages extending to 60V. The circuit is useful in applications requiring higher input voltage, higher current, or both than is available from standard ICs. The LM2594HVN is a buck regulator that switches an internal 0.5A device at 150 kHz. This current suffices to feed the base of Q1 and the bias resistor, R2. The function of R2 is to quickly turn off Q1, a fast npn switch with a beta greater than 10 at 6A. The purpose of R1 may not be obvious without some knowledge of the internal workings of the 2594. Its value is such to produce sufficient voltage drop at peak current so Q1 begins to saturate. The saturation causes Q1's beta to drop, and, as the transistor's base current rises to more than 0.5A, the 2594 drops into its pulse-by-pulse limited-protection mode, followed by a reduction in clock frequency if the overload is severe.
This design example uses through-hole components, because low-ESR capacitors and inductors in through-hole form are inexpensive and easy to find. Worst-case line and load conditions cause Q1 and D1 to dissipate 3W each, so you must choose a heat-sink size to keep the temperature rise within acceptable limits. A heat-sink rating of 6 to 7°C/W can accommodate both devices for operation to 85°C ambient temperature. The capacitors are low-ESR types from Nichicon's PL series (http://www.nichicon-us.com). R2 dissipates less than 0.25W, but, at full load current, R1 can dissipate 1W at high VIN and more than 5W at low VIN. You should locate R1 away from the regulator IC to minimize heating. The DIP version of the 2594 dissipates as much as 0.5W at high VIN; you should solder leads 1, 2, 3, and 6 to a ground-plane area greater than 2 in.2 to avoid thermal shutdown. If you don't need the IC's on/off feature, then you should also solder Pin 5 to the ground plane.


Bipolar transistor boosts switcher's current by 12 times的更多相关文章
- RFID Exploration and Spoofer a bipolar transistor, a pair of FETs, and a rectifying full-bridge followed by a loading FET
RFID Exploration Louis Yi, Mary Ruthven, Kevin O'Toole, & Jay Patterson What did you do? We made ...
- Inverted bipolar transistor doubles as a signal clamp
A number of circuits, such as level detectors and AM demodulators, benefit from a rectifier with a l ...
- MOSFET enhances voltage regulator's overcurrent protection
The classic LM317 adjustable-output linear voltage regulator offers a relatively high, if package-de ...
- Transistor 晶体管 场效应 双极型 达林顿 CMOS PMOS BJT FET
Transistor Tutorial Summary Transistor Tutorial Summary Bipolar Junction Transistor Tutorial We can ...
- Dual transistor improves current-sense circuit
In multiple-output power supplies in which a single supply powers circuitry of vastly different curr ...
- LDO current regulator for power LED
LDO current regulator for power LED Challenge You've got a power LED? Great! Build a flash light! Wh ...
- RFID 仿真/模拟/监控/拦截/检测/嗅探器
Sound card based RFID sniffer/emulator (Too tired after recon.cx to do draw the schematics better th ...
- [Fundamental of Power Electronics]-PART I-4.开关实现-4.1 开关应用
4.1 开关应用 4.1.1 单象限开关 理想的SPST(Single pole single throw)开关如图4.1所示.开关包含电源端子1和0,其电流和电压极性如图所示.在接通状态下,电压\( ...
- Active Low-Pass Filter Design 低通滤波器设计
2nd order RC Low-pass Filter Center frequency fc = 23405.13869[Hz] Q factor Q = ...
随机推荐
- [转载]Firefox插件(plugins)开发实用指南
转自: http://huandu.me/2010/02/11/595/ Firefox插件可实现强大功能,但其中麻烦事情不少.写这个实用指南首先是为了方便自己记忆,免得以后再次栽倒一些坑里面,如果能 ...
- php 面试指南
https://xianyunyh.gitbooks.io/php-interview/
- NLP基础 成分句法分析和依存句法分析
正则匹配: .除换行符所有的 ?表示0次或者1次 *表示0次或者n次 a(bc)+表示bc至少出现1次 ^x.*g$表示字符串以x开头,g结束 |或者 http://regexr.com/ 依存句法分 ...
- 庆祝团队合著的《自主实现SDN虚拟网络与企业私有云》终于得以出版 --- 本人负责分布式存储部分的编写
https://item.jd.com/12154254.html 京东购买地址
- WordPress 用户管理插件 WP User Manager
WP User Manager 是一个较新的用户管理插件,可以在前端实现 用户注册.登录.找回密码.修改个人资料.修改密码等功能,如果你在找这方面的插件,WP User Manager 应该是一个不错 ...
- iOS开发:用DES对字符串加解密
参考http://www.cnblogs.com/janken/archive/2012/04/05/2432930.html,做了个小修改,实现PHP,JAVA,Objective-c加解密结果相同 ...
- 用strtok函数分割字符串
用strtok函数分割字符串 需要在loadrunner里面获得“15”(下面红色高亮的部分),并做成关联参数. //Body response 内容: <BODY><; PRE&g ...
- bzoj 1132 几何
思路:我刚开始算三角形的方法是原点叉积三条边,然后计算每条边向量积的贡献,但是对于同一条线上的点 有时候没有办法抵消掉..... 看网上的思路是对于一个三角形的面积通过两条边的叉积获得,然后枚举一个点 ...
- python爬虫实战(三)--------搜狗微信文章(IP代理池和用户代理池设定----scrapy)
在学习scrapy爬虫框架中,肯定会涉及到IP代理池和User-Agent池的设定,规避网站的反爬. 这两天在看一个关于搜狗微信文章爬取的视频,里面有讲到ip代理池和用户代理池,在此结合自身的所了解的 ...
- Android之 内容提供器(1)——使用内容提供器访问其它程序共享的数据
(下面内容是阅读郭霖大神的<第一行代码>总结的) 1 概述 内容提供器是Android实现跨程序共享数据的标准方式. 内容提供器的的使用方法有两种, 一是使用已有的内容提供器对其他程序的数 ...