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.

BQ25890: OTG question

Part Number: BQ25890

Hi,

My understanding of the OTG support is that it makes it possible to power an external device. But if I have the OTG enabled and a 5V level at VBUS, how do I then get noticed on removal/connect. Is it up to the host to monitor the USB-OTG pin or is there some support in the BQ25890 that I have missed?

/Mikael

  • Mikael,

    OTG is only enabled after

    1. BAT above BATLOWV

    2. VBUS less than BAT+VSLEEP (in sleep mode) - i.e. the power source to VBUS has to be removed first

    3. Boost mode operation is enabled (OTG pin HIGH and OTG_CONFIG bit =1)

    4. Voltage at TS (thermistor) pin is within range configured by Boost Mode Temperature Monitor as configured

    by BHOT and BCOLD bits

    5. After 30 ms delay from boost mode enable

  • My plan was to use the built in OTG-boost to power some of my electronics that uses 5V (while most of it uses 3v3). Doing so my thought was that I need to detect when an external charger is connected so that I can turn OTG off and let the battery charge. But since this can't be done, and since I just realize that the VBUS might be much higher then 5V (9V/12V), I'll skip to plan B (adding my own boost converter.

    /Mikael