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

蓄<b>电池充电器</b>

  • 手持式设备高功率电池充电器

    隨著許多手持式設備的性能逐漸接近膝上型電腦,其設計復雜性也在增加。

    标签: 手持式设备 高功率 电池充电器

    上传时间: 2013-10-10

    上传用户:苍山观海

  • 微电脑型数学演算式双输出隔离传送器

    特点(FEATURES) 精确度0.1%满刻度 (Accuracy 0.1%F.S.) 可作各式数学演算式功能如:A+B/A-B/AxB/A/B/A&B(Hi or Lo)/|A| (Math functioA+B/A-B/AxB/A/B/A&B(Hi&Lo)/|A|/etc.....) 16 BIT 类比输出功能(16 bit DAC isolating analog output function) 输入/输出1/输出2绝缘耐压2仟伏特/1分钟(Dielectric strength 2KVac/1min. (input/output1/output2/power)) 宽范围交直流两用电源设计(Wide input range for auxiliary power) 尺寸小,稳定性高(Dimension small and High stability)

    标签: 微电脑 数学演算 输出 隔离传送器

    上传时间: 2013-11-24

    上传用户:541657925

  • CN3052A(锂离子电池充电器)

    The CN3052A is a complete constant-current /constant voltage linear charger for single cell Li-ion and Li Polymer rechargeable batteries. The device contains an on-chip power MOSFET and eliminates the need for the external sense resistor and blocking diode.

    标签: 3052A 3052 CN 锂离子电池

    上传时间: 2013-11-10

    上传用户:子虚乌有

  • 双智能电池充电器简化服务器的备用电池

      Smart Batteries are an increasingly popular choice formore than just traditional compact consumer electronicdevices. For example, Smart Batteries are being used asbattery backup for products such as blade servers, whereknowing battery status is very important

    标签: 智能电池 充电器 备用电池 服务器

    上传时间: 2013-11-02

    上传用户:wangzhen1990

  • 手持式高功率电池充电器

      As the performance of many handheld devices approachesthat of laptop computers, design complexity also increases.Chief among them is thermal management—how doyou meet increasing performance demands while keepinga compact and small product cool in the user’s hand?For instance, as battery capacities inevitably increase,charge currents will also increase to maintain or improvetheir charge times. Traditional linear regulator-based batterychargers will not be able to meet the charge currentand effi ciency demands necessary to allow a product torun cool. What is needed is a switching-based chargerthat takes just about the same amount of space as a linearsolution—but without the heat.

    标签: 手持式 高功率 电池充电器

    上传时间: 2013-11-23

    上传用户:lu2767

  • MAX1909 电源管理IC

      MAX1909/MAX8725是高集成度的控制IC,简化了高精度、高效率多种化学类型电池充电器的结构。MAX1909/MAX8725用模拟输入控制充电电流和电压

    标签: 1909 MAX 电源管理IC

    上传时间: 2013-10-09

    上传用户:梧桐

  • 高电流便携式产品的电池充电器方案

      The LTC®4155 and LTC4156 are dual multiplexed-inputbattery chargers with PowerPath™ control, featuring I2Cprogrammability and USB On-The-Go for systems suchas tablet PCs and other high power density applications.The LTC4155’s float voltage (VFLOAT) range is optimizedfor Li-Ion batteries, while the LTC4156 is optimized forlithium iron phosphate (LiFePO4)batteries, supportingsystem loads to 4A with up to 3.5A of battery chargecurrent. I2C controls a broad range of functions and USBOn-The-Go functionality is controlled directly from theUSB connector ID pin.

    标签: 高电流 便携式产品 电池充电器 方案

    上传时间: 2013-10-09

    上传用户:hanhanj

  • 单片直接驱动数码管的计数器程序

      a_bit equ 20h ;个位数存放处   b_bit equ 21h ;十位数存放处   temp equ 22h ;计数器寄存器   star: mov temp,#0 ;初始化计数器   stlop: acall display   inc temp   mov a,temp   cjne a,#100,next ;=100重来   mov temp,#0   next: ljmp stlop   ;显示子程序   display: mov a,temp ;将temp中的十六进制数转换成10进制   mov b,#10 ;10进制/10=10进制   div ab   mov b_bit,a ;十位在a   mov a_bit,b ;个位在b   mov dptr,#numtab ;指定查表启始地址   mov r0,#4   dpl1: mov r1,#250 ;显示1000次   dplop: mov a,a_bit ;取个位数   MOVC A,@A+DPTR ;查个位数的7段代码   mov p0,a ;送出个位的7段代码

    标签: 直接驱动 数码管 计数器 程序

    上传时间: 2013-11-06

    上传用户:lx9076

  • HT46R51A/HT46R52A A/D型八位OTP单片机

    技术相关信息 技术相关信息 技术相关信息 技术相关信息 · 工具信息 ·  FAQs · 应用范例 −  HA0003S HT48 & HT46 MCU  与HT93LC46 EEPROM  的通信 −  HA0004S HT48 & HT46 MCU UART 的软件实现方法 −  HA0084S HT46R52 之应用-镍氢电池充电器展示板

    标签: HT 46 OTP 51

    上传时间: 2014-12-27

    上传用户:hanli8870

  • ATtiny15/L单片机原理及其应用

    描述ATtiny15/L是一款基于AVRRISC的低功耗CMOS的8位单片机。通过在一个时钟周期内执行一条指令,ATtiny15/L可以取得接近1MIPS/MHz的性能,从而使得设计人员可以在功耗和执行速度之间取得平衡。AVR核将32个工作寄存器和丰富的指令集联结在一起。所有的工作寄存器都与ALU算逻单元直接相连,允许在一个时钟周期内执行的单条指令同时访问两个独立的寄存器。这种结构提高了代码效率,使AVR得到了比普通CISC单片机高将近10倍的性能。ATtiny15/L具有4个单端及一个20倍增益的差分ADC通道。高速PWM输出使得ATtiny15/L十分适合于电池充电器应用和电源调节电路。

    标签: ATtiny 15 单片机原理

    上传时间: 2014-12-27

    上传用户:yinglimeng