arduino-node-lib icon indicating copy to clipboard operation
arduino-node-lib copied to clipboard

Ultra Low Power deepsleep

Open hallard opened this issue 7 years ago • 5 comments

  • Added Ultra Low Power mode (30uA sleep mode)
  • Wake by LoRa module, avoid watchdog wake every 8s
  • Added new method to read battery voltage, needed if VCC<2.5V
  • Updated documentation
  • Bug fix with button wake
  • Press button more than 2s to enable 1minute window to upload new sketch when in deepsleep

hallard avatar Mar 01 '18 12:03 hallard

@johanstokking you want me to remove any use of printf, sprintf and snprintf, correct?

hallard avatar Mar 02 '18 15:03 hallard

Requested changes are done

hallard avatar Mar 04 '18 15:03 hallard

@hallard we try to keep dynamic memory allocations to a minimum, at least that's a goal!

johanstokking avatar Mar 04 '18 15:03 johanstokking

removing printf is not a bad idea, I think it also save same pgm space (as soon as it's not used anywhere else in any lib)

hallard avatar Mar 04 '18 16:03 hallard

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jul 23 '19 17:07 CLAassistant