Changes between Version 20 and Version 21 of wireless/modem


Ignore:
Timestamp:
05/15/2018 06:44:46 PM (6 years ago)
Author:
Cale Collins
Comment:

Added clarity to ublox toby AT section, WIP.

Legend:

Unmodified
Added
Removed
Modified
  • wireless/modem

    v20 v21  
    16861686  * Sample AT Command set (login to modem AT commands on /dev/ttyACM0 with information [#at here])
    16871687{{{
    1688 AT+CFUN=4
    1689 AT+UCGDFLT=1,"IP","yourapn"
    1690 AT+CFUN=1
     1688AT+CFUN=4 # command to detach the module from the network
     1689AT+UCGDFLT=1,"IP","yourapn" # Initial PDP (packet data protocol) context configuration
     1690AT+CFUN=1 # return to the module full functionality
    16911691}}}
    16921692  * AT+CGDCONT - Defines the connection parameters for a PDP context
    1693   * AT+UCGDFLT - Configures the initial PDP context, i.e. sets the configuration of the PDN activated at attach time in LTE network. The configuration can be optionally saved in NVM.
     1693  * AT+UCGDFLT - Configures the initial PDP context, i.e. sets the configuration of the PDN (packet data network) activated at attach time in LTE network. The configuration can be optionally saved in NVM (network visibility mode).
    16941694 * Tested configuration in /etc/config/network:
    16951695{{{