Skip to content
Snippets Groups Projects
  • Bernd-Christian Renner's avatar
    2e22f17e
    new feature: sleep mode (experimental) · 2e22f17e
    Bernd-Christian Renner authored and Bernd-Christian Renner's avatar Bernd-Christian Renner committed
    - sleep mode must be enabled in firmware with compile flag SLEEP_ENABLE (default: off)
    - sleep is activated by UART and left through EXT_PIN_WAKEUP (rising edge)
    - sleep is delayed until pending UART TX has completed (typically ACK for SLEEP command)
    - added software control for alternative LEDP configuration (RP) through
      PEN (PEN will be low / LEDP off when modem is sleeping)
    
    changed ACI interface to return NACK on faulty CMD (processCmd returns bool now instead of void)
    2e22f17e
    History
    new feature: sleep mode (experimental)
    Bernd-Christian Renner authored and Bernd-Christian Renner's avatar Bernd-Christian Renner committed
    - sleep mode must be enabled in firmware with compile flag SLEEP_ENABLE (default: off)
    - sleep is activated by UART and left through EXT_PIN_WAKEUP (rising edge)
    - sleep is delayed until pending UART TX has completed (typically ACK for SLEEP command)
    - added software control for alternative LEDP configuration (RP) through
      PEN (PEN will be low / LEDP off when modem is sleeping)
    
    changed ACI interface to return NACK on faulty CMD (processCmd returns bool now instead of void)