You would normally use a series linear regulator or a dc/dc converter to obtain 3V dc from a higher supply. However, when breadboarding a concept, you may be able to use a shunt regulator, especially if a series regulator of the correct voltage is unavailable. The MOSFET in Figure 1 can replace a zener diode in a shunt regulator and provide lower output impedance than a zener diode.

The MOSFET is self-biased by connecting its drain to its source. The difference between the input voltage and the gate-to-source threshold voltage, VGS, sets the current. The IRF521 in this example has a threshold voltage of 2 to 4V at 250 µA. The upper curve of Figure 2 shows that the IRF521 achieves a gate-to-source voltage of 3V at a current of about 200 µA. MOSFETs can vary from device to device, but the typical MOSFET has a threshold at approximately the mean between the maximum and the minimum limits.

The lower curve in Figure 2 is the output impedance, which you obtain from the upper curve by differentiating the upper curve. Although the output impedance, ROUT, is near 800Ω at a current of 100 µA, it rapidly drops to less than 6Ω at 50 mA. Because you operate the MOSFET at or near threshold, its on-resistance spec doesn't apply, and the output impedance of this circuit is far higher than you would expect from the on-resistance. However, in general, the lower the on-resistance, the lower the output impedance at a specific current near threshold.

This circuit may require that R2 and C1 stop the oscillation in the MOSFET. Add a filter capacitor to the output to minimize the effect of load transients. Connecting a large filter capacitor from the gate to the source with short leads eliminates the need for R2. You can use other MOSFET families and other voltages if necessary.

Although you may be unable to get the exact output voltage you need at the current you prefer, many devices tolerate wide variations in operating voltage. For instance, many 3.3V-dc microcontrollers can operate as low as 2.5V dc and as high as 3.6V dc. Note that operating a MOSFET near its threshold causes a large negative-temperature coefficient of the gate-to-source voltage. This circuit has significant change in output voltage over a wide temperature range; it is suitable for only limited temperature ranges.

MOSFET shunt regulator substitutes for series regulator的更多相关文章

  1. OpAmp Voltage Follower/Regulator

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

  2. linux驱动程序之电源管理之regulator机制流程 (1)

    电源管理芯片可以为多设备供电,且这些设备电压电流有所同.为这些设备提供的稳压器代码模型即为regulator. 下面通过下面三个过程分析regulartor供电机制: 1.分析regulator结构体 ...

  3. Linux核心regulator建筑和准备

    电源引入的物种 (百度百科)LDO这是low dropout regulator,这意味着低压差线性稳压器.它相比于传统的线性调节器.传统的线性稳压器.例如78xx系列芯片需要输入电压比输出电压高2v ...

  4. Linux Regulator Framework(2)_regulator driver

    转自蜗窝科技:http://www.wowotech.net/pm_subsystem/regulator_driver.html 说实话,这篇好难懂啊... 1. 前言 本文从regulator d ...

  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. Linux regulator系统

    1. 概念:Regulator : 电源芯片, 比如电压转换芯片Consumer : 消费者,使用电源的部件, Regulator是给Consumer供电的machine : 单板,上面焊接有Regu ...

  8. Linux内核regulator架构和编写

    电源种类介绍 (百度百科)LDO是low dropout regulator,意为低压差线性稳压器,是相对于传统的线性稳压器来说的.传统的线性稳压器,如78xx系列的芯片都要求输入电压要比输出电压高出 ...

  9. 5、regulator系统的概念及测试

    概念:Regulator : 电源芯片, 比如电压转换芯片Consumer : 消费者,使用电源的部件, Regulator是给Consumer供电的machine : 单板,上面焊接有Regulat ...

随机推荐

  1. ZebraDatepicker中文显示

    解决方法:①<script type="text/javascript" src="xx.js" charset="UTF-8"> ...

  2. Keras自定义评估函数

    1. 比较一般的自定义函数: 需要注意的是,不能像sklearn那样直接定义,因为这里的y_true和y_pred是张量,不是numpy数组.示例如下: from keras import backe ...

  3. jmeter主要组件

    1.测试计划(Test plan) 2.线程组(Thread Group) 3.配置原件(Configuration) 4.逻辑控制器(Login Controller) 5.取样器(Sampler) ...

  4. 安装matplotlib 和Pygal

    一.  在Linux系统中安装matplotlib 如果我们使用的是系统自带的Python版本,可使用系统的包管理器来安装matplotlib,为此只需执行一行命令: $ sudo apt-get i ...

  5. pdb-不需要IDE也能调试

    python中有个pdb模块,使python代码也可以像gdb那样进行调试,一般情况下pdb模块可以在代码内直接使用,也可以通过命令行参数的形式添加该模块进行调试(python -m pdb file ...

  6. idea导入或者检出项目时发现编辑器左侧无法显示项目目录结构

    按下列步骤操作: 1. 关闭IDEA,  2.然后删除项目文件夹下的.idea文件夹 3.重新用IDEA工具打开项目

  7. ThinkPHP 多语言的实现

    1.按照官方文档进行修改 2.注意区分项目语言包和系统语言包 3.实现语言包和数据库语言同步切换 4.thinkPHP多语言实现与Cookie有关, 谷歌浏览器下按F12查看Request Heade ...

  8. docker export import后,导入镜像,启动时的错误,Error response from daemon: No command specified

    Docker的流行与它对容器的易分享和易移植密不可分,用户不仅可以把容器提交到公共服务器上,还可以把容器导出到本地文件系统中.同样,我们也可以把导出的容器重新导入到Docker运行环境中.Docker ...

  9. ref:mysql丢失密码,如何修改?

    ref:https://www.linuxidc.com/Linux/2007-05/4338.htm mysql“Access denied for user 'root'@'localhost'” ...

  10. Android之 服务(1)

    1 简介 服务是Android四大组件之一.不过与Activity不同的是,服务不会直接与用户交互,而是摸摸地在后台运行. 有两种方式来启动系统服务. 一种是调用 Context.startServi ...