Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

high power consumption by peripherals – please document some overview #235

Open
ilka-schulz opened this issue Mar 28, 2024 · 1 comment

Comments

@ilka-schulz
Copy link

On my T-Watch S3, I am putting the ESP32 into light sleep mode and turn down the display brightness (watch.setBrightness(0);) before. Nevertheless, I loose roughly 12 % of battery SOC per hour, which is roughly 56 mA of average current.

I was trying to find out which chip causes that high current draw myself but the schematics directory does not even have the schematic of the S3 version of the watch.

Can you please document:

  1. upload schematic of the S3 watch version
  2. overview which ICs draw how much current (rough data would already help a lot)
  3. overview how to turn each ICs off via the library.
    • e.g. watch.lowPower() has a completely commented out body
    • e.g. watch.disableALDO4() is very nondescript
@mrpond
Copy link

mrpond commented May 11, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants