
CT650 Manual
ifconfig wwan0 up
qmicli -d /dev/cdc-wdm0 --wds-start-network="ip-type=4" \
--client-no-release-cid
udhcpc -i wwan0
If the module in use does not come preprogramed with the correct APN settings, add the APN
setting to the qmicli command as shown:
qmicli -d /dev/cdc-wdm0 --wds-start-network="ip-
type=4,apn=vzwinternet" \
--client-no-release-cid
At this point the data connection through the cell phone should be functional.
Cell Phone Module Information
https://nimbelink.com/Documentation/Development_Kits/NL-SWDK/30052_NL-
SWDK_SkywireQMIAppNote.pdf
Activating network connection using PPP
Linux pppd can also be used for the network configuration. The following is for the NimbeLink
NL-SW-LTE-TSVG module. Other modules can be supported by changing the script files. See
the more information section below.
Create a file located at /etc/ppp/peers/vzw-TSVG.
mkdir -p /etc/ppp/peers
vi /etc/ppp/peers/vzw-TSVG
And place the following in the file:
/dev/ttyUSB3
115200
connect "/usr/sbin/chat -v -f /etc/ppp/peers/vzw-TSVG-chat"
noauth
defaultroute
usepeerdns
local
debug
updetach
Create another file located at /etc/ppp/peers/vzw-TSVG-chat.
vi /etc/ppp/peers/vzw-TSVG-chat
And place the following in the file:
TIMEOUT 35
ECHO ON
'' \rATZ
OK 'ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0'
OK AT+CGDCONT=3,"IPV4V6","VZWINTERNET","",0,0
24
© 2020 Dyacon, Inc