Charging of super capacitor batteries

本文探讨了超级电容器从太阳能电池和微型发电机等能量收集源直接充电的方法,对比了电池充电,强调了最大电流充电效率,并讨论了过压保护、泄漏电流及温度影响。

**

Charging of super capacitor batteries

YTF website:www.ytfcapacitor.com

A discharged supercapacitor is like a circuit that is shorted to an energy source. Fortunately, many energy harvesting sources (such as solar cells and micro-generators) can drive a short circuit and charge a super capacitor directly from 0V. ICs that interface with various energy sources, such as piezoelectric or thermal power, must be able to drive a shorted circuit to charge the supercapacitor.

The industry has made great efforts in MPPT (Maximum Peak Power Tracking) to get the most efficient power from energy harvesting sources. This solution is feasible when the battery must be charged in a constant voltage manner. The battery charger is usually a dc/dc converter that is a constant power load to the energy source, so it makes sense to use MPPT to get energy at the most efficient point.

In contrast to batteries, supercapacitors do not need to be charged at a constant voltage, but are most efficient when charging at the maximum current that the power supply can provide. A simple and effective charging circuit for the case where the open circuit voltage of the solar cell array is less than the rated voltage of the super capacitor. The diode prevents the supercapacitor from recharging the solar cell in the absence of light. If the open circuit voltage of the energy is greater than the voltage of the super capacitor, the super capacitor needs to be overvoltage protected by a shunt regulator. The shunt regulator is an inexpensive and simple solution to overvoltage protection. Once the supercapacitor is fully charged, it does not matter whether it consumes too much energy.

The energy harvester is like a water pipe with unlimited water supply, filling a sink (like a super capacitor). If the sink is full, the water pipe is still open and the water will overflow. This is different from batteries, which have limited battery supply and therefore require a series regulator.

In the circuit, the super capacitor is 0V, and the short-circuit current is obtained from a solar cell. As the supercapacitor is charged, the current drops, depending on the voltage/current characteristics of the solar cell. But the supercapacitor always gets the maximum current possible, so it charges at the highest possible rate. The circuit in use uses the TLV3011 solar cell because it contains a voltage reference that requires only about 3μA of quiescent current, and it is an open-drain battery cell. When the regulator is turned off, the output is open. . The circuit uses a BAT54 diode because it has a low forward voltage drop at low currents, ie, a forward voltage of less than 0.1V at forward currents less than 10μA.

Micro-generators are well suited for industrial control applications, such as monitoring rotating machines because the machine vibrates while it is working. The voltage-current characteristic of a micro-generator is given, which is similar to a solar cell and can provide the maximum current for a short circuit. The micro-generator also has a diode bridge that prevents the supercapacitor from recharging the generator, which results in a simple charging circuit.

When the supercapacitor is charged, the leakage current decays over time as ions in the carbon electrode diffuse into the pores. The leakage current settles at an equilibrium value that depends on capacitance, voltage, and time. The leakage current is proportional to the capacitor core. The empirical estimation algorithm for supercapacitor equalized leakage current is 1μA/F at room temperature. The 150mF capacitor has a leakage current of 0.2μA and 0.3μA after 160 hours.

The leakage current increases exponentially with increasing temperature. As the temperature increases, the time to stabilize to equilibrium is reduced because ions diffuse faster. Therefore, these capacitors require the least amount of time to charge from 0V. This current ranges from 5μA to 50μA depending on the supercapacitor. Designers should consider testing this minimum charging current when selecting a supercapacitor for an energy harvesting circuit.
http://www.ytfcapacitor.com/super-capacitor/

### 双充电技术在电子设备中的应用 双充电技术是指通过两种不同的方式或路径同时为设备供电的技术。这种方式可以显著提高充电效率并减少充电时间。 #### 技术原理 双充电技术支持两个独立的电源输入通道,通常一个是传统的USB接口,另一个可能是无线充电板或其他形式的能量传输装置。当这两个通道同时工作时,电流会分配到电池的不同部分或者经过内部电路优化处理后再统一输送到电池中[^1]。 对于某些高端笔记本电脑和平板电脑来说,制造商已经开始采用这种先进的充电方案来满足用户日益增长的需求。例如,在一些支持Thunderbolt 3标准的产品上,可以通过连接器实现高达100W功率级别的快速有线充电;与此同时,如果该产品也集成了Qi认证的无线充电功能,则可以在放置于兼容底座之上时额外获得数瓦特级的小幅电量补充[^2]。 值得注意的是,并不是所有的硬件都能够安全有效地利用双重能量源进行加速补电操作。为了确保最佳性能以及安全性考量,工程师们需要精心设计PCB布局、选择合适的半导体材料与保护机制等措施以防止过热现象发生并延长使用寿命。 ```python def dual_charging_efficiency(current_1, current_2): """ 计算双路充电总效率 参数: current_1 (float): 路径一提供的电流强度(A) current_2 (float): 路径二提供的电流强度(A) 返回: float: 总充电效率(%) """ total_current = current_1 + current_2 efficiency = min(100 * ((current_1 / max(total_current, 0.001)) ** 0.7 + (current_2 / max(total_current, 0.001)) ** 0.7), 100) return round(efficiency, 2) print(f"双充电系统的理论最高效率为 {dual_charging_efficiency(2, 3)}%") ```
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值