簡易檢索 / 詳目顯示

研究生: 陳俊達
CHUN-TA CHEN
論文名稱: 鋰離子電池剩餘容量估測系統之研製
Development of a Remaining Capacity Estimation System for Lithium-ion Batteries
指導教授: 劉益華
Yi-Hua Liu
口試委員: 羅有綱
Yu-Kang Lo
鄧人豪
Jen-Hao Teng
王順忠
Shun-Chung Wang
學位類別: 碩士
Master
系所名稱: 電資學院 - 電機工程系
Department of Electrical Engineering
論文出版年: 2012
畢業學年度: 100
語文別: 中文
論文頁數: 107
中文關鍵詞: 電池容量估測充電狀態電池監測系統
外文關鍵詞: battery capacity estimation, SOC, BMS
相關次數: 點閱:296下載:8
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報

現今可攜式電子產品,如手機或筆記型電腦的數量增長迅速,這種發展下導致對電池的龐大需求。二次電池經常使用在這些設備上,因為在這些產品的生命週期中具有成本效益。對於二次電池而言,鋰離子(Li-ion)電池是最普遍使用於可攜式電子產品中的電池類型,其優點具有高能量(體積)密度、無記憶效應和高開路電壓等。鋰離子電池要求的監控系統,是能夠測量鋰離子電池的參數(電壓、電流和溫度),以避免電池損壞或缺陷。除此之外,必須能夠估測剩餘在電池中的容量,以提供使用者有效分配電力使用及充電時間。因此,電池的充電狀態(State of Charge, SOC)的資訊非常重要。然而,估測電池的SOC並不是一件容易的事,因為SOC取決於許多因素,如溫度、電池容量和電池內阻。
本論文的主要目的在於有效且精確的估測鋰離子電池充電狀態,並且提出鋰離子電池的電池監測系統(Battery Monitoring System)。電池監測系統包含以下功能:電池參數的精準測量(包含充電/放電電流,電池電壓和電池溫度)和SOC的資訊,並且提供電池過電壓、電池過充/放電和電池過溫保護。本篇論文中電池監測系統與外部主機溝通採用UART/USB通訊協定,在中央控制器方面採用STMicroelectronics公司所推出之STM32系列微控制器。為了提供電池參數即時顯示和數據記錄,本文使用Borland C++ Builder開發了一套人機介面,以便使用者查看即時資訊。本文將對所提出之電池管理系統硬體與軟體設計進行詳細說明,並由實驗結果驗證電池管理系統之正確性。


Nowadays, the number of portable consumer electronics such as mobile phones and laptop computers has grown rapidly. These developments have resulted in massive demand for batteries. Secondary batteries are often used in these devices because they are cost-effective over the lifetime of the product. For secondary batteries, lithium-ion (Li-ion) batteries are the most popular type of battery for portable electronics, due to their high energy-to-weight (volume) ratios, no memory effect and high open circuit voltage. Li-ion battery requires monitoring system that is capable of measuring the parameters (voltage, current and temperature) of individual cell in order to prevent damage and identify defective cell. In addition, knowing the amount of energy left in a battery compared with the energy it had when it was full gives the user an indication of how much longer a battery will continue to perform before it needs recharging; therefore, the battery state of charge (SOC) information is essential. However, measuring the battery SOC is not an easy task because the SOC depends on many factors such as temperature, battery capacitance and battery internal resistance.
The main objective of this thesis is to estimate the state of charge of the Li-ion battery accurately and effectively. In this thesis, a battery monitoring system for Li-ion cells is proposed. The presented BMS provides the following features: accurate measurement of battery parameters including charging/discharging current, cell voltages and cell temperatures and information of SOC. It also provides battery over voltage, battery overcharge/over discharge and battery over temperature protection. The presented BMS can communicate with an external host using UART/USB communication protocols. In this thesis, the central controller utilized is STM32 microcontroller from STMicroelectronics Corp. In order to provide the real-time display and data logging of the battery parameters, a user-friendly graphical user interface (GUI) is also developed using Borland C++ Builder. Detailed description of the hardware and software of the proposed BMS will be provided, and experimental results will also be provided to verify the correctness of the proposed BMS.

摘要 I Abstract II 誌謝 III 目錄 IV 圖目錄 VII 表目錄 X 第一章 緒論 1 1.1 前言 1 1.2 研究動機與目的 1 1.3 鋰離子電池管理系統架構 2 1.4 論文大綱 3 第二章 二次電池與容量估測方法介紹 5 2.1 前言 5 2.2 二次電池簡介 5 2.2.1 鉛酸電池 7 2.2.2 鎳鎘電池 7 2.2.3 鎳氫電池 8 2.2.4 鋰離子電池 9 2.2.5 二次電池特性比較 12 2.3 相關名詞解釋 14 2.4 電池剩餘容量估測方式 16 2.4.1 開路電壓法 16 2.4.2 閉迴路電壓法 17 2.4.3 查表法 17 2.4.4 庫侖積分法 18 2.4.5 比重法 19 2.4.6 內電阻法 20 2.4.7 估測方式之比較 21 2.5 容量估測晶片技術 22 2.6 系統架構規劃 26 2.6.1 估測系統之設計規格 27 2.6.2 ICR18650-22P 電池電壓與剩餘容量之關係 27 第三章 鋰離子電池估測之硬體架構 31 3.1 取樣電路 31 3.1.1 電壓取樣 31 3.1.2 電流取樣 34 3.1.3 溫度取樣 37 3.2 充電電路 38 3.3 電源轉換 41 3.4 系統通訊介面 43 3.4.1 I2C通訊 43 3.4.2 RS-232通訊 44 第四章 鋰離子電池估測之韌體架構 46 4.1 核心微控制器介紹 46 4.2 系統架構規劃與程式流程 50 4.3 容量估測方式 59 4.4 系統通訊介面 60 4.4.1 UART通訊 60 4.4.2 I2C通訊 63 4.5 溫度取樣 66 4.6 監控介面 67 4.6.1 C++ Builder簡介 67 4.6.2 估測系統監控介面 67 第五章 實驗結果與討論 70 5.1 實驗環境 70 5.2 估測系統實體 71 5.3 估測數據與誤差 73 5.4 監控介面 89 第六章 結論與未來展望 90 6.1 結論 90 6.2 未來展望 90 參考資料 92

[1] 孫清華編譯,「可充電電池技術大全」,全華科技圖書股份有限公司,2003年9月。
[2] 魏若芳,「串聯鋰離子電池組模組化電池管理系統研製」,台灣科技大學電機工程研究所論文,民國一百年七月。
[3] 羅一峰,「運用田口方法之鋰電池最佳化快速充電波形搜尋」,台灣科技大學電機工程博士論文,民國九十九年八月。
[4] 李孜賾,「以模糊控制為基礎之五階段鋰電池充電機」,台灣科技大學電機工程研究所論文,民國九十八年六月。
[5] M. Coleman, C. K. Lee, C. Zhu, and W. G. Hurley, “State-of-Charge Determination from EMF Voltage Estimation Using Impedance, Terminal Voltage,and Current for Lead-Acid and Lithium-Ion Batteries,” IEEE Trans. Ind. Elec., vol. 54, no. 5, pp. 2550-2557, October 2007.
[6] Caumont O., et. al., “Energy Gauge for Lead-Acid Batteries in Electric Vehicles,” IEEE Transactions on Energy Conversion,Vol. 15, No. 3, pp.354-360, Sep. 2000.
[7] G. Alber, and M. W. Migliaro, “Impedance testing-is it a substitute for capacity test?” Telecommunications Energy Conference, pp.245-249, 1994.
[8] L. M. Hofland, E. J. Stofel, and R.K. Taenaka, “Galileo probe Li-SO2 battery cell life testing,” IEEE Aerosp. Electron. Syst., pp. 14-18, 1996.
[9] Pang, S., Farrell, J., Du, J., Barth, M., “Battery state-of-charge estimation,” Proceedings of the American Control Conference, Vol. 2, pp. 1644 –1649, June. 2001.
[10] 賴世榮,「智慧型鋰離子電池殘存電量估測之研究」,中山大學電機工程學系碩士論文,民國九十三年十月。
[11] Pop. V and Bergveld, H.J. and Notten, P.H.L and Regtien, P.P.L “State-of-the-Art of battery State-of-Charge determination” Measurement Science and Technology, Vol. 16, no12, October 2005.
[12] Y. S. Lee, W. Y. Wang, and T. Y. Kuo, “Soft computing for battery state-of-charge (BSOC) estimation in battery string systems,” IEEE Trans. on Industrial Electronics, Vol. 55, no. 1, pp. 229–239, Jan. 2008.
[13] Configuring the bq27010/210 for Gas Gauge Application, Texas Instruments, February 2007.
[14] G. Nagasubramanian, E. P. Roth, and D. Ingersoll, “Electrical and electrochemical performance characteristics of small commercial Li-ion cells,” Battery Conference on Applications and Advances, pp. 91-96,1999
[15] S. Piller, M. Perrin, A. Jossen, “Methods for state-of-charge determination and their applications,” J. Power Sources, Vol. 96, Issue 1, pp. 113-120, June 2001.
[16] Texas Instruments, Inc. ”Single-Cell Impedance TrackTM Gas Gauge for Novices” Available:http://www.ti.com
[17] Texas Instruments, Inc. Yevgen Barsukov, and Jinrong Qian, ”Battery Capacity Monitoring Accuracy and Implementation” Battery Power Management Applications Available:http://www.ti.com
[18] Texas Instruments, Inc. ” SBS v1.1-COMPLIANT GAS GAUGE FOR USE WITH THE bq29312” Available:http://www.ti.com
[19] Samsung Technology, Inc. “ Li-ion Rechargeable ”, 2006. [Online] Available:http://www.samsung.com.tw
[20] Analog Devices, Inc. ”CMOS Rail-to-Rail General-Purpose Amplifiers” Available:http://www.analog.com
[21] California Eastern Laboratories “PS710B-1A,0.05Ω Low on-state Resistance 2.5A Continuous Load Current 1-ch Optical Coupled MOS FET” Available:http://www.cel.com
[22] Allegro MicroSystems, Inc. ” Fully Integrated, Hall Effect-Based Linear Current Sensor IC with 2.1 kVRMS Isolation and a Low-Resistance Current Conductor ” Available:http://www.allegro.com
[23] National Semiconductor “Precision Centigrade Temperature Sensors” Available:http://www.national.com
[24] Texas Instruments, Inc. ”2.5A, Dual-input, Single Cell Switchmode Li-Lon Battery Charger with Power Path Management” Available:http://www.ti.com
[25] Linear Technology, lnc. “ High Effiency, High Voltage 20mA Synchronous Step-Down Converter “ Available:http://www.linear.com
[26] NEC Corporation “Three Terminal Positive Voltage Regulators” Available:http://www.nec.com
[27] Prolific Technology, Inc. “USB to Serial Bridge Controller” Available:http://www.prolific.com.tw
[28] STMicroelectronics “High-density performance line ARM-based 32-bit MCU with 256 to512KB Flash, USB, CAN, 11 timers, 3 ADCs, 13 communication interfaces “April 2011 [Online] Available:http://www.st.com
[29] MDK研究團隊編著,「Keil MDK ARM 原理與實作-以stm32為例」,台科大圖書股份有限公司,2010年7月。
[30] STMicroelectronics “STM32F10x Technical Training” July 2009 [Online] Available:http://www.st.com
[31] Prolific Technology, Inc. “ PL-2302HX Edition(Chip Rev D) USB to Serial Bridge Controller Product Datasheet, ” Available:http://www.prolific.com.tw
[32] USB 實驗室,Available:http://www.usblab.idv.tw.
[33] Texas Instruments, Inc. ” Ultra-Small, Low-Power, 16-BitAnalog-to-Digital Converter with Internal Reference ” Available:http://www.ti.com
[34] 蔡孟凱、雷穎傑等作,「C++ Builder 6 完全攻略」,上奇科技股份有限公司,2007年9月。
[35] Hewlett-Packard Company “HP 34401A Multimeter User’s Guide” Available:http://www.ee.buffalo.edu/
[36] Beamex “MC5 Multifunction Calibrator User’s Guide” Available:http://www.beamex.com
[37] “Battery State of Charge(SOC) Determination” Available:http://www.mpoweruk.com

無法下載圖示 全文公開日期 2017/07/26 (校內網路)
全文公開日期 本全文未授權公開 (校外網路)
全文公開日期 本全文未授權公開 (國家圖書館:臺灣博碩士論文系統)
QR CODE