Tool/software:
i am trying to enable and disable AFE using i2c subcommand 0x0096 ALL_FETS_ON() 0x0095 ALL_FETS_Off()
how to send this sub command to AFE can I get example project for this FET enable and disable
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.
Tool/software:
i am trying to enable and disable AFE using i2c subcommand 0x0096 ALL_FETS_ON() 0x0095 ALL_FETS_Off()
how to send this sub command to AFE can I get example project for this FET enable and disable
Hi,
You can refer to the BQ769x2 Software Development Guide (Rev. B) for information and examples on I2C communication.
Best regards,
Thomas Rainey
Hello,
The FET_EN bit it only used to toggle FET Test mode.
This bit is not used to turn on and off the FETs.
This bit needs to be set to 1 in order to use commands like 0x0095 ALL_FETS_OFF() and 0x0096 ALL_FETS_ON().
Best regards,
Thomas Rainey
I tride this Now FET_EN is one but i am getting voltage (signal) at DSG pin 43 (48+4)volts but not in Charge pin 45 what need to do for drive the charge pin
i am giving command ALL_FETS_ON()
Hi Chethan,
Is the device in SLEEP MODE? This may prevent the CHG pin from being driven high.
Best regards,
Thomas Rainey
Hello Chethan,
Can you send a logic analyzer capture of how you are sending the command?
Best regards,
Thomas Rainey
Hello Thomas Can you please give me very basic example to turn on and off the CHG and DSG pin without any protection or nothing can I get a command sequence or basic example project
Hello Thomas Can you please give me very basic example to turn on and off the CHG and DSG pin without any protection or nothing can I get a command sequence or basic example project