LE910Cx-WE866Cx LTE Bundling User Guide
1VV0301578 Rev. 9
Page
39
of
56
2020-05-26
AT#WLANSTART=1
Step 4:
Start a data connection in the modem side
AT#SGACT=2,1
The Linux and the host MCU will share the cellular data connection, and every STA
connected to the device will be routed through the Linux platform.
6.1.1.2.
Exchanging Data between MCU and Wi-Fi Station
Figure 6-2 Exchanging Data between MCU & Wi-Fi STA
The following example demonstrates how to exchange data between MCU and Wi-Fi
Station:
Step 1:
Boot up the board
Step 2:
Select USB composition as:
AT#USBCFG=13 or,
AT#USBCFG=14
Step 3:
Run the WE866Cx Connection Manager using the following AT command
AT#CONNMGRSTART=1,0
Step 4:
Enable WLAN using the following AT command
AT#WLANMODE=0 (Set WLAN mode AP)
AT#WLANSTART=1 (Enable WLAN interface and start AP)
Step 5:
Start TCP server on remote device with IP Address: 192.168.43.105 and Port :8000
Step 6:
Start TCP client on LE910Cx WLAN interface using following command,
AT#SD=101,0,8000,”192.168.43.105”,0,9000,1,0,0
Note: Connection IDs
–
101 to 106 are for WLAN Interface
Step 7:
Send data using following command
AT#SSEND=101