+5v to +13v Converter
http://www.romanblack.com/smps/conv.htm
What is it?
This is a simple smps voltage converter, it makes an output voltage of +13.3v from a "standard" +5v supply as used with logic chips.
I was contacted by hobby PIC programmer legend Myke Predko about designing a simple and cheap circuit to produce the 13v Vpp voltage needed to program PIC chips from a standard 5v regulated supply. This would eliminate the need for an smps 13v converter chip.
The circuit I settled on worked out very cheap, using a cheap 470uH "RF choke" type inductor and a very cheap 1N4148 small signal diode as the rectifier. The two transistor types are not critical. Measured efficiency was 72% which is quite reasonable from such a simple low power circuit.
The inductor can be a cheap small "RF choke" type.
Specs
- Tiny cheap RF type inductor
- Very cheap circuit (under 50 cents in parts!)
- Reliable self-starting
- 72% efficiency
- Input: 5v regulated
- Output: 13.3v @ 12mA maximum
The Circuit
How it works
The circuit regulates around peak inductor current, and since input voltage remains constant it also regulates input current and hence input power.
The regulation mechanism is R2, by ensuring that if R2 volts exceeds 0.6v main switch Q1 will turn off. The input current path is via L1, Q1 and R2.
Oscillation duty cycle is close to 50:50 so with an R2 of 6.8 ohms, peak inductor current is about 90mA and the average input current is about 46mA. Total current requirements can be reduced by increasing R2.
Notes
DO NOT run the circuit with no zener, and do not remove the zener when the circuit is running! Like any boost converter it may produce high voltages without the zener output clamp, and may damage transistors or the diode etc.
The circuit oscillates mainly based on inductor characteristics, and the cap C1 is not really a tuning cap, instead it provides some stability of oscillation waveform at a frequency determined mainly by inductance and the total load.
This booster is a CONSTANT POWER regulator. It always draws 46mA from the 5v supply (230mW), and delivers this power to the load at about 72% efficiency. So the load always gets about 13.3v and 12mA. If the output is overloaded at currents greater than 12mA the output voltage drops, providing a crude current regulation. If the output voltage is further overloaded to the point where it drops below 5v the diode starts passing current directly from the 5v supply and input current rises a LOT. Overloads like this should be avoided!
Important Notes!
The 13.3v output can be turned on or off by attaching the R1 resistor to +5v (as shown) or to 0v to turn it off. R1 can be attached to a PIC output pin to control the circuit.
When the circuit is OFF the output is about 4.3v and total current consumption is about 0.4mA.
When the circuit is ON the output is 13.3v and total current consumption is about 46mA.
For a PIC programmer application; the MCLR must rise very quickly to 13v to initiate programming. Use a 3k3 resistor in series with the output, going to the MCLR pin. Then use an additional NPN transistor to hold MCLR low as an open-collector pull-down. This transistor can then be switched and will switch the output voltage very quickly from 0v to 13v. (This is necessary with the smps 13v generator chips also.)
High Power / High Voltage?
Note! This circuit can be quite usable for higher power applications, and will oscillate reliably with a larger (high power) version of Q1 like a TO-220 darlington type. Remember it regulates INPUT current, and will provide a fairly regulated amount of power to the high voltage output load. It can be used as a simple 4 watt fluoro tube driver with a 12 volt input (for example). If you try this, try these values;
- Q1 = TIP122 darlington (see note)
- L1 = 470uH 500mA ferrite core inductor
- D1 = 1N4937 600v 1A fast rectifier
- R1 = 4k7
- R2 = 3.3 ohm
- R4 = 56k
- CLOAD = 0.1uF (not critical) but must be 630 volt type
With a 12v input this will run about 2 watts and make a usable light from the fluoro tube. Remove the zener and connect the output to a 4 watt (5 inch) fluoro tube like a F4T5 type. You may need a heatsink for Q1. I used a TIP-122 as it was lying around, but a high voltage darlington (>300v) is better. Remember this produces high voltages and you MUST always have the tube connected. Have fun and work safely with high voltages!
- end -
+5v to +13v Converter的更多相关文章
- USB ISP(ICSP) Open Programmer < PWM ADC HV PID >
http://sourceforge.net/projects/openprogrammer/?source=navbar Open Programmer http://openprog.alterv ...
- TPS54331 TPS54332 3.5V to 28V Input, 3A, 570kHz Step-Down Converter with Eco-mode
The TPS54331 is a 28-V, 3-A non-synchronous buck converter that integrates a low RDS(on) high side M ...
- Tracking Boost Regulator TYPICAL 5V REGULATION WITH BOOST CONVERTER AND LDO
Cs5171: Tracking Boost Regulator Adding a current mirror circuit to a typical boost circuit allows t ...
- Digital Adjustment of DC-DC Converter Output Voltage in Portable Applications
http://pdfserv.maximintegrated.com/en/an/AN818.pdf http://www.maximintegrated.com/app-notes/index.mv ...
- Practice safe dc/dc converter
Short-circuit protection is an obvious requirement for a power supply, especially when its load conn ...
- Simple dc/dc converter increases available power in dual-voltage system
The schematic in Figure 1 shows a way to increase the power available from a current-limited 5V supp ...
- LT1946A-- Transformerless dc/dc converter produces bipolar outputs
Dual-polarity supply provides ±12V from one IC VC (Pin 1): Error Amplifier Output Pin. Tie external ...
- Add margining capability to a dc/dc converter
You can easily add margining capability—that is, the ability to digitally adjust the output voltage— ...
- MP2359 1.2A, 24V, 1.4MHz Step-Down Converter in a TSOT23-6
The MP2359 is a monolithic step-down switch mode converter with a built-in power MOSFET.It achieves ...
随机推荐
- Shell脚本系列教程二: 开始Shell编程
Shell脚本系列教程二: 开始Shell编程 2.1 如何写shell script? (1) 最常用的是使用vi或者mcedit来编写shell脚本, 但是你也可以使用任何你喜欢的编辑器; (2) ...
- Shell编程学习2--命令大全
Linux中有很多的命令,这些命令可分分为10类(具体参见[1]): 1) 文件管理; 2) 文档编辑; 3) 文件传输; 4) 磁盘管理; 5) 磁盘维护; 6) 网络通讯; 7) 系统管理; 8) ...
- 【Android开发日记】之入门篇(五)——Android四大组件之Service
这几天忙着驾校考试,连电脑都碰不到了,今天总算告一段落了~~Service作为Android的服务组件,默默地在后台为整个程序服务,辅助应用与系统中的其他组件或系统服务进行沟通.它跟Activity的 ...
- RNN BPTT
双向LSTM
- java基础30 List集合下的LinkedList集合
单例集合体系: ---------| collection 单例集合的根接口--------------| List 如果实现了list接口的集合类,具备的特点:有序,可重复 注:集合 ...
- 排序与相关性(Sorting and Relevance)
本文翻译自Elasticsearch官方指南的Sorting and Relevance一章的第一节. 原文地址:http://www.elastic.co/guide/en/elasticsearc ...
- 泛型 for to/in 遍历 PK 效率;TEnumerator、TEnumerable
再使用泛型的时候,经常需要用到遍历功能: 只要继承了 TEnumerator 或 TEnumerable 这两个抽象类的 都具有遍历功能. 当然没有继承这两个抽象类的 也具有使用 for in 来遍历 ...
- HDU 2476 String painter(区间DP+思维)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2476 题目大意:给你字符串A.B,每次操作可以将一段区间刷成任意字符,问最少需要几次操作可以使得字符串 ...
- performance 判断页面是以哪种方式进入的
if (window.performance) { console.info("window.performance is supported"); console.log(per ...
- 入门ROS教程与视频汇总(kinetic)
参考网址: Richard Wang 3 Shawn Chen 部分视频网址: http://v.youku.com/v_show/id_XMjUxMTc5MzE5Mg http://i.you ...