SLUUCW4 November   2023 BQ27Z558

 

  1.   1
  2.   Description
  3.   Features
  4.   Applications
  5.   5
  6. 1Evaluation Module Overview
    1. 1.1 Introduction
    2. 1.2 Kit Contents
    3. 1.3 Specification
    4. 1.4 Device Information
  7. 2Hardware
    1. 2.1 Hardware Setup
      1. 2.1.1 Hardware Requirements
      2. 2.1.2 Connecting the BQ27Z558 Circuit Module to a Battery Pack
      3. 2.1.3 EVM Jumpers Description
    2. 2.2 Chemical ID
      1. 2.2.1 Chemical ID Selection Process Description
      2. 2.2.2 Hardware Requirements and Setup
      3. 2.2.3 Logging Data in bqStudio
      4. 2.2.4 GPCChem Tool
      5. 2.2.5 Programming a Chemical ID
      6. 2.2.6 Further Resources for Chemical ID Process
    3. 2.3 Calibrating Gauge Measurements
      1. 2.3.1 Voltage Calibration
      2. 2.3.2 Current Calibration
    4. 2.4 Learning Cycle and Golden Image
      1. 2.4.1 Learning Cycle Process Description
      2. 2.4.2 Data Memory Configuration
      3. 2.4.3 Learning Cycle Steps
      4. 2.4.4 Low Temperature Optimization
      5. 2.4.5 Creating the Golden Image File
      6. 2.4.6 Programming the Golden Image File
    5. 2.5 BQ27Z558-Based Circuit Module
      1. 2.5.1 Circuit Module Connections
      2. 2.5.2 Pin Description
  8. 3Software
    1. 3.1 Software Setup
      1. 3.1.1 System Requirements
      2. 3.1.2 Software Installation
    2. 3.2 Troubleshooting Unexpected Dialog Boxes
    3. 3.3 Using bqStudio
      1. 3.3.1 Starting the Program
      2. 3.3.2 Setting Programmable BQ27Z558 Options
    4. 3.4 Gauge Communication
      1. 3.4.1 Advanced Communication in bqStudio
      2. 3.4.2 Standard Data Commands
      3. 3.4.3 Manufacturer Access Commands
      4. 3.4.4 Further Resources on Gauge Communication
  9. 4Hardware Design Files
    1. 4.1 Schematic
    2. 4.2 PCB Layout
    3. 4.3 Bill of Material
  10. 5Additional Information
    1.     Trademarks

Standard Data Commands

Standard commands are common commands from the Smart Battery Specification (SBS) industry-standard which defines smart battery interfacing. Standard commands use a command code pair to associate the registers associated with each command. Read and write commands are addressed to the LSB of the command code.

Example: Read the Relative State Of Charge.

  1. Perform a Read Operation:
    1. I2C Address (Hex) = AA
    2. Start Register (Hex) = 2C
    3. Number of Bytes to Read (Decimal) = 2
  2. View the results in Transaction Log:
    1. The Data window shows the hex value of the battery's SOC.

Figure 4-3 shows 0x64 00 in the Data column of the Transaction Log sub-window. This value is 100 in decimal, corresponding to the SOC% shown in the Dash Board window to the left.

GUID-106AE5C8-9C54-4281-9456-7DB19D9C3F3D-low.png Figure 3-3 Standard Data Command Example