0%

DC-DC 电源是将一个固定的直流电压变换为可变的直流电压的电路,也称为直流斩波器,有 BUCK(降压)、BOOST(升压)、BUCK-BOOST(升降压)和反激等多种拓扑结构。其工作方式主要有 PWM 波 “定频调宽” 和 PFM 波 “定宽调频” 两种,一般采用 PWM 波控制开关管的通断。

阅读全文 »

详解两种 LDO 电路(带三极管、MOS 管)的设计与区别。先介绍三极管(电流特性、放大倍数、导通条件)、MOS 管(极的对应关系、特性曲线)及误差放大器(负反馈、线性区特性)的核心特性,再分析两种 LDO 的负反馈调节机制,说明输出电压和参考电压变化时,电路如何通过调整电流稳定输出。

阅读全文 »

该文章解析I2C和SPI总线中电阻的作用与选型。I2C总线因SDA、SCL为开漏输出,需上拉电阻确保空闲时为高电平,阻值选1-10kΩ(常见4.7kΩ等)、功率0.125-0.25W。SPI总线的电阻用于防信号反射、匹配阻抗及稳定多从设备通信,CS线上拉/下拉电阻选1-10kΩ,终端匹配电阻按传输线阻抗选50-100Ω左右,选型需结合通信速率等因素。

阅读全文 »

本文介绍嵌入式领域常用的SPI、I2C、UART三种串行通信协议。SPI为同步协议,通信速度快、支持全双工,但引脚占用多;I2C仅需两引脚,支持多主多从和仲裁机制,速率较慢;UART为异步协议,电路简单、通信距离长,依赖波特率匹配且速率低。三者均采用串行传输,适用于嵌入式设备通信,需根据传输速率、硬件资源、通信距离等需求选择。

阅读全文 »

介绍通信的三类核心模式。串行按顺序逐位传输,线路简单、适合长距通信,代表协议有 SPI、I2C、UART;并行多位同时传输,速率高但线路多、适合短距。全双工可同时收发数据(如 SPI),效率高;半双工双向通信但不同时(如 I2C、UART),结构简单。同步依赖公共时钟(如 SPI、I2C),可靠性高但线路复杂;异步无需共同时钟(如 UART),灵活简便但效率和准确性稍逊。

阅读全文 »

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

聚焦集成运放核心应用电路,先明确其线性区(带深度负反馈,遵循虚短、虚断原则)与非线性区(开环或正反馈,输出仅正负饱和值)的区分及分析方法。接着详解差动放大器原理,通过叠加原理推导输出电压公式,说明其消除共模电压和误差的特性。最后介绍仪表放大电路的两级结构,分析其高输入阻抗、高共模抑制比的优势及适用场景,为微弱信号测量提供解决方案。

阅读全文 »

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment