防止电池“损坏”

发布于 2024-10-20 18:50:02 字数 325 浏览 2 评论 0原文

我目前正在使用Android SDK进行开发,并且因为我正在构建基于相机的应用程序,所以我无法使用模拟器来测试它。

这意味着以下情况经常发生

  • 我将手机连接到 USB 电池电量为 50%
  • 我在充满电之前断开连接,例如 80%
  • 我必须离开,我想带着我的手机
  • 我回来后再次连接等等...

我读到锂离子电池不会受到记忆效应的影响,但另一方面,我也读到应该等到电池充满电后再从 USB 断开连接。

所以,我想知道我现在使用手机进行调试的方式是否会损坏或缩短电池的寿命

任何建议都值得赞赏

I'm currently developing with Android SDK, and because I'm building an application based on camera, I cannot use the emulator to test it.

This means that the following scenario happens quite frequently

  • I connect my phone to USB the battery is 50%
  • I disconnect it before it is fully charged, e.g. 80%
  • I have to leave, and I want to take my phone with me
  • I come back and connect again and so on...

I read that Lithium-ion batteries don't suffer the memory effect, but, on the other hand, I also read that one should wait until the battery is fully charged before disconnecting it from the USB.

So, I'm wondering if the way I'm using the phone now for debugging may damage or reduce the life of my battery

Any advice is appreciated

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

逆蝶 2024-10-27 18:50:02

首先,我不是这方面的专家。

正如您所说,锂离子电池不会受到充电记忆效应的影响,但它们具有“数字记忆”(影响剩余电量百分比的准确性),如本文所述(因此您必须定期完全放电 - 完全充电电池以避免这种情况):

来源:http://www.techrepublic.com/blog/ Five-tips/ Five-tips-for-extending-lithium-ion-battery-life/289

有关它的更多信息:

”锂离子电池的局部放电没有问题;没有记忆,除了校准智能电池上的电量计之外,电池不需要定期完全放电循环”

因此局部放电不是问题。 最糟糕的情况是在高温下保持充满电的电池

来源:http:// Batteryuniversity.com/learn/article/how_to_prolong_lithium_based_batteries

关于锂离子电池需要完全充​​电,我确实找到了相关来源,但在 Apple 支持中您可以找到以下内容:

“您可以断开连接在电池充满电之前使用 iPod 您不必等到电池完全耗尽后再充电。这是因为锂离子电池(例如 iPod 中使用的电池)没有记忆效应。见于镍基充电电池”

来源:http://support.apple.com/kb /ht1384

结论:您的部分充电/放电不会引人注目。如果您想延长电池寿命,请遵循前两篇文章中的建议(避免过热、不要完全放电……等)。

First of all, I'm not an expert in this subject.

Lithium-ion battery, as you say, does not suffer the charge memory effect but they have the "digital memory" (affects the accuracy % remaining battery) as reflected in this article (so you have to fully-discharge - fully-charge periodically the battery to avoid this):

Source: http://www.techrepublic.com/blog/five-tips/five-tips-for-extending-lithium-ion-battery-life/289

More info about it:

"Partial discharge on Li-ion is fine; there is no memory and the battery does not need periodic full discharge cycles other than to calibrate the fuel gauge on a smart battery"

So partial discharge is not a problem. The worst condition is keeping a fully charged battery at elevated temperatures

Source: http://batteryuniversity.com/learn/article/how_to_prolong_lithium_based_batteries

About the need to fully-charge in Lithium-ion batteries, I did find a source about it, but in Apple support you can find this:

"You can disconnect and use your iPod before the battery is fully charged. You don't have to wait until the battery is completely empty before charging it again. This is because lithium-ion batteries, such as those used in iPod, have none of the memory effects seen in nickel-based rechargeable batteries"

Source: http://support.apple.com/kb/ht1384

Conclusion: Your partial charges/discharges won't be noticeable. If you want to extend the battery life, follow the suggestions you can find in the first two articles (avoid hot, don't let fully discharge... etc).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文