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.

BQ24158: BQ24158 Android 7.0 Driver Source code

Part Number: BQ24158

Dear,

My application is APD and now want to use TI BQ24158. I can only found Linux Driver in Web. But my system is Android 7.0, So Could you kindly help provide Android Driver Source Code? Great thx.

  • I am not aware of an android driver for bq24158. Keep in mind that the bq24158 does not have a processor, only a state machine with I2C registers to which you can write values and from which you can read states/faults. Therefore, your code is simply I2C writes and reads.