Mike Armstrong
Mike Armstrong

Reputation: 174

Android Wear wireless charging current tap

Technically this is a question of Google API's and JAVA however it does involve a little electronics; but I'll post it here anyway.

I have an android wearable, the Moto 360, this particular device charges wirelessly; I'd like to pragmatically return some data about the wireless charging process. Specifically I'd like to know how much current the device is pulling. I'm sure there's an ADC in there talking to the CPU and managing the charging state to ensure it doesn't cook it's self, however I don't know if that kind of information is made available to a developer apart from the obvious charge state and battery level.

Upvotes: 0

Views: 46

Answers (1)

Colt McAnlis
Colt McAnlis

Reputation: 3886

There's currently no API to get fine-grained characteristics (current-draw for) charging process.

You can get close to understanding by using the Battery Historian tool and charting the overall battery level over time.

Upvotes: 1

Related Questions