LTE-A Module Series
EG06 Hardware Design
EG06_Hardware_Design 34 / 89
The following figure shows the connection between the module and the host.
USB_VBUS
USB_DP
USB_DM
VDD
USB_DP
USB_DM
Module
Host
RI
EINT
Power
Switch
GPIO
GND
GND
Figure 7: Sleep Mode Application without Suspend Function
Switching on the power switch to supply power to USB_VBUS will wake up the module.
Please pay attention to the level match shown in dotted line between the module and the host.
3.5.2. Airplane Mode
When the module enters into airplane mode, the RF function does not work, and all AT commands
correlative with RF function will be inaccessible. This mode can be set via the following ways.
Hardware:
The W_DISABLE# pin is pulled up by default; driving it to low level will let the module enter into airplane
mode.
Software:
AT+CFUN
command provides the choice of the functionality level through setting <fun> into 0, 1 or 4.
AT+CFUN=0:
Minimum functionality mode; both (U)SIM and RF functions are disabled.
AT+CFUN=1:
Full functionality mode (by default).
AT+CFUN=4:
Airplane mode. RF function is disabled.
1. The W_DISABLE# control function is disabled in firmware by default. It can be enabled by
AT+QCFG="airplanecontrol"
command, and this command is under development.
NOTES
NOTE