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

Optimize Energy Management #3

Open
dj1an opened this issue Dec 30, 2021 · 1 comment
Open

Optimize Energy Management #3

dj1an opened this issue Dec 30, 2021 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@dj1an
Copy link
Owner

dj1an commented Dec 30, 2021

Just did a few Measurements with the actual Firmware:
Current was measured in between Battery and the Cubecell Board without USB Power.

  1. LCD on, GPS: on: 50-63mA
  2. LCD on, GPS off: 17.9mA
  3. LCD and GPS off: 11.27mA
  4. LCD, GPS and Radio off, CPU Sleepmode : 11.17 mA

As there is no On/Off switch on the Device itself, we have to fully rely on the Sleepmode for Standby use.
The advertised 21uA from the Datasheet is not nearly reached, so the Battery gets drained fast.

@dj1an dj1an added bug Something isn't working help wanted Extra attention is needed labels Dec 30, 2021
@dj1an
Copy link
Owner Author

dj1an commented Dec 30, 2021

Found the missing piece.. with d469cac the sleep current is now down to 448uA.
Not exactly as advertised, but going in the right direction ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant