Other Parts Discussed in Thread: BQ76952, BQ34Z100, , BQSTUDIO
Tool/software:
My board has a BQ76952 and a BQ34Z100, and the EV2400 always connects to the BQ34Z100 first.
How to switch to the BQ76952?
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.
Hi,
Open Bqstudio with no communication connected and select the monitor from the list of .bqz.
Regards,
Evan
Hi,
After discussing with my team, you will need to disconnect i2c for the BQ34z100 and then reconnect i2c after BQstudio has successfully connected to the monitor.
The thread below had a similar issue.
Regards,
Evan
Wow, that is wildly impractical. I'm working with a nearly production ready version of my board and it does not have a way to isolate the chips nondestructively.
Can you fix the BQ Studio software? Addressing a specific chip ought to be a basic requirement for this software.
Hey Steve,
How is the board designed? Ideally, the design should include an MCU that can communicate to 2 I2C devices in parallel and have two output I2C connectors for use externally. Then 2 EV2400 can be connected and used with BQstudio.
Regards,
Nick Richards
the MCU is an ESP32-S3, on a daughter board.
I have both BQ chips on the main board, on the same i2c lines. Since that's what i2c is designed for..............
I'm just going to have to modify some prototypes since the BQ studio isn't capable of addressing the chips properly.