您好
想請教BQ769142 的庫倫讀取功能,UseA 使用1mA,
1. Current sense resistors 使用 2 mΩ,
使用充放電機台對電池進行放電,放電累積庫倫與 DASTATUS6() 讀取後累積計算值相當,
2. Current sense resistors 使用 1 mΩ,
相同條件使用充放電機台對電池進行放電,放電累積庫倫與 DASTATUS6() 讀取後累積計算值2倍,
想詢問使用不同Current sense resistors在設定上需要做調整嗎?
感謝
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好
想請教BQ769142 的庫倫讀取功能,UseA 使用1mA,
1. Current sense resistors 使用 2 mΩ,
使用充放電機台對電池進行放電,放電累積庫倫與 DASTATUS6() 讀取後累積計算值相當,
2. Current sense resistors 使用 1 mΩ,
相同條件使用充放電機台對電池進行放電,放電累積庫倫與 DASTATUS6() 讀取後累積計算值2倍,
想詢問使用不同Current sense resistors在設定上需要做調整嗎?
感謝
你好,
感謝您這邊提供參考資料,CC Gain and Capacity Gain values 是不是需要用IEEE754的方式轉換,才有辦法用透過I2C 寫入 4 Byte 給BQ769142?
www.h-schmidt.net/.../IEEE754.html
您好,Looking at the section I attached before: "Both the CC Gain and Capacity Gain are encoded using a 32-bit IEEE-754 floating point format." It looks like yes; you will need to convert the values to an IEEE-754 floating point value before writing them to the device's memory.
There are some additional instructions on the conversion in Section 3.3.3: Floating Point of the TRM.