High accuracy voltage regulator

Good morning everybody,

I want to make a accurate voltage regulator based on the Basic Stamp.
Total range 0-10 V and a resolution of eg 5 mV. So this means 2000 steps.
Maximum current around 250 mA.

I tried to do something with the AD5220 or PWM command but only 255 steps are available.
Someone who has a good idea ?

BR, Dries

You will need to use a high accuracy digital to analog converter like www.maxim-ic.com/quick_view2.cfm/qv_pk/2113.
There are plenty of others on the market. Anything that uses the SPI protocol for control and is 12 bit (0-4.095V) should work.
You will need some kind of power op-amp to take this voltage and amplify it precisely to 10V at 250mA. I can't help you with that,
perhaps someone else may have some ideas, but I'm sure some web searching will also give you ideas on that.

Here's one example of the sort of op-amp needed: focus.ti.com/lit/ds/symlink/opa547.pdf

If you only need to source current and not sink it as well,

you could get by with a garden-variety op amp and a pass transistor. Here's the basic topology:

Aside from the two voltage divider resistors being equal,

I have no idea what component values to recommend.

You would have to experiment to get the best stability.

I guess I should qualify what I mean by "garden-variety op amp",

since there are some minimum requirements:

1) The input common mode range has to include ground, and

2) the output high voltage should be capable of reaching Vin.

Here is another circuit, similar to Phil's,

except it uses an NPN transistor with the output taken from the emitter

instead of a PNP with output taken from the collector.

This circuit uses one of the two DAC outputs of the TLV5618 12 bit DAC.

The power supply has to at least 3 or 4 Volts above the desired output,

because of overhead of the LM358 op-amp plus the overhead of the transistor.

There are better choices for the output transistor and op-amp if you have constraints on the input power supply.

In terms of circuit configurations, in Phil's circuit with the PNP, the transistor common emitter gain is inside the feedback loop,

which makes it harder to stabilize and it will require a relatively large output capacitor.

The NPN follower gain is x1, which makes it easier to stabilize with a small capacitor.,

and base current contributes to the output current.

But the PNP circuit is the best if you need to operate very close to the power supply rail.

Another option, if you really don't need to get down to zero volts,

is to use a standard voltage regulator controlled by a digital potentiometer.

Those usually have a minimum voltage of something like 1.25 volts.

The circuit itself can regulate down to low voltages.

For precision, you will need to put in an adjustment trimmer, either at the reference side or at the feedback side.

-- 12-turn adjustment trimmer of 1 kOhm between the two 10 kOhm fixed resistors.

Adjust the output to 0.0025 volts per bit. That is 4 bit steps for each 10 millivolts at the output. 4000 steps to 10.0 volts.

-- The 5 volt supply may not be a good enough reference for a precision application.

Change the reference to a 2.5 volt precision reference (e.g. LM385-2.5) in place of the lower 10 kOhms on the ADC ref input.

The adjustment trimmer is still needed on the feedback node, between the two 10k resistors.

-- To get up to 10.00 volts, it will probably take a 13 or 14 volt supply to the LM358 and TIP31.

The Stamp could operate off a different supply. Or you could buy a rail-to-rail op amp and a higher gain transistor.

High accuracy voltage regulator的更多相关文章

  1. MOSFET enhances voltage regulator's overcurrent protection

    The classic LM317 adjustable-output linear voltage regulator offers a relatively high, if package-de ...

  2. Digital variable resistor compensates voltage regulator

    A variable resistor that integrates a programmable, temperature-indexed look-up table can compensate ...

  3. LT1072 -- Wide-range voltage regulator automatically selects operating mode

    The circuit in Figure 1 delivers programming voltages to an EEPROM under the control of an external ...

  4. OpAmp Voltage Follower/Regulator

    LDO Regulator High accuracy voltage regulator Vout = 2.5V * (1 + ( 5.6 / 6.8 ) ) = 4.55V Recently th ...

  5. Linux regulator framework(1) - 概述【转】

    转自蜗窝科技:http://www.wowotech.net/pm_subsystem/regulator_framework_overview.html 1. 前言 Regulator,中文名翻译为 ...

  6. Linux电源管理-Linux regulator framework概述

    前言 1.  什么是regulator?      regulator翻译为"调节器",分为voltage regulator(电压调节器)和current(电流调节器).一般电源 ...

  7. 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 ...

  8. Cascode MOSFET increases boost regulator's input- and output-voltage ranges

    Targeting use in portable-system applications that require raising a battery's voltage to a higher l ...

  9. High-current supply uses standard three-terminal regulator

    Voltage-regulator design for high output currents can be a critical and difficult task. Although vol ...

随机推荐

  1. 矩阵乘法优化DP

    本文讲一下一些基本的矩阵优化DP的方法技巧. 定义三个矩阵A,B,C,其中行和列分别为$m\times n,n \times p,m\times p$,(其中行是从上往下数的,列是从左往右数的) $C ...

  2. /etc/sysctl.conf 调优 & 优化Linux内核参数

    from: http://apps.hi.baidu.com/share/detail/15652067 http://keyknight.blog.163.com/blog/static/36637 ...

  3. jenkins 使用Git持续构建

    为jenkins添加git插件. 在Available tab页中找到Git Plugin 点击下方的Install without Restart安装插件. 插件安装完毕后,我们需要在jenkins ...

  4. reportng之测试报告升级美化

    背景:偶然看到一个人的自动化框架的测试报告好漂亮,心痒痒,今天弄了一下午,还是不行,结果到现在就现在,我特么成功了,不为什么 Mark一下: 本地化修改 获取源码,修改reportng.propert ...

  5. 解决C/C++语言中全局变量重复定义的问题

    前言 今天,在整理自己的代码的时候,考虑到我写的代码从一至终都是在一个cpp文件里面.于是,想把自己的代码中的各个模块分离开来,以便更好地阅读和管理. 遇到的问题 我的做法是: 宏定义.结构体定义.函 ...

  6. webRTC视频通话,https协议,录制端和播放端

    最近做视频直播模块,在网上也看到很多大神写的代码,写的都不错,但不是我想要的,有的可能比较老,不支持https协议,有的又将直播端和显示端放在一个程序中,不利于我使用,则本篇着重添加了https协议( ...

  7. 使用html+css+js实现弹球游戏

    使用html+css+js实现弹球游戏 效果图: 代码如下,复制即可使用: <!doctype html> <head> <style type="text/c ...

  8. MySQL一问一答

    一.问:如果有一张表,里面有个字段为id的自增主键,当已经向表里面插入了10条数据之后,删除了id为8,9,10的数据,再把mysql重启,之后再插入一条数据,那么这条数据的id值应该是多少,是8,还 ...

  9. intelliJ 打包jar的多种方式

    这里总结出用IntelliJ IDEA打包jar包的多种方式,以后的项目打包Jar包可以参考如下形式: 用IDEA自带的打包形式 用Maven插件maven-shade-plugin打包 用Maven ...

  10. synchronized和lock

    Synchronized  同步代码块 使用 monitorenter 和 moniterexit 指令实现, monitorenter指令插入到同步代码块的开始位置, moniterexit 指令插 ...