LE910Cx-WE866Cx LTE Bundling User Guide
1VV0301578 Rev. 9
Page
42
of
56
2020-05-26
•
To select second AP interface (5GHz band), issue the following AT command
AT#WLANCMIFSEL=1
Step 6:
Configure the selected AP interface using the following commands (Optional)
AT#WLANSSID=<SSID>
AT#WLANSECURITY= =[[<wpa>],[<key_mgmt>,<pairwise>,<key>]]
AT#WLANPC=<mode>,<channel>
Note: These commands must be issued after issuing AT#WLANCMIFSEL command.
Step 7:
To view the selected AP interface BSS details, issue the following commands
AT#WLANMAC
AT#WLANAPCLIST
Step 8:
To disable the WLAN, use the following command
AT#WLANSTART=0
For more details regarding AT Commands, refer to LE910Cx AT Command Reference.
6.2.
Bluetooth Low Energy (BLE)
This section describes the use cases for BLE operations in WE866Cx module.
6.2.1.
Exchanging Data between host MCU to BLE devices
6.2.1.1.
Exchanging Data between LE910Cx Peripheral Mode and BLE Central Device
The following example demonstrates the steps required to exchange data between
LE910Cx peripheral mode and BLE central device.
Step 1:
Boot up the board
Step 2:
Select USB composition as:
AT#USBCFG=13
Step 3:
Enable WLAN
AT#WLANSTART=1 (Enable WLAN interface)
Step 4:
Run the WE866Cx Connection Manager on MODEM 1 using the following AT
command
AT#CONNMGRSTART=1,0
If you are using MODEM 2 with USB composition 13, use the following AT command
AT#CONNMGRSTART=1,1
Step 5:
Enabling Linux network stack
AT#ISEL=1
Step 6:
Enable BLE
AT#BI=1
Step 7:
Add a new BLE service, using the following command
AT#BATTRIB="pserv","uuid=1234"