xdot at commands and sleep

Home Forums mDot/xDot xdot at commands and sleep

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26076
    alejandro ballesta
    Participant

    Hi team,
    I’m trying to send the XDOT device to sleep, but it keeps coming back.
    AT+SLEEP=0. It stays there for 10s (by default in AT+WTI) but then wakes up.
    I suppose the AT+WD set timer will send the xdot back to sleep but it never happens.
    The only way to go to sleep again is executing AT+SLEEP again.

    is there any way to make the device stay in sleep until anything received by the uart?

    MultiTech xDot
    Firmware : 3.0.0-mbed144
    Library : 3.0.0-mbed144
    MTS-Lora : 3.0.0

    Regards.

    #26078
    Jason Reiss
    Keymaster

    See Chapter 5 – Power Management
    https://www.multitech.com/documents/publications/manuals/s000643.pdf

    AT+WM controls wake-up condition
    AT+WP controls wake-up pin

    at+wp=?
    AT+WP: (1-6)

    OK
    help at+wp
    AT+WP: Wakeup GPIO pin of sleep mode (1-6) (default: WAKE, 1:UART1_RX), deep-sleep uses WAKE

    OK
    help at+wm
    AT+WM: Wakeup mode, INTERRUPT uses WAKE as wake-up pin (0:INTERVAL,1:INTERRUPT,2:INTERVAL_OR_INTERRUPT)

    OK

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.