虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Low-level

  • 电流检测电路中运算放大器与ADC的设计

    电学中的测量技术涉及范围非常广,电流测量在电学计量中占有非常重要的位置。如何精确地进行电流测量是精密测量的一大难题。传统的电流检测电路多采用运算放大芯片与片外电流检测电路相结合的方式,电路集成度很低,需要较多的接口和资源才能完成对电路的检测。本文把所有电路部分都集成在一块芯片上,包括检测电阻,运算放大器电路及模拟转数字转换电路,从而在电路内部可以进行电流检测,使电路更好的集成化。前置电路使用二级共源共栅结构的运算放大器,减小沟道长度调制效应造成的电流误差。10位SAR ADC中采用电容驱动能力强的传输门保证了模数转化器的有效精度。比较器模块采用再生锁存器与迟滞比较器作为基础单元组合解决精密测量的问题。本设计可以作为嵌入芯片内的一小部分而检测芯片中的微小电流1mA~100mA,工作电压在1.8v左右,电流检测精度预期达到10uA的需求。The measurement technology in electricity involves a wide range,and current measurement plays a very important position in electrical measurement.How to accurately measure current is a big problem in precision measurement. The traditional current detecting circuit adopts the combination of the operational amplifier chip and theoff-chip current detecting circuit, The circuit integration is very low, and more interfaces and resources are needed tocomplete the circuit detection.This topic integrates all the circuit parts into one chip, including detection resistance, operational amplifier circuit andanalog to digital conversion circuit. Highly integrated circuit makes the external resources on the chip more intensive,so that current detection can be carried out inside the circuit, so that the circuit can be better integrated. Thefront-end circuit of this project uses two-stage cascade operational amplifier and cascade tube to reduce the currenterror caused by channel length modulation effect. In 10-bit SAR ADC, the transmission gate with strong capacitivedriving ability ensures the effective accuracy of the analog-to-digital converter. Comparator module uses regenerativelatch and hysteresis comparator as basic unit to solve the difficult problem of precision measurement. This topic can beused as a small part of the embedded chip to detect the micro-current in the chip 1 mA~100 mA, the working voltageis about 1.8v, and the current detection accuracy is expected to reach the requirement of 10 uA.

    标签: 电流检测 电路 运算放大器 adc

    上传时间: 2022-04-03

    上传用户:

  • 基于UCC28019的PFC电路设计

    为设计高效率、低损耗的PFC电路,本文基于UCC28019进行电路设计。以UCC28019输出的PWM波形来控制Boost升压斩波为核心电路,使电路中的电容交替地充放电、电感交替的储存和释放能量,最后实现在输入AC20V~24V电压情况下稳定输出DC38V。测试结果表明,系统实现效率为95%左右,电压调整率小于1%,电源功率因数0.99。交流输入电压为19.0-25.8 V时,输出直流电压稳定性较好,电感无明显啸叫且纹波小,具有一定的带负载能力和实用性。In order to design the PFC circuit with high efficiency and low loss,this paper designs the circuit based on UCC28019.The PWM waveform output by UCC28019 is used to control boost chopper as the core circuit,which alternately charges and discharges capacitors,stores and releases energy by inductors,and finally achieves stable output of DC38 V under the input voltage of AC20 V~24 V.The test results show that the system achieves about 95% efficiency,the voltage adjustment rate is less than 1%,the power factor is 0.99,and the AC input voltage is 19.0-25.8 V.The output DC voltage stability is good,the inductance has no obvious whistle and the ripple is small,so it has certain load capacity and practicability.

    标签: ucc28019 pfc 电路设计

    上传时间: 2022-04-03

    上传用户:

  • 一种低成本高可靠的SFP+光收发模块电路研究与实现

    本文首次设计并验证了基于macom三合一芯片设计的光模块电路,该电路旨在提供一种满足SFF-8472中规定的数字诊断功能的低成本SFP+模块。电路采用激光器驱动、限幅放大器、控制器以及时钟恢复单元集成的单芯片,在保证高精度数字诊断功能基础上,实现了低成本高可靠的特点。该电路在光接收接口组件与激光器驱动和限幅放大器单元的限幅放大器部分之间接入滤波器来提高模块的灵敏度及信号质量。在控制器单元的数字电位器的引脚上采用外加电阻的方式避免出现上电不发光的故障问题。该研究结果为下一代SFP-DD光模块设计与开发工作,奠定了一定的理论与实践基础。This paper designs and validates the optical module circuit based on the MACOM Trinity chip for the first time.This circuit aims to provide a low-cost SFP module which meets the digital diagnosis function specified in SFF-8472.The circuit uses a single chip integrated with laser driver,limiting amplifier,controller and clock recovery unit.On the basis of ensuring high precision digital diagnosis function,it achieves the characteristics of low cost and high reliability.The circuit connects a filter between the optical receiving interface module and the limiting amplifier part of the laser driver and limiting amplifier unit to improve the sensitivity and signal quality of the module.The pin of the digital potentiometer in the controller unit is equipped with an external resistance to avoid the problem of power failure.The research results lay a theoretical and practical foundation for optical module design in high-speed data center.

    标签: sfp 光收发模块

    上传时间: 2022-04-03

    上传用户:

  • ESP32 DHT11 MQTT 温湿度实例

    1. Preface2. The concept2.2. Prescience 2.3. Reading guide 2.4. Abbreviations 2.5. Version management3. Hardware3.2. ESP32 3.3.2. Hardware schema 3.3.3. DHT22 and level shifter 3.3.4. Geekcreit® ESP32 Development Board4. Software4.2. Installatie van GIT 4.3. Installatation of the ESP32 Core 4.4. Installation of the Xtensa and ESP32 Tools 4.5. Python 4.5.1. Install Python 4.5.2. Installation of pySerial and EspTool 4.6. Test the software installation5. The ESP32 IoT project 5.1.1. WiFi connection 5.1.2. Setup date and time 5.1.3. MQTT connection 5.1.4. Determining temperature and humidity 5.2. IOT_ESP32_Project source6. Test6.2. ESP32, NodeJS, MongoDB en Mosca 6.2.1. Start MongoDB 6.2.2. Start NodeJS Express serve and Mosca broker 6.2.3. Start the ESP32 6.2.4. Start an Chrome browser

    标签: esp32 dht11 mqtt

    上传时间: 2022-04-05

    上传用户:kingwide

  • LPDDR3 JEDEC官方标准 JESD209-3C,共158页

    Low Power Double Data Rate 3(LPDDR3) JEDEC官方标准共158页。

    标签: lpddr3 jedec

    上传时间: 2022-04-12

    上传用户:

  • S32K1xx Series Reference Manual 用户手册--2029页

    S32K1xx Series Reference Manual 用户手册--2029页 Supports S32K116, S32K118, S32K142, S32K144, S32K146, and S32K148S32K是一款符合AEC-Q100规范、基于32位ARM Cortex-M4F和Cortex-M0+内核的MCU,适用于通用汽车和高可靠性工业应用。The S32K1xx product series further extends the highly scalable portfolio of Arm® Cortex®-M0+/M4F MCUs in the automotive industry. It builds on the legacy of the KEA series, while introducing higher memory options alongside a richer peripheral set extending capability into a variety of automotive applications. With a 2.70–5.5 V supply and focus on automotive environment robustness, the S32K product series devices are well suited to a wide range of applications in electrically harsh environments, and are optimized for cost-sensitive applications offering low pin-count options. The S32K product series offers a broad range of memory, peripherals, and package options. It shares common peripherals and pin counts, allowing developers to migrate easily within an MCU family or among the MCU families to take advantage of more memory or feature integration. This scalability allows developers to use the S32K product series as the standard for their end product platforms, maximizing hardware and software reuse and reducing time to market

    标签: S32K116 S32K118 S32K142 S32K144

    上传时间: 2022-04-16

    上传用户:jason_vip1

  • 一种新的电磁阀节能驱动电路

    随着电磁阀在工业和日常应用的增多,其功耗越来越被人们所重视。通过对电磁阀驱动电路的研究,设计一套电磁阀节能驱动电路。不仅提高了电磁阀的响应时间,更重要的是降低了功耗,使电磁阀由工作在大电流状态下,变成大电流启动小电流维持的工作状态。减少了由电流过大引起的电磁阀线圈过热,增加了电磁阀的安全性。The power consumption of an electromagnetic valve is drawing increasingly more attentiori as it is widely used in industrial production and daily life. In this study, an energy - saving driving circuit of electromagnetic valves was designed. It can make an electromagnetic valve to start with a high current while work with a low current; thereby the power consumption can be reduced. Besides, it can shorten the response time of an electromagnetic valve and improve the security of the valve.

    标签: 电磁阀 节能驱动电路

    上传时间: 2022-04-16

    上传用户:

  • 915MHz超高频RFID阅读器射频前端电路设计

    为了提高超高频RFID系统中阅读器在低信噪比的情况下仍具有较高的识别能力,提出一种基于FPGA系统结合软件无线电方法实现超高频RFID射频前端电路方案。超高频射频识别系统必须符合EPC Class 1generation 2标准,所设计的电路系统以Xilinx公司的XC6SLX16-2CSG324FPGA芯片为硬件基础,将数字基带调制解调和中频滤波电路在FPGA系统中设计实现,重点阐述了射频前端电路的设计结构、AD/DA转换电路,以及数字滤波器的设计。实验结果表明,所设计的超高频RFID阅读器简化了前端电路系统结构,提升了稳定性,增强了抗干扰能力。该电路系统在信噪比较低的情况下,能够较好地实现915MHz频率的射频接收和发送。In order to improve the reader UHF RFID system still has a higher ability to identify,in the case of low signal-to-noise ratio.The UHF RFID systems must comply with EPC Class 1 generation 2 standard.In this paper,the design of the circuit system based on Xilinx's XC6SLX16-2CSG324 FPGA chip,and presents UHF RFID RF front-end circuit with software radio based on FPGA system.Digital baseband modem and IF filter circuit is designed and implemented in the FPGA system,and focused on designing the structure of the RF front-end circuit,AD/DA conversion circuits,and digital filter.Experimental results show that the UHF RFID reader de...

    标签: 915mhz 超高频 rfid 阅读 射频 前端 电路 设计

    上传时间: 2022-04-17

    上传用户:shjgzh

  • TFT+LCD驱动芯片的研究与设计

    文章针对800×600象素的 TFT LCD,介绍了LCD显示原理、TFT元件特性、TFT-LCD的结构及驱动原理,重点进行了 TFT-LCD周边驱动电路设计,包括栅(行)驱动电路和源〔列)驱动电路。栅驱动芯片,内部主要包括逻辑控制电路、双向移位寄存器、电平位移电路和4-Level输出电路。本文设计了一种多模式工作的栅驱动电路,其中控制电路包含左右移位控制、输入输出控制、分段清零、工作模式选择,且相互之间必须进行互相配合。可根据应用场合的不同,而选择不同的工作模式。列驱动芯片,首先分析其工作原理,并对内部两个关键电路进行设计:并行输入串行输出电路和用于实现λ校正的DA变换电路。并采用两种方式实现了DA转换,一种是利用高低电压组合;另一种是采用高低位译码电路来实现。在此基础上,为了能够降低列驱动芯片的功耗,对列驱动芯片的结构进行了改进,并对改进后的缓冲电路进行了设计,采用 Hspice对芯片内部的模块电路进行仿真,仿真结果表明,所设计的驱动芯片基本能够满足所需的要求,并对栅驱动电路进行版图设计关键词:TFT LCD电平位移栅驱动列驱动科学技术的发展日新月异,显示技术也在发生一场革命,随着显示技术的突破及市场需求的急剧增长,使得以液晶显示(LCD)为代表的平板显示(FPD)技术迅速崛起。目前竞争最激烈的平板显示器有四个品种:场致发射平板显示器(FED)、等离子体平板显示器(PDP)、薄膜晶体管液晶平板显示器(TFT-ICD)和有机电致发光显示器(OLED)。而由于 TFT-LCD在亮度、对比度、功耗、寿命、体积和重量等方面的优势,从而得到广泛的关注和应用

    标签: tft lcd 驱动 芯片

    上传时间: 2022-04-22

    上传用户:

  • 1MHz换能器驱动电路的设计

    超声波换能器作为一种实用的检测手段,能实现声波所携带的信息和电能之间转换。它的性能优良,价格低廉,操作方便,易于调试,因此在工农业生产中发挥着重要的作用。但目前换能器驱动电路的发射频率多为40 kHz,本文针对1 MHz的超声波换能器电路进行了设计,主要介绍了它的发射驱动电路和接收驱动电路的设计方案,并对它们的功能进行了详细地说明。最后搭建实验平台,并对电路的输入、输出模块进行了测试。实验结果表明,换能器电路运行良好,可以为超声波高精度测量领域的应用提供参考。As a practical means of detection, ultrasonic transducer can realize the conversion between theinformation carried by sound wave and electric energy.It has the advantages of excellent performance,low cost, convenient operation and debugging, so plays an important role in industrial and agriculturalproduction.However, the transmitting frequency of the driving circuit for most transducer is 40 kHz.Thecircuit of 1 MHz ultrasonic transducer is designed In this paper. It mainly introduces the emissive drivingcircuit and the receiving circuit design and the detailed function of them. Finally, the experimentalplatform is built, and the circuit of input and output were tested. Experiments show that the transducer' s...

    标签: 换能器 驱动电路

    上传时间: 2022-04-28

    上传用户: