I have a Google Nexus tablet which has a 3.8V Li-Polymer. I want to remove the battery completely and run the tablet directly on a step down converter running at 3.8V. I've tested the theory and the tablet works fine. Only problem is that the Li-Polymer battery of the tablet has 2 additional wires which I am told provide temperature and charge state data via a i2c controller chip so that the tablet knows what percentage the battery is at and what temperature it is so that it can go into thermal shutdown if needed.
Because I have left out those 2 data wires, the tablet is constantly showing 0% battery and as a result of this certain things are restricted by the tablet. I found a post by a user where he sniffed the i2c data and find out what the Nexus asked for and then wrote a code running on an Arduino to give the tablet fixed information, e.g. battery is at 100% and temperature is 19 degrees.
I'm wondering if there is any kind of i2c emulators that anyone knows of where I can set certain permanent parameters to send back via those 2 data lines to the tablet. Or is there any other way to fool the tablet into thinking it has full charge and that temperature is at certain value?
Many thanks
Because I have left out those 2 data wires, the tablet is constantly showing 0% battery and as a result of this certain things are restricted by the tablet. I found a post by a user where he sniffed the i2c data and find out what the Nexus asked for and then wrote a code running on an Arduino to give the tablet fixed information, e.g. battery is at 100% and temperature is 19 degrees.
I'm wondering if there is any kind of i2c emulators that anyone knows of where I can set certain permanent parameters to send back via those 2 data lines to the tablet. Or is there any other way to fool the tablet into thinking it has full charge and that temperature is at certain value?
Many thanks