<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>电子工程师网</title><link>https://www.dzgcs.com/</link><description>电子工程知识学习网站</description><item><title>PMOS电源开关电路：如何用低压信号高效控制高压电源的通断？</title><link>https://www.dzgcs.com/dzjczs/110938.html</link><description>&lt;p style=&quot;text-align: left;&quot;&gt;今天来分享一个超实用的电路设计 —— 基于 PMOS 的电源开关方案，通过低电压、小电流的 ON/OFF 信号，即可安全控制后级电路（VCC_OUT）的电源通断，广泛适用于嵌入式系统、电池供电设备及各类需电源管理功能的电子产品。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;核心功能&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;实现用低压数字信号（如MCU的GPIO引脚）来控制一个更高电压、更大电流的主电源（VCC_IN）的输出。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;当ON/OFF信号为低电平时，VCC_OUT无输出，电源直接切断；&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;当ON/OFF信号为高电平时，VCC_OUT等于VCC_IN，主电源通路导通。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;img src=&quot;https://www.dzgcs.com/zb_users/upload/2025/11/202511091627331953005.png&quot; alt=&quot;51109162723426.png&quot; title=&quot;51109162723426.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;当需要打开电源时：ON/OFF信号置为高电平（例如3.3V）。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;电流经R3(2.2k)流入NPN三极管Q2的基极，使其饱和导通。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;导通后的Q2将PMOS管Q1的栅极(G)电位拉低到接近地(GND)。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;此时，PMOS管Q1的栅源极电压V_GS远小于其开启阈值电压（为负值，且绝对值很大），Q1完全导通。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;电流可以从VCC_IN经Q1的源极(S)流向漏极(D)，VCC_OUT端正常输出电源。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;当需要关闭电源时：ON/OFF信号置为低电平（0V）。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;Q2三极管因基极无电流而截止。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;此时，电阻R1(100k)将VCC_IN的电压上拉至PMOS管Q1的栅极(G)。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;由于Q1的栅极(G)和源极(S)电位基本相等（都约为VCC_IN），其V_GS ≈ 0V，Q1截止。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;VCC_IN与VCC_OUT之间的通路被切断，VCC_OUT端无电压输出。&lt;/p&gt;</description><pubDate>Sun, 09 Nov 2025 16:26:30 +0800</pubDate></item><item><title>三极管基极为什么要接限流电阻？如果不接会有什么后果？</title><link>https://www.dzgcs.com/dzjczs/110937.html</link><description>&lt;p style=&quot;text-align: left;&quot;&gt;三极管属于电流控制型元件，跟MOS管不同，MOS管属于电压控制型元件。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;三极管有三个工作区：截止区、放大区和饱和区，以NPN三极管为例，BE的压差(UBE)约为0.6V左右（实际大小跟元器件的型号有关），当UBE＜0.6V时，三极管截止；三极管处于放大区或饱和区时，UBE=0.6V。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;三极管处于放大区时，所增加的基极和VCC之间的电阻属于偏置电阻，下面讲解三极管当开关使用时，基极为什么要加电阻，和MOS管有什么区别。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;下图是NPN三极管最常使用的电路图，输入端见得最多的是接微处理器（单片机、DSP、ARM等）I/O口。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;img src=&quot;https://www.dzgcs.com/zb_users/upload/2025/11/202511091621552354339.png&quot; alt=&quot;109162147725.png&quot; title=&quot;109162147725.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;以输入为0/5V的单片机I/O口为例，为什么基极一定要串联一个电阻呢？不串电阻行不行？&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;答：不行。该电阻属于限流电阻，因为&amp;lt;span&amp;gt;三极管属于电流控制元件&amp;lt;/span&amp;gt;，当三极管属于放大或饱和状态时，UBE的电压为0.6V，可以根据输入电压U计算基极的电流，&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;计算公式为Ib=(U-0.6)/R1，从公式也可以看出，若不接限流电阻R1，当输入电压大于0.6V时，基极的电流会非常大，从而烧毁管子。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;而且该电阻不能随便使用，需根据输入电压、管子的特性进行计算，比如该三极管的放大倍数β为50，集电极的最大电流为500mA,输入电压为5V，&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;若要求设计时三极管处于饱和状态，则Ic=500mA，那么Ib=Ic/β=10M=mA，则限流电阻R1=(5V-0.6V)/Ib=430Ω。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;若要求输入5V时，集电极的电流为200mA左右，则可以推算Ib=Ic/β=200mA/50=4mA,则限流电阻R1=(5V-0.6V)/Ib=1075Ω，可选择1K的标准电阻。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;注：上图用于讲解实例，使用原理是可以的，但是并不是很可靠，更可靠的接法应该在基极对地之间接一个大电阻（比如10K，或20K），当无输入时，将基极迅速拉低，确保三极管处于稳定的截止状态。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;若把上图的NPN三极管换成N沟道的MOS管，原理也是一样的，当输入高电平时，管子导通，输入低电平时，管子截止。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;由于MOS管属于电压控制型器件，栅极(G)的电流非常小，可以忽略不计，所以不接电阻R1也可以正常工作。&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;去掉电阻后的原理如下图所示：&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;注：在实际工程应用时，一般都会串联一个电阻，用于提高可靠性。工程设计，产品的可靠性很重要，若不加限流电阻，当MOS关击穿损坏时，大电流冲击控制端的器件，特别是处理器，很容易损坏。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;例：PNP三极管放大时为什么要在基极加上限流电阻？&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;1）三极管的基极到发射极是一个二极管（理想时正向电阻=0）当基极到发射极电压大于二极管开启电压（硅0.6，锗0.4）时二极管导通，如果用大于的电压去驱动它，那正向电流就会超出三极管的允许值，要加电阻限制基极电流，所以要加限流电阻。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;2）如果基极电流很大，放大后集电极电流也会很大，所以要加电阻限制集电极电流。&lt;/p&gt;</description><pubDate>Sun, 09 Nov 2025 16:20:26 +0800</pubDate></item><item><title>PCB中的电源层和接地层为什么这么重要</title><link>https://www.dzgcs.com/dzyjjczs/070436.html</link><description>&lt;p data-pm-slice=&quot;0 0 []&quot; data-mpa-action-id=&quot;mced2raf17g1&quot;&gt;接地层和电源层是　ＰＣＢ　设计中的大面积导电区域，用途多样。接地层为电信号提供公共参考点，并作为电流的返回路径。电源层将电源电压传输到电路板上的各个组件，以帮助在整个　ＰＣＢ　上均匀分配功率，从而减少压降并确保稳定的供电。虽然电源层具有诸多优势，但它们也需要仔细规划电流返回路径，以防止信号衰减，尤其是在混合信号设计中。&lt;/p&gt;&lt;h3&gt;电源层和接地层的重要性&lt;/h3&gt;&lt;p&gt;接地层通过为回流提供低阻抗路径来帮助降低噪声和电磁干扰　（ＥＭＩ），从而改善和保持信号完整性。与电源层结合使用，它们还可以增强功率传输，并有助于防止在功率需求出现短暂、突然峰值的应用中出现掉电问题。添加的固体导电材料还有助于分散　ＰＣＢ　上组件产生的热量，从而在不增加成本的情况下改善热管理。对于设计人员而言，接地层和电源层无需手动布线，从而简化了布线并实现了更高密度的设计。相反，由于电子器件中涉及的物理特性，参考层和电源层也可能带来一些挑战。由于导电元件之间的接近性以及它们之间的介电材料，ＰＣＢ　中任何两个相邻层都会自然形成电容。此过程包括信号走线层和电源层，如果在　ＰＣＢ　设计中未考虑到这些因素，则可能会导致问题。&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2025/07/202507041751599744230718.jpg&quot; title=&quot;0.jpg&quot; alt=&quot;0.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;h3&gt;多层　ＰＣＢ　返回电流路径&lt;/h3&gt;&lt;p&gt;在信号上升时间（约为几纳秒）较短的纯数字设计中，返回电流路径往往会紧贴信号走线。最近的接地平面中的感应电流呈类似窄高斯分布的形状扩散。然而，模拟设计中的返回电流路径可能不会直接沿着走线流动。相反，返回电流可能会跨越传输模拟信号的走线周围相对较宽的区域。在这些情况下，模拟信号的开关频率越低，扩散区域就越大。当走线直接位于实体参考平面上方时，返回电流通常会通过一条直接的低阻抗路径到达该平面。然而，在其他情况下，返回电流路径会继续穿过整个层堆叠，直到到达合适的参考平面。如果不加以考虑和仔细规划，这些返回电流路径可能会变得非常长，最终类似于信号层之间没有合适参考平面的间接布线。这种感应电流可能会导致混合信号ＰＣＢ设计的模拟部分和数字部分之间产生串扰和信号衰减。&lt;/p&gt;&lt;h3&gt;缓解返回电流路径问题&lt;/h3&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;解决此问题的一种方法是将所有会产生返回电流的元件放置在靠近　ＧＮＤ　平面的一侧，以优化返回路径。或者，在电源平面和　ＧＮＤ　平面之间添加额外的去耦电容，为返回电流提供一条低阻抗路径到　ＧＮＤ，从而缓解　ＥＭＩ　问题。对于设计人员来说，层堆叠优化可能适合避免引入新的或依赖现有的去耦电容。例如，在四层　ＰＣＢ　设计中，顶层可用于信号和电源线，底层可以专门包含信号走线。两个内层可用作参考平面。然后，两个外部信号层都具有一条直接的低阻抗路径到其中一个内部　ＧＮＤ　平面。更复杂的设计可能需要引入四层以上的层，以便信号走线始终可以直接布线在合适的参考平面上方。&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2025/07/202507041751599737820105.jpg&quot; title=&quot;1.jpg&quot; alt=&quot;1.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;该图说明了四层　ＰＣＢ　设计中排列各层的三种可能方式。&lt;/p&gt;&lt;p&gt;通过将底层用作接地　（ＧＮＤ）　和电源层、顶层用作信号层，并在信号层正下方放置一个额外的接地　（ＧＮＤ）　层，可以实现极低阻抗的　ＰＤＮ。这种方法有利于具有高电流消耗或快速开关元件的设计。&lt;/p&gt;&lt;h3&gt;混合信号设计中的地平面设计&lt;/h3&gt;&lt;p&gt;在混合信号ＰＣＢ设计中，接地平面设计的最终目标是尽可能地隔离和分离混合信号区域，以防止干扰。如果无法做到这一点，设计人员应确保数字电路不会在ＰＣＢ的模拟部分产生感应电流，因为模拟电路通常更容易受到噪声的影响。在现代设计中，通常不建议将ＧＮＤ平面物理地分隔成多个较小的平面，以防止平面之间未定义的返回电流路径引起问题。相反，只有出于法规或物理原因需要物理隔离ＧＮＤ信号时，例如在安全关键型应用、隔离电源转换器或大功率应用中，才应进行完全隔离。&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2025/07/202507041751599789840134.jpg&quot; title=&quot;3.jpg&quot; alt=&quot;3.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;各个区域正上方的返回电流路径定义明确，但隔离参考平面之间间隙的确切行为却难以评估。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;在混合信号Ａ／Ｄ电路中，多个接地层可能为不同的信号类别提供不同的参考。然而，在这种情况下，设计人员通常希望使用网络连接将ＧＮＤ网络连接在单个点上。因此，主要目标不是物理隔离，而是防止数字噪声影响ＰＣＢ上更易受影响的模拟子电路。&lt;/p&gt;&lt;h3&gt;设计分离接地平面的注意事项&lt;/h3&gt;&lt;p&gt;如果需要或想要物理隔离的　ＡＧＮＤ　和　ＤＧＮＤ　区域，设计人员必须仅将数字信号路由到合适的数字参考平面上方。同样，模拟走线必须位于模拟　ＧＮＤ　平面上方，以防止　ＥＭＩ　问题和两个区域之间的信号串扰。如果需要网络连接，则应将其放置在不允许任何来自某一类型信号的返回电流进入不同参考平面的位置。当同时处理低频模拟和数字信号时，完全隔离通常更容易管理。在具有高频模拟子电路的混合设计中，网络连接可能更合适。对于隔离电源转换器，初级和次级　ＧＮＤ　网络应通过不同的方式连接　－　例如，使用非常高值的安规电容，允许来自输出侧的噪声通过电容返回到输入侧，同时保持隔离屏障。&lt;/p&gt;&lt;h3&gt;缝合过孔的作用及其对走线的影响&lt;/h3&gt;&lt;p&gt;过孔拼接是一种利用过孔将ＰＣＢ不同层上的铜平面连接在一起的技术。该方法有助于保持较短、低阻抗的电流回路，并创建低电磁噪声区域，这正是射频设计所期望的。然而，考虑过孔对附近走线和平面的潜在影响至关重要。过孔会引入阻抗不连续性、反射和串扰，尤其是在高频下。此外，过孔还会在实体参考平面中产生间隙，从而干扰附近走线的电流回路。因此，需要仔细布局和布线，以减轻这些影响并确保最佳的ＰＣＢ电源分配网络性能。&lt;/p&gt;&lt;h3&gt;底线&lt;/h3&gt;&lt;p data-mpa-action-id=&quot;mced2raf1gl5&quot;&gt;电源平面有助于降低噪声和电磁干扰　（ＥＭＩ），并保持信号完整性。然而，由于电子器件中涉及的物理特性，电源平面也带来了额外的挑战。设计人员必须仔细考虑和规划电流回流路径及其对邻近元件和导电层的影响，尤其是在混合信号设计中。有几种方法可以帮助缓解这些问题。最常用的方法之一是层堆叠优化，设计人员可以通过改变多层设计中的层排列，将信号层移至参考平面上方。这样做可以确保到地　（ＧＮＤ）　的电流回流路径更短、阻抗更低。精心放置的去耦电容也可以达到类似的效果。在混合信号设计中，克服信号衰减的一种方法是尽可能分散频率极低的模拟和数字元件。通常仅在需要或必须进行物理隔离时才建议使用单独的接地平面——例如，出于安全法规的要求。相反，设计人员应该采用其他方法，例如单网络连接或安全电容。过孔栅栏也有助于在混合信号　ＰＣＢ　设计中创建低噪声区域。&lt;/p&gt;</description><pubDate>Fri, 04 Jul 2025 11:26:57 +0800</pubDate></item><item><title>不同PCB颜色有什么不同</title><link>https://www.dzgcs.com/dzyjjczs/070435.html</link><description>&lt;p style=&quot;text-align: left;&quot;&gt;１、绿色ＰＣＢ&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;绿色　ＰＣＢ　是最流行的颜色。因此有很多人一直误以为　ＰＣＢ　是绿色的或者说大部分是绿色的，绿色增加了ＰＣＢ　的清晰度，因为绿色的　ＰＣＢ　会与　白色　的文字产生鲜明的对比，从而增强可读性。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;此外，绿色　ＰＣＢ　表面处理会反射更少的光线，有助于减少眩光。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;２、白色　ＰＣＢ&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;白色ＰＣＢ　在各种环境下看起来干净利落，越来越受欢迎。但由于白色ＰＣＢ容易隐藏走线，所以白色ＰＣＢ仍不是首选。但白色　ＰＣＢ　在黑色丝网印刷中看起来对比特别明显。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2025/07/202507041751599475507842.jpg&quot; title=&quot;0.jpg&quot; alt=&quot;0.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;３、黄色ＰＣＢ&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;之前用黄色　ＰＣＢ　比较多，但现在已经没有那么实用了。黄色ＰＣＢ可以快速满足风格、清洁度和可见性等不同需求。黄色ＰＣＢ有一个明显的缺点：与走线和丝网印刷的对比度差。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2025/07/202507041751599498367046.jpg&quot; title=&quot;1.jpg&quot; alt=&quot;1.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;４、蓝色ＰＣＢ&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;蓝色　ＰＣＢ　被认为是用于标签的厚板，因为它提供了显着的丝网印刷对比度。这种ＰＣＢ　颜色不像绿色　ＰＣＢ、黑色　ＰＣＢ或白色　ＰＣＢ那样引人注目，但蓝色　ＰＣＢ　是ＰＣＢ　颜色的首选，因为它提供了极好的审美选择。蓝色　ＰＣＢ　安装在　ＬＣＤ　上是比较好的，因为蓝色　ＰＣＢ　不会产生鲜明的对比边缘和明亮的背景颜色。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;５、红色ＰＣＢ&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;由于红色　ＰＣＢ的一些优势，许多　ＰＣＢ　制造商热衷于采用红色。红色ＰＣＢ提供了极佳的可视性，并清楚地定义了迹线、平面和空白区域的对比度。丝印在红色ＰＣＢ的映衬下显得非常漂亮。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2025/07/202507041751599522634371.jpg&quot; title=&quot;3.jpg&quot; alt=&quot;3.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;６、黑色ＰＣＢ&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;黑色　ＰＣＢ　与白色　ＰＣＢ　一样受欢迎。这两种ＰＣＢ　颜色产生低对比度，可以轻松标记重要组件。但是，黑色ＰＣＢ和白色ＰＣＢ的主要缺点是特定细节可能会聚光并有小阴影。这个阴影使追踪变得困难。因此，在各种高温应用中不宜使用黑色ＰＣＢ，因为黑色ＰＣＢ可能会使丝网印刷变色。而且，黑色ＰＣＢ板是钴和碳的混合物，导电性可能会比较差。&lt;/p&gt;</description><pubDate>Fri, 04 Jul 2025 11:22:33 +0800</pubDate></item><item><title>不同的PCB颜色代表什么意思</title><link>https://www.dzgcs.com/dzyjjczs/070434.html</link><description>&lt;p&gt;PCB颜色一般是指拿到一块PCB板时最直观看到的板子上的油色，PCB表面的颜色就是阻焊剂的颜色。PCB板染色颜料是一种硬化树脂，主体树脂是无色近透明的，绿色和其它颜色一样都是色粉的配色。&lt;/p&gt;&lt;p&gt;我们通过丝网印刷将颜色印刷到 PCB 上。PCB 颜色有绿色、黑色、蓝色、黄色、紫色、红色和棕色。还有一些厂家别出心裁地开发出了白色、粉色等多种颜色的PCB。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 04 Jul 2025 11:20:32 +0800</pubDate></item><item><title>常见的锂电池充电电路</title><link>https://www.dzgcs.com/dzjczs/070433.html</link><description>&lt;p style=&quot;text-align: left;&quot;&gt;一、对锂电池的了解&lt;/p&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;1、锂电池的充电：&lt;/h3&gt;&lt;p data-track=&quot;6&quot; style=&quot;text-align: left;&quot;&gt;根据锂电池的结构特性，最高充电终止电压应为4.2V，不能过充，否则会因正极的锂离子拿走太多，而使电池报废。其充放电要求较高，可采用专用的恒流、恒压充电器进行充电。通常恒流充电至4.2V/节后转入恒压充电，当恒压充电电流降至100mA以内时，应停止充电。&lt;/p&gt;&lt;p data-track=&quot;7&quot; style=&quot;text-align: left;&quot;&gt;充电电流（mA）=0.1～1.5倍&lt;/p&gt;&lt;p data-track=&quot;8&quot; style=&quot;text-align: left;&quot;&gt;电池容量（如1350mAh的电池，其充电电流可控制在135～2025mA之间）。常规充电电流可选择在0.5倍电池容量左右，充电时间约为2～3小时。&lt;/p&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;2、锂电池的放电&lt;/h3&gt;&lt;p data-track=&quot;10&quot; style=&quot;text-align: left;&quot;&gt;因锂电池的内部结构所致，放电时锂离子不能全部移向正极，必须保留一部分锂离子在负极，以保证在下次充电时锂离子能够畅通地嵌入通道。否则，电池寿命就相应缩短。为了保证石墨层中放电后留有部分锂离子，就要严格限制放电终止最低电压，也就是说锂电池不能过放电。放电终止电压通常为3.0V/节，最低不能低于2.5V/节。电池放电时间长短与电池容量、放电电流大小有关。电池放电时间（小时）=电池容量/放电电流。锂电池放电电流（mA）不应超过电池容量的3倍。（如1000mAH电池，则放电电流应严格控制在3A以内）否则会使电池损坏。&lt;/p&gt;&lt;p data-track=&quot;11&quot; style=&quot;text-align: left;&quot;&gt;标准地，一般锂电池的充放电公式可以定义为：&lt;/p&gt;&lt;p data-track=&quot;12&quot; style=&quot;text-align: left;&quot;&gt;充放电时间（分钟）=容量*1.1/电流（mA）*60&lt;/p&gt;&lt;p data-track=&quot;13&quot; style=&quot;text-align: left;&quot;&gt;其中，1.1代表系数；&lt;/p&gt;&lt;p data-track=&quot;15&quot; style=&quot;text-align: left;&quot;&gt;3、锂电池保护电路&lt;/p&gt;&lt;p data-track=&quot;16&quot; style=&quot;text-align: left;&quot;&gt;充电保护电路，选择芯片DW01和GTT8205的组合，可以做到短路保护，过充过放电的保护。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;p style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;https://www.dzgcs.com/zb_users/upload/2025/07/202507041751599118103270.jpg&quot; title=&quot;20250704_111543_000.jpg&quot; alt=&quot;20250704_111543_000.jpg&quot;/&gt;&lt;/p&gt;&lt;/section&gt;&lt;/p&gt;&lt;p data-track=&quot;59&quot; style=&quot;text-align: left;&quot;&gt;该电路主要由锂电池保护专用集成电路DW01，充、放电控制MOSFET1（内含两只N沟道MOSFET）等部分组成，单体锂电池接在B+和B-之间，电池组从P+和P-输出电压。充电时，充电器输出电压接在P+和P-之间，电流从P+到单体电池的B+和B-，再经过充电控制MOSFET到P-。在充电过程中，当单体电池的电压超过4.35V时，专用集成电路DW01的OC脚输出信号使充电控制MOSFET关断，锂电池立即停止充电，从而防止锂电池因过充电而损坏。放电过程中，当单体电池的电压降到2.30V时，DW01的OD脚输出信号使放电控制MOSFET关断，锂电池立即停止放电，从而防止锂电池因过放电而损坏，DW01的CS脚为电流检测脚，输出短路时，充放电控制MOSFET的导通压降剧增，CS脚电压迅速升高，DW01输出信号使充放电控制MOSFET迅速关断，从而实现过电流或短路保护。&lt;/p&gt;&lt;p data-track=&quot;19&quot; style=&quot;text-align: left;&quot;&gt;二、单节锂电池充电电路&lt;/p&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;1、二极管充电电路&lt;/h3&gt;&lt;p data-track=&quot;21&quot; style=&quot;text-align: left;&quot;&gt;原理：如下图一，DC5V流经肖特基二极管D1后，经过一个限流电阻R1接到电池。其中Q1、R2、R3、LED1为充电指示电路。随着被充电池电压的上升，充电电流将逐渐减小，待电池充满后D1、R1上的压降将降低，从而使Q1截止，LED将熄灭。为保证电池能够充足，请在指示灯熄灭后继续充1小时左右。&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;p id=&quot;_img_parent_tmp&quot; style=&quot;text-align:center&quot;&gt;&lt;img src=&quot;https://www.dzgcs.com/zb_users/upload/2025/07/202507041751599129416115.jpg&quot; title=&quot;20250704_111543_001.jpg&quot; alt=&quot;20250704_111543_001.jpg&quot;/&gt;&lt;/p&gt;&lt;/section&gt;&lt;/p&gt;&lt;p data-track=&quot;23&quot;&gt;2、4054充电电路&lt;/p&gt;&lt;p data-track=&quot;62&quot;&gt;&lt;br style=&quot;-webkit-tap-highlight-color: transparent; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2025/07/202507041751599140682321.jpg&quot; title=&quot;20250704_111543_002.jpg&quot; alt=&quot;20250704_111543_002.jpg&quot;/&gt;&lt;/section&gt;&lt;/p&gt;&lt;p&gt;&lt;br style=&quot;-webkit-tap-highlight-color: transparent; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important;&quot;/&gt;&lt;/p&gt;&lt;p data-track=&quot;24&quot;&gt;3. TP4056充电电路&lt;/p&gt;&lt;p data-track=&quot;25&quot;&gt;TP4056是一款完整的单节锂离子电池采用恒定啊电流/恒定电压线性充电器。其底部带有散热片的SOP8封装与较少的外部元件数目，使得TP4056成为便携式应用的理想选择。TP4056可以适合USB电源和适配器电源工作。下面以简捷的电路说明一下TP4056在设计中需要注意的地方。&lt;/p&gt;&lt;p data-track=&quot;26&quot;&gt;(1) 充电电流可以通过电阻R8进行编程。公式：IBAT = 1200 / R8 精度在10%；&lt;/p&gt;&lt;p data-track=&quot;27&quot;&gt;(2) 充电状态，红灯亮，绿灯灭；充满状态，红灯灭，绿灯亮；&lt;/p&gt;&lt;p data-track=&quot;28&quot;&gt;(3) TEMP正常连接（连接到电池的NTC），当出现欠压，电池温度过高、过低、无电池等故障状态时，红灯灭，绿灯灭；图三电路中，TEMP直接接地，因此不具有此状态；&lt;/p&gt;&lt;p data-track=&quot;29&quot;&gt;(4) BAT接10UF的电容，无电池（TEMP端接地）时，红灯闪烁，绿灯亮；&lt;/p&gt;&lt;p data-track=&quot;30&quot;&gt;(5) Layout的时候，由于TP4056为ESOP8封装，所以芯片底部要开窗，使芯片更好的接地，且Bottom层也要适当的加大开窗面积，加强TP4056的散热；&lt;/p&gt;&lt;p data-track=&quot;31&quot;&gt;(6) 如果需要增加热调节电流功能，需要在DC5V串一个0.25欧1206封装的电阻；&lt;/p&gt;&lt;p data-track=&quot;32&quot;&gt;加0.25欧电阻的作用：降低内部MOSFET两端的压降能够显著减少IC中的功耗。在热调节期间，这具有增加输送至电池的电流的作用。对策之一是通过一个外部元件（例如一个电阻器或二极管）将一部分功率耗散掉。&lt;/p&gt;&lt;p data-track=&quot;33&quot;&gt;充电器在工作的时候会发热，在发热的情况下，比如规定最大充电电流为1A，实际上发热以后充电电流达不到1A，越热输出电流越小，为了解决这个问题，就是连接一个电阻，将一部分功率耗散掉。&lt;/p&gt;&lt;p data-track=&quot;34&quot;&gt;让这个电阻承担一部分热量，减小芯片发热，来增加锂电池充电电流。&lt;/p&gt;&lt;p data-track=&quot;35&quot;&gt;&lt;br style=&quot;-webkit-tap-highlight-color: transparent; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important;&quot;/&gt;&lt;/p&gt;&lt;p data-track=&quot;38&quot;&gt;三、双节锂电池充电电路&lt;/p&gt;&lt;p data-track=&quot;40&quot;&gt;1、DC5V给7.4V锂电池充电&lt;/p&gt;&lt;p data-track=&quot;68&quot;&gt;&lt;br style=&quot;-webkit-tap-highlight-color: transparent; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2025/07/202507041751599163215328.jpg&quot; title=&quot;20250704_111543_004.jpg&quot; alt=&quot;20250704_111543_004.jpg&quot;/&gt;&lt;/section&gt;&lt;/p&gt;&lt;p data-track=&quot;69&quot;&gt;&lt;br style=&quot;-webkit-tap-highlight-color: transparent; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important;&quot;/&gt;&lt;/p&gt;&lt;p data-track=&quot;41&quot;&gt;注意事项：&lt;/p&gt;&lt;p data-track=&quot;42&quot;&gt;1.对于蓝牙音响等存在电池边充边放的应用，2脚BAT上应有足够的电容，确保BAT上的纹波小于100mV，否则BAT上的纹波会干扰IP2322的检测，出现拔掉VIN输入，充电灯还亮的问题；&lt;/p&gt;&lt;p data-track=&quot;43&quot;&gt;2.R9的作用：保护芯片的第8脚，防止充电器上的瞬时高压损坏芯片；&lt;/p&gt;&lt;p data-track=&quot;44&quot;&gt;3.R15的作用：防止出现拔掉充电线，充电灯还亮的问题；&lt;/p&gt;&lt;p data-track=&quot;45&quot;&gt;4.肖特基二极管D2的正向电流要大于1A，不能使用IN5819（S4）,建议使用经常用到的SS14、SS24、SS34等；&lt;/p&gt;&lt;p data-track=&quot;46&quot;&gt;5.Layout时，电感应尽量靠近芯片摆放，且电感下面不能走线，电感同层下面的铜要挖空。&lt;/p&gt;&lt;p data-track=&quot;47&quot;&gt;&lt;br style=&quot;-webkit-tap-highlight-color: transparent; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important;&quot;/&gt;&lt;/p&gt;&lt;p data-track=&quot;48&quot;&gt;2. DC9V经过二极管给7.4V锂电池充电电路&lt;/p&gt;&lt;p data-track=&quot;49&quot;&gt;原理：如下图五，DC9V流经肖特基二极管D5后，经过一个限流电阻R18接到7.4V电池。其中Q3、R21、R17、LED6为充电指示电路。随着被充电池电压的上升，充电电流将逐渐减小，待电池充满后D5、R18上的压降将降低，从而使Q3截止，LED6将熄灭。为保证电池能够充足，请在指示灯熄灭后继续充1小时左右。&lt;/p&gt;&lt;p data-track=&quot;70&quot;&gt;&lt;br style=&quot;-webkit-tap-highlight-color: transparent; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2025/07/202507041751599171786836.jpg&quot; title=&quot;20250704_111543_005.jpg&quot; alt=&quot;20250704_111543_005.jpg&quot;/&gt;&lt;/section&gt;&lt;/p&gt;&lt;p data-track=&quot;71&quot;&gt;&lt;br style=&quot;-webkit-tap-highlight-color: transparent; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important;&quot;/&gt;&lt;/p&gt;&lt;p data-track=&quot;50&quot;&gt;注意事项：本电路的优点是电路简单、成本低；缺点稳定性低，在成本没有严格要求的情况下，优先选用充电管理芯片给7.4V锂电池充电，尤其是双节、三节、四节......电池的充电。&lt;/p&gt;&lt;p data-track=&quot;51&quot;&gt;&lt;br style=&quot;-webkit-tap-highlight-color: transparent; margin: 0px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; word-wrap: break-word !important;&quot;/&gt;&lt;/p&gt;&lt;p data-track=&quot;52&quot;&gt;3. DC9V通过TCS6207充电管理芯片给7.4V锂电池充电电路&lt;/p&gt;&lt;p&gt;&lt;section nodeleaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/section&gt;&lt;/p&gt;</description><pubDate>Fri, 04 Jul 2025 11:13:49 +0800</pubDate></item><item><title>简易小夜灯、自动变色小夜灯、双色发光二极管电路图</title><link>https://www.dzgcs.com/dzjczs/110332.html</link><description>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;小夜灯是一种特定场合使用的照明灯具，它对亮度的要求不高，但需要通宵点亮。利用发光二极管作为电光源的小夜灯，具有亮度适当、功耗很低、使用寿命很长的特点，而且可以制成红、绿、黄、橙、蓝等多种颜色，还可以变色。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;&quot;&gt;简易小夜灯&lt;br/&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-family: 宋体;font-size: 10.5pt;&quot;&gt;下&lt;/span&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-family: 宋体;font-size: 10.5pt;&quot;&gt;图发光二极管构成的简易小夜灯电路，采用电容降压整流，&lt;/span&gt;&lt;strong style=&quot;font-size: var(--articleFontsize);letter-spacing: 0.034em;&quot;&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;&quot;&gt;有利于简化电路、缩小体积、提高可靠性&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-family: 宋体;font-size: 10.5pt;&quot;&gt;。工作电流仅为&lt;span style=&quot;font-family:Calibri;&quot;&gt;10mA&lt;/span&gt;，十分节能，若以每晚点亮&lt;span style=&quot;font-family:Calibri;&quot;&gt;8h&lt;/span&gt;计，连续使用两个月仅耗电&lt;span style=&quot;font-family:Calibri;&quot;&gt;1&lt;/span&gt;度。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-galleryid=&quot;&quot; data-imgfileid=&quot;100003497&quot; data-ratio=&quot;0.5183727034120735&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;762&quot; style=&quot;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/11/20241103144203173061612336417.jpg&quot;/&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;text-align: justify;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;电路中，&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;VD 3 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;为发光二极管，作为小夜灯的电光源，可以按照各自喜好选用不同颜色的发光二极管。&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;C 1 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;为降压电容，&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;VD 2 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;为整流二极管，&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;VD 1 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;为续流二极管。我们知道，电容器可以通过交流电，并存在一定的容抗，正是这个容抗限制了通过电容器的交流电流的大小。&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;在交流&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;220V&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;市电正半周时，电流经 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;C 1 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;降压限流、&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;VD 2 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;整流后通过发光二极管&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;VD 3 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;使其发光。在交流&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;220V&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;市电负半周时，电流经续流二极管&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;VD 1 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;和 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;C 1 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;构成回路。&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;C 2 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;为滤波电容，使通过发光二极管的电流为稳定的直流电流。&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;R &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;是降压电容 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;C 1 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;的泄放电阻。&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;&quot;&gt;自动变色小夜灯&lt;br/&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-family: 宋体;font-size: 10.5pt;&quot;&gt;不仅能够提供夜间微光照明，而且会自动改变颜色。&lt;/span&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-family: 宋体;font-size: 10.5pt;&quot;&gt;它&lt;/span&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-family: 宋体;font-size: 10.5pt;&quot;&gt;采用双色发光二极管作为电光源，由&lt;span style=&quot;font-family:Calibri;&quot;&gt;555&lt;/span&gt;时基电路进行驱动。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-galleryid=&quot;&quot; data-imgfileid=&quot;100003496&quot; data-ratio=&quot;0.5657407407407408&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1080&quot; style=&quot;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/11/20241103144203173061612388321.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;555&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;时基电路&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;(IC)&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;与定时电阻 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;R 2 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;和 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;R 3 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;、定时电容 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;C 3 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;等构成多谐振荡器，其输出端&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;第&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;3&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;脚&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;输出信号 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;U o &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;为连续方波。&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;&quot;&gt;双色发光二极管&lt;br/&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;特点是可以发出两种颜色的光，它是将两种发光颜色&lt;/span&gt;&lt;span style=&quot;font-size: 10.5pt;letter-spacing: 0.034em;font-family: Calibri;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;常见的为红色和绿色&lt;/span&gt;&lt;span style=&quot;font-size: 10.5pt;letter-spacing: 0.034em;font-family: Calibri;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;的管芯反向并联后封装在一起。当工作电压为左正右负时，电流 &lt;/span&gt;&lt;span style=&quot;font-size: 10.5pt;letter-spacing: 0.034em;font-family: Calibri;&quot;&gt;I a &lt;/span&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;通过管芯&lt;/span&gt;&lt;span style=&quot;font-size: 10.5pt;letter-spacing: 0.034em;font-family: Calibri;&quot;&gt;VD a &lt;/span&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;使其发红光。当工作电压为左负右正时，电流 &lt;/span&gt;&lt;span style=&quot;font-size: 10.5pt;letter-spacing: 0.034em;font-family: Calibri;&quot;&gt;I b &lt;/span&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;通过管芯&lt;/span&gt;&lt;span style=&quot;font-size: 10.5pt;letter-spacing: 0.034em;font-family: Calibri;&quot;&gt;VD b &lt;/span&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;使其发绿光。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-galleryid=&quot;&quot; data-imgfileid=&quot;100003498&quot; data-ratio=&quot;0.9128205128205128&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;585&quot; style=&quot;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/11/20241103144203173061612353024.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;双色发光二极管&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;VD 5 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;接在&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;555&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;时基电路的输出端&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;第&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;3&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;脚&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;，当输出电压 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;U o =1(&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;高电平&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;时，电流通过管芯&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;VD a &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;使其发红光。当输出电压 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;U o =0(&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;低电平&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;时，电流通过管芯&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;VD b &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;使其发绿光。&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;R 4 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;、 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;R 5 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;是&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;VD 5 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;的限流电阻。由于&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;555&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;时基电路多谐振荡器的振荡周期约为“&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;1s+1s&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;”，因此小夜灯的实际效果是“红&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;秒”、“绿&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;秒”地自动变色。&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;降压电容&lt;/span&gt; &lt;span style=&quot;font-family:Calibri;&quot;&gt;C 1 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;、整流二极管&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;VD 1 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;～&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;VD 4 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;、滤波电容 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;C 2 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;等，组成电容降压整流滤波电源电路，提供电路所需的直流电源。&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;R 1 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;是降压电容 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;C 1 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;的泄放电阻。&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;&quot;&gt;闪光小夜灯&lt;br/&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-family: 宋体;font-size: 10.5pt;&quot;&gt;它&lt;/span&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-family: 宋体;font-size: 10.5pt;&quot;&gt;发出的是间隙性闪亮的微光，既可以提供小夜灯式的照明，又具有醒目的提示作用，如将它设置在电灯开关旁，需要时可以使人迅速找到开关开启电灯。&lt;/span&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-family: 宋体;font-size: 10.5pt;&quot;&gt;如下&lt;/span&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-family: 宋体;font-size: 10.5pt;&quot;&gt;图电路，电路包括振荡器、&lt;span style=&quot;font-family:Calibri;&quot;&gt;LED&lt;/span&gt;电光源和整流电源等组成部分。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-galleryid=&quot;&quot; data-imgfileid=&quot;100003495&quot; data-ratio=&quot;0.4398148148148148&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1080&quot; style=&quot;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/11/20241103144204173061612445203.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;单结晶体管&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;V&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;等构成弛张振荡器，电阻 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;R 2 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;和电容 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;C 3 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;是定时元件，决定着电路的振荡周期，振荡周期 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;T &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;≈ &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;R 2 C 3 ln&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-galleryid=&quot;&quot; data-imgfileid=&quot;100003494&quot; data-ratio=&quot;1.1120689655172413&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;116&quot; style=&quot;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/11/20241103144204173061612441406.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;ln&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;为自然对数，即以&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;e(2.718)&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;为底的对数；η 为单结晶体管的分压比。改变 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;R 2 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;或 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;C 3 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;即可改变振荡周期。&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;电路是利用单结晶体管的负阻特性工作的。刚接通电源后，&lt;/span&gt; &lt;span style=&quot;font-family:Calibri;&quot;&gt;C 3 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;上电压为“&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;”，单结晶体管&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;V&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;因无发射极电压而截止，串接在&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;V&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;第一基极的发光二极管&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;VD 3 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;不亮。随着电源经 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;R 2 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;向 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;C 3 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;充电， &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;C 3 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;上电压不断上升。当 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;C 3 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;上电压大于单结晶体管的峰点电压时，单结晶体管&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;V&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;迅速导通，发光二极管&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;VD 3 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;点亮发光。&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;由于单结晶体管&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;V&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;的负阻特性，导通后其发射极与第一基极间电压急剧减小，接在发射极的 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;C 3 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;被快速放电。当 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;C 3 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;上电压小于单结晶体管的谷点电压时，单结晶体管&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;V&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;退出导通状态而截止，发光二极管&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;VD 3 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;熄灭，电源重又开始经 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;R 2 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;向 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;C 3 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;充电。如此周而复始形成振荡，发光二极管&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;VD 3 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;也就周期性地闪光，闪光周期约为&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;0.8s&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;。&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;R 3 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;是限流电阻。&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;降压电容&lt;/span&gt; &lt;span style=&quot;font-family:Calibri;&quot;&gt;C 1 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;、泄放电阻 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;R 1 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;、续流二极管&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;VD 1 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;、整流二极管&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;VD 2 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;、滤波电容 &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;C 2 &lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;等组成电容降压整流电路，将&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;220V&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;市电直接转换为直流电压供振荡闪光电路工作。比起变压器整流电路来说，电容降压整流具有电路简单、成本低廉、体积小、重量轻的优点。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;display: none;&quot;&gt;&lt;mp-style-type data-value=&quot;3&quot;&gt;&lt;/mp-style-type&gt;&lt;/p&gt;</description><pubDate>Sun, 03 Nov 2024 14:41:41 +0800</pubDate></item><item><title>自动关机电路、电源开关电路、NPN继电器开关电路原理</title><link>https://www.dzgcs.com/dzjczs/110331.html</link><description>&lt;p&gt;&lt;strong style=&quot;font-size: var(--articleFontsize);letter-spacing: 0.034em;&quot;&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;&quot;&gt;&lt;br/&gt;&lt;br/&gt;自动关机电路&lt;/span&gt;&lt;/strong&gt;&lt;br/&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-galleryid=&quot;&quot; data-imgfileid=&quot;100003515&quot; data-ratio=&quot;0.6287037037037037&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1080&quot; style=&quot;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/11/20241103144018173061601816872.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;比较器&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;+ RC&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;定时&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;+&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;三极管开关&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 10.5pt;letter-spacing: 0.034em;font-family: Calibri;&quot;&gt;R1&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;和&lt;/span&gt;&lt;span style=&quot;font-size: 10.5pt;letter-spacing: 0.034em;font-family: Calibri;&quot;&gt;C1&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;组成&lt;/span&gt;&lt;span style=&quot;font-size: 10.5pt;letter-spacing: 0.034em;font-family: Calibri;&quot;&gt;RC&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;定时网络，&lt;/span&gt;&lt;span style=&quot;font-size: 10.5pt;letter-spacing: 0.034em;font-family: Calibri;&quot;&gt;Q1&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;和&lt;/span&gt;&lt;span style=&quot;font-size: 10.5pt;letter-spacing: 0.034em;font-family: Calibri;&quot;&gt;Q2&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;组成电子开关。&lt;br/&gt;&lt;/span&gt;&lt;strong style=&quot;font-size: var(--articleFontsize);letter-spacing: 0.034em;&quot;&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;&quot;&gt;其工作过程：&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-family: 宋体;font-size: 10.5pt;&quot;&gt;当把开关&lt;span style=&quot;font-family:Calibri;&quot;&gt;S1&lt;/span&gt;置于“关”时&lt;span style=&quot;font-family:Calibri;&quot;&gt;9V&lt;/span&gt;电池对电容&lt;span style=&quot;font-family:Calibri;&quot;&gt;C1&lt;/span&gt;充电&lt;/span&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-family: 宋体;font-size: 10.5pt;&quot;&gt;，&lt;/span&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-family: 宋体;font-size: 10.5pt;&quot;&gt;使得&lt;span style=&quot;font-family:Calibri;&quot;&gt;C1&lt;/span&gt;两端的电压等于电池电压。当把&lt;span style=&quot;font-family:Calibri;&quot;&gt;S1&lt;/span&gt;置于“开”时，电容&lt;span style=&quot;font-family:Calibri;&quot;&gt;C1&lt;/span&gt;接至运放的同相输入端（&lt;span style=&quot;font-family:Calibri;&quot;&gt;A&lt;/span&gt;），同时也通过&lt;span style=&quot;font-family:Calibri;&quot;&gt;R1&lt;/span&gt;放电&lt;/span&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-family: 宋体;font-size: 10.5pt;&quot;&gt;，&lt;/span&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-family: 宋体;font-size: 10.5pt;&quot;&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;R2&lt;/span&gt;和&lt;span style=&quot;font-family:Calibri;&quot;&gt;R5&lt;/span&gt;分压得到约&lt;span style=&quot;font-family:Calibri;&quot;&gt;1.5V&lt;/span&gt;的电压加至运放的反相输入端（&lt;span style=&quot;font-family:Calibri;&quot;&gt;B&lt;/span&gt;），刚开机时电压&lt;span style=&quot;font-family:Calibri;&quot;&gt;A&lt;/span&gt;大于&lt;span style=&quot;font-family:Calibri;&quot;&gt;B&lt;/span&gt;，运放输出高电平&lt;/span&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-family: 宋体;font-size: 10.5pt;&quot;&gt;，&lt;/span&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-family: 宋体;font-size: 10.5pt;&quot;&gt;这说使用&lt;span style=&quot;font-family:Calibri;&quot;&gt;Q1 &lt;/span&gt;和&lt;span style=&quot;font-family:Calibri;&quot;&gt;Q2&lt;/span&gt;都导通，通过&lt;span style=&quot;font-family:Calibri;&quot;&gt;Q2&lt;/span&gt;的集电极输出&lt;span style=&quot;font-family:Calibri;&quot;&gt;9V&lt;/span&gt;电压&lt;/span&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-family: 宋体;font-size: 10.5pt;&quot;&gt;，&lt;/span&gt;&lt;span style=&quot;letter-spacing: 0.034em;font-family: 宋体;font-size: 10.5pt;&quot;&gt;万用极工作。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;随着&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;C1&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;的不断放电，&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;A&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;的电压不断下降，当&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;A&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;端电压小于&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;B&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;端电压时，运放输出低电平，&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;Q2&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;输出低电平，至于定时的时间，就取决于&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;R1&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;和&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;C1&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;了。其关系为：&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;t=-ln&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;（&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;A/U&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;）&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;RC&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;，其电&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;U&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;为电容的初始电压，&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;A&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;为终止电压。&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;&quot;&gt;电源开关电路&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-galleryid=&quot;&quot; data-imgfileid=&quot;100003516&quot; data-ratio=&quot;0.4287037037037037&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1080&quot; style=&quot;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/11/20241103144018173061601848139.jpg&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;&quot;&gt;在电路上电之前&lt;/span&gt;&lt;span style=&quot;&quot;&gt;，&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;开关&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;“&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;TEST&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;”断开，单片机也没有通过&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;VCC&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;加电&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;，&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;此时，&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;T1&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;的基极通过&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;R9&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;（&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;100k&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;）接地，处于截止状态&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;，&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;T3&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;的基级电阻&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;R7&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;所连接的&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;Test&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;，&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;T1&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;都处于截止状态，所以&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;T3&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;也处于截止状态。&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;&lt;br/&gt;电源&lt;/span&gt;&lt;span style=&quot;font-size: 10.5pt;letter-spacing: 0.034em;font-family: Calibri;&quot;&gt;+9V&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;被&lt;/span&gt;&lt;span style=&quot;font-size: 10.5pt;letter-spacing: 0.034em;font-family: Calibri;&quot;&gt;T3&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;隔离，没有加载稳压芯片&lt;/span&gt;&lt;span style=&quot;font-size: 10.5pt;letter-spacing: 0.034em;font-family: Calibri;&quot;&gt;IC2&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;上，&lt;/span&gt;&lt;span style=&quot;font-size: 10.5pt;letter-spacing: 0.034em;font-family: Calibri;&quot;&gt;IC2&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;的输出&lt;/span&gt;&lt;span style=&quot;font-size: 10.5pt;letter-spacing: 0.034em;font-family: Calibri;&quot;&gt;VCC&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;letter-spacing: 0.034em;&quot;&gt;保持低电平。&lt;br/&gt;&lt;/span&gt;&lt;strong style=&quot;font-size: var(--articleFontsize);letter-spacing: 0.034em;&quot;&gt;&lt;span style=&quot;font-family: 宋体;font-size: 10.5pt;&quot;&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;&lt;br/&gt;NPN&lt;/span&gt;继电器开关电路&lt;br/&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-galleryid=&quot;&quot; data-imgfileid=&quot;100003514&quot; data-ratio=&quot;0.7803790412486065&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;897&quot; style=&quot;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/11/20241103144018173061601839210.jpg&quot;/&gt;&lt;br/&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;当由于晶体管的开关作用向线圈供电时，由于欧姆定律（&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;I = V / R&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;）所定义的线圈直流电阻，将流过最大电流&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;，&lt;/span&gt;&lt;span style=&quot;&quot;&gt;其中一些电能存储在继电器线圈的磁场内。&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;当晶体管切换为&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;“ &lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;OFF&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;”时，流经继电器线圈的电流减小，磁场消失，磁场中存储的能量必须到达某个位置，并且在线圈上试图保持继电器线圈中的电流时会在线圈两端产生反向电压&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;，&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;此动作会在继电器线圈上产生一个高电压尖峰，如果堆积会损坏开关&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;NPN&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;晶体管。&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;防止损坏半导体晶体管，在继电器线圈两端连接了一个&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;“续流二极管”，也称为续流二极管&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;，&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;续流二极管将线圈两端的反向电压钳位到大约&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;0.7V&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;，耗散了存储的能量并保护了开关晶体管&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;，&lt;/span&gt;&lt;span style=&quot;&quot;&gt;续流二极管仅在电源为极化直流电压时适用&lt;/span&gt;&lt;span style=&quot;&quot;&gt;，&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;AC&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;线圈需要不同的保护方法，使用了&lt;/span&gt;&lt;span style=&quot;font-family:Calibri;&quot;&gt;RC&lt;/span&gt;&lt;span style=&quot;font-family:宋体;&quot;&gt;缓冲电路。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-bottom: 0px;outline: 0px;font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;background-color: rgb(255, 255, 255);color: rgb(34, 34, 34);&quot;&gt;&lt;span style=&quot;outline: 0px;color: #D6D6D6;font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif;letter-spacing: 0.544px;font-size: 11px;&quot;&gt;&amp;quot;以上信息均来源网络，如有侵删&amp;nbsp;&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;display: none;&quot;&gt;&lt;mp-style-type data-value=&quot;3&quot;&gt;&lt;/mp-style-type&gt;&lt;/p&gt;</description><pubDate>Sun, 03 Nov 2024 14:40:14 +0800</pubDate></item><item><title>反激开关电源原理图解</title><link>https://www.dzgcs.com/dzjczs/092430.html</link><description>&lt;h2 style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-top: 8px;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;color: rgb(79, 79, 79);font-weight: 700;font-size: 24px;line-height: 1.33em;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);&quot; data-mpa-powered-by=&quot;yiban.io&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;一.我们先来认识一下反激变换器&lt;br style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;&quot;/&gt;&lt;br style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;&quot;/&gt;1.反激基本&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;电路&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;:&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755328&quot; data-ratio=&quot;0.7579617834394905&quot; data-type=&quot;png&quot; data-w=&quot;471&quot; style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112305172714818561413.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;&amp;nbsp;2．工作原理：&lt;br style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;&quot;/&gt;&lt;br style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;&quot;/&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;变压器&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;的一次和二次绕组的极性相反，这大概也是Flyback名字的由来：a.当&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;开关&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;管导通时，变压器原边&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;电感&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;电流&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;开始上升，此时由于次级同名端的关系，输出&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;二极管&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;截止，变压器储存能量，负载由输出&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;电容&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;提供能量。b.当开关管截止时，变压器原边电感感应电压反向，此时输出二极管导通，变压器中的能量经由输出二极管向负载供电，同时对电容充电，补充刚刚损失的能量。&lt;br style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;&quot;/&gt;&lt;br style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;&quot;/&gt;3.反激电路的演变：&lt;br style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;&quot;/&gt;&lt;br style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;&quot;/&gt;可以看作是隔离的Buck/Boost电路:&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755327&quot; data-ratio=&quot;1.5203836930455636&quot; data-type=&quot;jpeg&quot; data-w=&quot;417&quot; style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112306172714818678382.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;4.在反激电路中，输出变压器T除了实现电隔离和电压匹配之外，还有储存能量的作用，前者是变压器的属性，后者是电感的属性，因此有人称其为电感变压器，有时我也叫他异步电感。二．Flyback的工作模式:1.DCM(discon&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;ti&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;nuous current mode)&amp;amp;CCM(continuous current mode)根据次级电流是否有降到零，反激可以分为DCM和CCM两种工作模式。两种模式有其各自的特点。下面两种工作模式时的波形(理想波形)。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755324&quot; data-ratio=&quot;0.7279279279279279&quot; data-type=&quot;jpeg&quot; data-w=&quot;555&quot; style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112306172714818663485.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;&amp;nbsp;反激变换器工作在CCM下的各个波形&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755325&quot; data-ratio=&quot;0.75390625&quot; data-type=&quot;jpeg&quot; data-w=&quot;512&quot; style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112306172714818610506.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;反激变换器工作在DCM下的各个波形&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;3.工作模式：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;1）电压电流波形2）用电感变压器模型来标示工作工作过程；也可以原副边分开讨论，用电压源来代替中间的转换。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755326&quot; data-ratio=&quot;1.5137844611528821&quot; data-type=&quot;jpeg&quot; data-w=&quot;399&quot; style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112306172714818690313.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755330&quot; data-ratio=&quot;0.40530973451327434&quot; data-type=&quot;jpeg&quot; data-w=&quot;565&quot; style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112306172714818634890.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755332&quot; data-ratio=&quot;0.8136363636363636&quot; data-type=&quot;jpeg&quot; data-w=&quot;440&quot; style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112306172714818651215.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755333&quot; data-ratio=&quot;0.6587155963302752&quot; data-type=&quot;jpeg&quot; data-w=&quot;545&quot; style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112307172714818734027.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755329&quot; data-ratio=&quot;0.8077753779697624&quot; data-type=&quot;jpeg&quot; data-w=&quot;463&quot; style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112307172714818746308.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;4.波形震荡的来源：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;1）开关管关断时的震荡来源于漏感；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;2）断续时的震荡，主要原边电感了，因没有了反射电压嵌位。我们可以把反射电压当作一个电压源.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755331&quot; data-ratio=&quot;0.5216666666666666&quot; data-type=&quot;jpeg&quot; data-w=&quot;600&quot; style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112307172714818763225.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;5.实际不理想时开关管所承受的电压是什么样的那？&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;a.(1)开关管电压分为几部分：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;Vds=VDC+&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;VR&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;o(N*Vo)+Vlk&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;b.(2)VDC没有什么好解释的；VRo是因原边开关管关断副边二极管导通，输出电压通过变压器反映到原边的电压(N*Vo)；除了变压器制约住的电压还有制约不住的漏感电压Vlk，既然是漏感电压，当然和变压器的漏感有关系了。这个电压是我们讨厌的！&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;c.(3)如果来限制漏感电压那？RCD吸收钳位电路，利用电容吸收，靠二极管钳位，通过&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;电阻&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;把漏感能量消耗掉。设计的原则是让RCD能够消耗掉漏感能量，发挥该有的作用，但又不能过猛成为原边一个吃激磁电感能量负载。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;6. 变压器 ，电压电流波形，二极管反向恢复：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;1)反激的变压器与其说是变压器莫如说是电感,但我们又不能否认它是变压器;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;2)变压器都会存在或多或少的漏感，相对于原边变存在，相对于复边亦存在；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;3)电压波形的两处震荡：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;a.CCM模式时,只有开关管关断时,由于漏感引起的震荡（Lk和C）;b.DCM模式时,还有副边电流为零，原边电感失去NVo嵌位，引起震荡(Lm和C）；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;c.所有的震荡，甚至包含功率转换的基本开关，都是EMI的来源；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;5)同时，我们知道二极管存在反向恢复问题：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;a.CCM模式，会有该问题；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;b.DCM模式，因电流已将到零了，所以基本不存在这个问题；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755338&quot; data-ratio=&quot;0.67&quot; data-type=&quot;jpeg&quot; data-w=&quot;600&quot; style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112307172714818793119.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;三.再谈Vds:&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;Vds=VDC+VRo(n*Vo)+Vlk;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;这个公式我再谈两点：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;a.如果还考虑到副边整流管的压降，应该是n*(Vo+VDsec);因VDsoec很小，忽略了，前提是n不大时。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;b.在我们设计时，输入电压和输出电压是定下来，我们无能为力，但是匝比是我们自己设计的。有时候，我们为了迁就选择标准的管子，我们电压偏高时，就要来轻微的调整匝比来满足我们的设计。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;四.再谈一下断续和连续的问题：1.原副边的制约关系:a.Uo=D/（1-D）Vin这是Flyback的电压制约公式，这里没有负载参数，说明理论上输出电压不受负载影响，这个最经常出现的公式只是在CCM下成立的奥。b.如果在DCM模式下，原边与副边靠的功率守恒来制约，这样输出电压的公式为：Vo=VinTon*Sqrt(R0/2TLp)输出电压与负载大小有关系，电压与负载成反比，因此原则上开环不能空载运行的哈，不要忘了呀。2.断续和连续的真实波形是怎样的那？其实反激真是很神奇的一个拓扑，简单而又十分高深；对于最基本的问题，我也是了解了其中的30%而已。小功率机种Flybck真是最佳选择，多小那？在LLC没有被人们掌握好之前，200W都有用的，现在75W以上的人们开始考虑用LLC了，效率却是做得更好。3.在开关管关断时有来源于漏感的震荡；在转入DCM时也有震荡，但这个震荡是主电感在震荡了。我有时根据这个震荡来判断你是DCM还是CCM，这是我自己所采用的方法。五.再谈Flyback的变压器1.在反激电路中，输出变压器T除了实现电隔离和电压匹配之外，还有储存能量的作用，前者是变压器的属性，后者是电感的属性，因此有人称其为电感变压器，有时我也叫他异步电感。2.Flyback电路没有输出滤波电感，或者更准确的说反激可以没有输出滤波电感，用蔡明的话来讲，这是为什么那？我得理解是因第一条，实际上在电流回路中已经有了电感了，所以可以不在有；3.Flyback的变压器要存储能量，这不是变压器的属性，这是电感的属性；变压器要存储能量，所以变压器一般要开气息；有的朋友可能对我前面的话不理解，存储能量和气息有什么关系那？是因一旦开了气息，能量主要保存在气息中。六.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755337&quot; data-ratio=&quot;0.5716666666666667&quot; data-type=&quot;jpeg&quot; data-w=&quot;600&quot; style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112307172714818767095.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755336&quot; data-ratio=&quot;0.2408256880733945&quot; data-type=&quot;png&quot; data-w=&quot;436&quot; style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112308172714818865275.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;color: var(--md-editor-text-color-active);overflow: auto hidden;line-height: 1.429em !important;&quot;&gt;&lt;img data-imgfileid=&quot;502755335&quot; data-ratio=&quot;0.2408256880733945&quot; data-type=&quot;png&quot; data-w=&quot;436&quot; style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112308172714818893253.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;编辑&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755334&quot; data-ratio=&quot;0.2870159453302961&quot; data-type=&quot;png&quot; data-w=&quot;439&quot; style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112308172714818880617.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;&amp;nbsp;6.副边的电流大家自己推吧哈 ；九.开关频率fs:（1）开关频率fs=1/(ton+toff):ton=I_P*L/Vin;toff=I_P*L/(N*Vo);（2）更精细的计算应该加上VDS的上升和下降时间:t_Lleak=Cp*VDS/I_P;t_w=pi*sqrt(Cp*Lp);fs=1/(ton+toff+t_Lleak+t_w)十一.我们再谈谈Flyback变压器开气息的目的哈：先看图，我发现图是最直接的展现形式，不信，您看：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755339&quot; data-ratio=&quot;0.6116666666666667&quot; data-type=&quot;jpeg&quot; data-w=&quot;600&quot; style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112308172714818837653.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;十二.关于电流我想再唠叨两句：给大家一个&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;图形&lt;/span&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;哈，图形最直观；大家对平均值，峰值，等一看图形就知道了：&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755340&quot; data-ratio=&quot;0.49666666666666665&quot; data-type=&quot;jpeg&quot; data-w=&quot;600&quot; style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112308172714818859985.jpg&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;电路的损耗和什么相关那？有效值；我解释一下，有效值的最基本概念(初中):定义：时变量的瞬时值在给定时间间隔内的均方根值；怎么算？：需要大学里学的积分了，把瞬时值表达出来，根据定义进行运算积分求得。简单吧，技术的本身应该是简单的；&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;电流热效应&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;margin-bottom: 16px;border-width: 0px;border-style: initial;border-color: initial;vertical-align: baseline;font-size: 16px;color: var(--md-editor-text-color-active);overflow: auto hidden;font-family: -apple-system, &amp;quot;SF UI Text&amp;quot;, Arial, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif, SimHei, SimSun;letter-spacing: normal;text-align: start;text-wrap: wrap;background-color: rgb(255, 255, 255);line-height: 1.429em !important;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;有效值是根据电流热效应来规定的，让一个交流电流和一个直流电流分别通过阻值相同的电阻，如果在相同时间内产生的热量相等，那么就把这一直流电的数值叫做这一交流电的有效值。&lt;/span&gt;&lt;/p&gt;&lt;section class=&quot;mp_profile_iframe_wrp&quot;&gt;&lt;mp-common-profile class=&quot;js_uneditable custom_select_card mp_profile_iframe&quot; data-pluginname=&quot;mpprofile&quot; data-id=&quot;MzAxNTIzOTcyMw==&quot; data-headimg=&quot;http://mmbiz.qpic.cn/mmbiz_png/wOjke8xO2icITXoeHznUNia3ZSK66VWcRn9gdfJDfKY4hJ79PUia45Qxiawx0eibnqpvFJiaBRTaEZq0icSrgeYHicApaA/0?wx_fmt=png&quot; data-nickname=&quot;电子工程师笔记&quot; data-alias=&quot;eenotes&quot; data-signature=&quot;一个只分享电子技术干货的公众号！&quot; data-from=&quot;0&quot; data-is_biz_ban=&quot;0&quot;&gt;&lt;/mp-common-profile&gt;&lt;/section&gt;&lt;p style=&quot;display: none;&quot;&gt;&lt;mp-style-type data-value=&quot;3&quot;&gt;&lt;/mp-style-type&gt;&lt;/p&gt;</description><pubDate>Tue, 24 Sep 2024 11:21:59 +0800</pubDate></item><item><title>常用的锂电池充电电路 双节锂电池充电电路简介</title><link>https://www.dzgcs.com/dzjczs/092429.html</link><description>&lt;p data-track=&quot;4&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-align: left;&quot; data-mpa-powered-by=&quot;yiban.io&quot;&gt;&lt;span style=&quot;font-weight: 700;border-width: 0px;border-style: initial;border-color: initial;font-size: 17px;&quot;&gt;一、对锂电池的了解&lt;/span&gt;&lt;/p&gt;&lt;h1 data-track=&quot;5&quot; style=&quot;font-size: 1.056em;margin-top: 20px;margin-bottom: 20px;font-weight: 700;border-width: 0px;border-style: initial;border-color: initial;line-height: 1.579;color: rgb(0, 0, 0);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;1、锂电池的充电：&lt;/span&gt;&lt;/h1&gt;&lt;p data-track=&quot;6&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;border-width: 0px;border-style: initial;border-color: initial;color: #333333;&quot;&gt;根据锂电池的结构特性，最高充电终止电压应为4.2V，不能过充，否则会因正极的锂离子拿走太多，而使电池报废。其充放电要求较高，可采用专用的恒流、恒压充电器进行充电。通常恒流充电至4.2V/节后转入恒压充电，当恒压充电电流降至100mA以内时，应停止充电。&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;7&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-align: center;text-indent: 2em;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;充电电流（mA）=0.1～1.5倍&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;8&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-align: left;text-indent: 2em;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;电池容量（如1350mAh的电池，其充电电流可控制在135～2025mA之间）。常规充电电流可选择在0.5倍电池容量左右，充电时间约为2～3小时。&lt;/span&gt;&lt;/p&gt;&lt;h1 data-track=&quot;9&quot; style=&quot;font-size: 1.056em;margin-top: 20px;margin-bottom: 20px;font-weight: 700;border-width: 0px;border-style: initial;border-color: initial;line-height: 1.579;color: rgb(0, 0, 0);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;2、锂电池的放电&lt;/span&gt;&lt;/h1&gt;&lt;p data-track=&quot;10&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;border-width: 0px;border-style: initial;border-color: initial;color: #333333;&quot;&gt;因锂电池的内部结构所致，放电时锂离子不能全部移向正极，必须保留一部分锂离子在负极，以保证在下次充电时锂离子能够畅通地嵌入通道。否则，电池寿命就相应缩短。为了保证石墨层中放电后留有部分锂离子，就要严格限制放电终止最低电压，也就是说锂电池不能过放电。放电终止电压通常为3.0V/节，最低不能低于2.5V/节。电池放电时间长短与电池容量、放电电流大小有关。电池放电时间（小时）=电池容量/放电电流。锂电池放电电流（mA）不应超过电池容量的3倍。（如1000mAH电池，则放电电流应严格控制在3A以内）否则会使电池损坏。&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;11&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;border-width: 0px;border-style: initial;border-color: initial;color: #333333;&quot;&gt;标准地，一般锂电池的充放电公式可以定义为：&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;12&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;color: #5F5F5F;&quot;&gt;充放电时间（分钟）=容量*1.1/电流（mA）*60&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;13&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;border-width: 0px;border-style: initial;border-color: initial;color: #5F5F5F;&quot;&gt;其中，1.1代表系数；&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;15&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;&lt;span style=&quot;border-width: 0px;border-style: initial;border-color: initial;color: #333333;&quot;&gt;3、&lt;/span&gt;&lt;span style=&quot;font-weight: 700;border-width: 0px;border-style: initial;border-color: initial;color: #333333;&quot;&gt;锂电池保护电路&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;16&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;border-width: 0px;border-style: initial;border-color: initial;color: #333333;&quot;&gt;充电保护电路，选择芯片DW01和GTT8205的组合，可以做到短路保护，过充过放电的保护。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755493&quot; data-ratio=&quot;0.6027777777777777&quot; data-type=&quot;jpeg&quot; data-w=&quot;1080&quot; style=&quot;border-width: 0px;border-style: initial;border-color: initial;margin-right: auto;margin-bottom: 8px;margin-left: auto;cursor: zoom-in;display: block;border-radius: 4px;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112052172714805292799.jpg&quot;/&gt;&lt;/p&gt;&lt;p data-track=&quot;59&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;border-width: 0px;border-style: initial;border-color: initial;color: #333333;&quot;&gt;该电路主要由锂电池保护专用集成电路DW01，充、放电控制MOSFET1（内含两只N沟道MOSFET）等部分组成，单体锂电池接在B+和B-之间，电池组从P+和P-输出电压。充电时，充电器输出电压接在P+和P-之间，电流从P+到单体电池的B+和B-，再经过充电控制MOSFET到P-。在充电过程中，当单体电池的电压超过4.35V时，专用集成电路DW01的OC脚输出信号使充电控制MOSFET关断，锂电池立即停止充电，从而防止锂电池因过充电而损坏。放电过程中，当单体电池的电压降到2.30V时，DW01的OD脚输出信号使放电控制MOSFET关断，锂电池立即停止放电，从而防止锂电池因过放电而损坏，DW01的CS脚为电流检测脚，输出短路时，充放电控制MOSFET的导通压降剧增，CS脚电压迅速升高，DW01输出信号使充放电控制MOSFET迅速关断，从而实现过电流或短路保护。&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;19&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;二、单节锂电池充电电路&lt;/span&gt;&lt;/p&gt;&lt;h1 data-track=&quot;20&quot; style=&quot;font-size: 1.056em;margin-top: 20px;margin-bottom: 20px;font-weight: 700;border-width: 0px;border-style: initial;border-color: initial;line-height: 1.579;color: rgb(0, 0, 0);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;1、二极管充电电路&lt;/span&gt;&lt;/h1&gt;&lt;p data-track=&quot;21&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;&lt;span style=&quot;font-weight: 700;border-width: 0px;border-style: initial;border-color: initial;color: #333333;&quot;&gt;原理：&lt;/span&gt;&lt;span style=&quot;border-width: 0px;border-style: initial;border-color: initial;color: #333333;&quot;&gt;如下图一，DC5V流经肖特基二极管D1后，经过一个限流电阻R1接到电池。其中Q1、R2、R3、LED1为充电指示电路。随着被充电池电压的上升，充电电流将逐渐减小，待电池充满后D1、R1上的压降将降低，从而使Q1截止，LED将熄灭。为保证电池能够充足，请在指示灯熄灭后继续充1小时左右。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755492&quot; data-ratio=&quot;0.6079613992762364&quot; data-type=&quot;png&quot; data-w=&quot;829&quot; style=&quot;border-width: 0px;border-style: initial;border-color: initial;margin-right: auto;margin-bottom: 8px;margin-left: auto;cursor: zoom-in;display: block;border-radius: 4px;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112053172714805311625.png&quot;/&gt;&lt;/p&gt;&lt;p data-track=&quot;23&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;2、4054充电电路&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755489&quot; data-ratio=&quot;0.6061185468451242&quot; data-type=&quot;png&quot; data-w=&quot;1046&quot; style=&quot;border-width: 0px;border-style: initial;border-color: initial;margin-right: auto;margin-bottom: 8px;margin-left: auto;cursor: zoom-in;display: block;border-radius: 4px;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112053172714805399493.png&quot;/&gt;&lt;/p&gt;&lt;p data-track=&quot;24&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;font-weight: 700;border-width: 0px;border-style: initial;border-color: initial;font-size: 17px;&quot;&gt;3. TP4056充电电路&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755490&quot; data-ratio=&quot;0.6053897978825794&quot; data-type=&quot;png&quot; data-w=&quot;1039&quot; style=&quot;border-width: 0px;border-style: initial;border-color: initial;margin-right: auto;margin-bottom: 8px;margin-left: auto;cursor: zoom-in;display: block;border-radius: 4px;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112053172714805329928.png&quot;/&gt;&lt;/p&gt;&lt;p data-track=&quot;25&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;TP4056是一款完整的单节锂离子电池采用恒定啊电流/恒定电压线性充电器。其底部带有散热片的SOP8封装与较少的外部元件数目，使得TP4056成为便携式应用的理想选择。TP4056可以适合USB电源和适配器电源工作。下面以简捷的电路说明一下TP4056在设计中需要注意的地方。&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;26&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;(1) 充电电流可以通过电阻R8进行编程。公式：IBAT = 1200 / R8 精度在10%；&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;27&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;(2) 充电状态，红灯亮，绿灯灭；充满状态，红灯灭，绿灯亮；&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;28&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;(3) TEMP正常连接（连接到电池的NTC），当出现欠压，电池温度过高、过低、无电池等故障状态时，红灯灭，绿灯灭；图三电路中，TEMP直接接地，因此不具有此状态；&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;29&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;(4) BAT接10UF的电容，无电池（TEMP端接地）时，红灯闪烁，绿灯亮；&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;30&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;(5) Layout的时候，由于TP4056为ESOP8封装，所以芯片底部要开窗，使芯片更好的接地，且Bottom层也要适当的加大开窗面积，加强TP4056的散热；&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;31&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;(6) 如果需要增加&lt;span style=&quot;border-width: 0px;border-style: initial;border-color: initial;color: #333333;&quot;&gt;热调节电流功能，需要在DC5V串一个0.25欧1206封装的电阻；&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;32&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;border-width: 0px;border-style: initial;border-color: initial;color: #333333;&quot;&gt;加0.25欧电阻的作用：降低内部MOSFET两端的压降能够显著减少IC中的功耗。在热调节期间，这具有增加输送至电池的电流的作用。对策之一是通过一个外部元件（例如一个电阻器或二极管）将一部分功率耗散掉。&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;33&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;border-width: 0px;border-style: initial;border-color: initial;color: #333333;&quot;&gt;充电器在工作的时候会发热，在发热的情况下，比如规定最大充电电流为1A，实际上发热以后充电电流达不到1A，越热输出电流越小，为了解决这个问题，就是连接一个电阻，将一部分功率耗散掉。&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;34&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;border-width: 0px;border-style: initial;border-color: initial;color: #333333;&quot;&gt;让这个电阻承担一部分热量，减小芯片发热，来增加锂电池充电电流。&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;38&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-weight: 700;border-width: 0px;border-style: initial;border-color: initial;font-size: 17px;&quot;&gt;三、双节锂电池充电电路&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;40&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;font-weight: 700;border-width: 0px;border-style: initial;border-color: initial;font-size: 17px;&quot;&gt;1、DC5V给7.4V锂电池充电&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;68&quot; style=&quot;margin-top: 18px;margin-bottom: 18px;border-width: 0px;border-style: initial;border-color: initial;height: 0px;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755491&quot; data-ratio=&quot;0.5076481835564054&quot; data-type=&quot;png&quot; data-w=&quot;1046&quot; style=&quot;border-width: 0px;border-style: initial;border-color: initial;margin-right: auto;margin-bottom: 8px;margin-left: auto;cursor: zoom-in;display: block;border-radius: 4px;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112053172714805380517.png&quot;/&gt;&lt;/p&gt;&lt;p data-track=&quot;41&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;&lt;span style=&quot;font-weight: 700;border-width: 0px;border-style: initial;border-color: initial;&quot;&gt;注意事项&lt;/span&gt;：&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;42&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;1.对于蓝牙音响等存在电池边充边放的应用，2脚BAT上应有足够的电容，确保BAT上的纹波小于100mV，否则BAT上的纹波会干扰IP2322的检测，出现拔掉VIN输入，充电灯还亮的问题；&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;43&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;2.R9的作用：保护芯片的第8脚，防止充电器上的瞬时高压损坏芯片；&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;44&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;3.R15的作用：防止出现拔掉充电线，充电灯还亮的问题；&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;45&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;4.肖特基二极管D2的正向电流要大于1A，不能使用IN5819（S4）,建议使用经常用到的SS14、SS24、SS34等；&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;46&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;5.Layout时，电感应尽量靠近芯片摆放，且电感下面不能走线，电感同层下面的铜要挖空。&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;48&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;font-weight: 700;border-width: 0px;border-style: initial;border-color: initial;font-size: 17px;&quot;&gt;2. DC9V经过二极管给7.4V锂电池充电电路&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;49&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;&lt;span style=&quot;font-weight: 700;border-width: 0px;border-style: initial;border-color: initial;color: #333333;&quot;&gt;原理：&lt;/span&gt;&lt;span style=&quot;border-width: 0px;border-style: initial;border-color: initial;color: #333333;&quot;&gt;如下图五，DC9V流经肖特基二极管D5后，经过一个限流电阻R18接到7.4V电池。其中Q3、R21、R17、LED6为充电指示电路。随着被充电池电压的上升，充电电流将逐渐减小，待电池充满后D5、R18上的压降将降低，从而使Q3截止，LED6将熄灭。为保证电池能够充足，请在指示灯熄灭后继续充1小时左右。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755494&quot; data-ratio=&quot;0.5106177606177607&quot; data-type=&quot;png&quot; data-w=&quot;1036&quot; style=&quot;border-width: 0px;border-style: initial;border-color: initial;margin-right: auto;margin-bottom: 8px;margin-left: auto;cursor: zoom-in;display: block;border-radius: 4px;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112054172714805472030.png&quot;/&gt;&lt;/p&gt;&lt;p data-track=&quot;50&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;注意事项：本电路的优点是电路简单、成本低；缺点稳定性低，在成本没有严格要求的情况下，优先选用充电管理芯片给7.4V锂电池充电，尤其是双节、三节、四节......电池的充电。&lt;/span&gt;&lt;/p&gt;&lt;p data-track=&quot;52&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);text-indent: 2em;&quot;&gt;&lt;span style=&quot;font-weight: 700;border-width: 0px;border-style: initial;border-color: initial;font-size: 17px;&quot;&gt;3. DC9V通过TCS6207充电管理芯片给7.4V锂电池充电电路&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;502755495&quot; data-ratio=&quot;0.6577181208053692&quot; data-type=&quot;png&quot; data-w=&quot;1043&quot; style=&quot;border-width: 0px;border-style: initial;border-color: initial;margin-right: auto;margin-bottom: 8px;margin-left: auto;cursor: zoom-in;display: block;border-radius: 4px;&quot; src=&quot;https://www.dzgcs.com/zb_users/upload/2024/09/20240924112054172714805452979.png&quot;/&gt;&lt;/p&gt;&lt;p data-track=&quot;53&quot; style=&quot;margin-top: 20px;margin-bottom: 20px;border-width: 0px;border-style: initial;border-color: initial;color: rgb(34, 34, 34);font-family: &amp;quot;PingFang SC&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;font-size: 18px;letter-spacing: normal;text-wrap: wrap;background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-size: 17px;&quot;&gt;（1）Layout时，电感应尽量靠近芯片摆放，且电感下面不能走线，电感同层下面的铜要挖空。&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;display: none;&quot;&gt;&lt;mp-style-type data-value=&quot;3&quot;&gt;&lt;/mp-style-type&gt;&lt;/p&gt;</description><pubDate>Tue, 24 Sep 2024 11:20:29 +0800</pubDate></item></channel></rss>