xdot at commands and sleep
- This topic has 1 reply, 2 voices, and was last updated 7 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Tagged: XDOT AT SLEEP
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.
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