Changes between Version 25 and Version 26 of Tutorials/g0WmLTE/Tutorial5


Ignore:
Timestamp:
May 31, 2016, 10:25:22 PM (8 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial5

    v25 v26  
    19191. {{{ AT!dxcfg=wwan,connect,11 }}}
    2020 1. You should see {{{ OK }}} then {{{ $QCRMCALL: 1, V4 }}}
     211. {{{ at!gstatus? }}}
     22 1. Will return a status like:
     23{{{
     24at!gstatus?                                                                                                         
     25!GSTATUS:
     26Current Time:  10049            Temperature: 42
     27Bootup Time:   0                Mode:        ONLINE         
     28System mode:   LTE              PS state:    Attached     
     29LTE band:      B25              LTE bw:      10 MHz 
     30LTE Rx chan:   8365             LTE Tx chan: 26365
     31EMM state:     Registered       Normal Service
     32RRC state:     RRC Connected 
     33IMS reg state: No Srv 
     34
     35RSSI (dBm):    -83              Tx Power:    0
     36RSRP (dBm):    -117             TAC:         0001 (1)
     37RSRQ (dB):     -10              Cell ID:     01A2D001 (27447297)
     38SINR (dB):      1.6
     39}}}
     401. Exit Minicom by pressing Ctrl+A and then x, then enter to select ok.
     411. Run {{{ dhcpcd eth2 }}} and the enter to get a new line.
     42 1. You should get an address in the 192.168.3.0/24 subnet.
     431. {{{ Ping 192.168.3.1 }}}
     44 1. You have successfully communicated with the basestation.
     451. {{{iperf -c 192.168.3.1 }}}
     46 1. This will report your bandwidth to the basestation.