Changes between Version 12 and Version 13 of wireless/modem


Ignore:
Timestamp:
02/15/2018 12:27:02 AM (6 years ago)
Author:
Ryan Erbstoesser
Comment:

add info for APN for tobyl2 for openwrt

Legend:

Unmodified
Added
Removed
Modified
  • wireless/modem

    v12 v13  
    16621662 * No pinout concerns - PERST# and WLAN_DIS# are used and are 3.3V compliant, VDD is 3.0 to 3.6V
    16631663 * Available on Digikey (typically in stock): [https://www.digikey.com/products/en?keywords=MPCI-L201]
    1664 
    1665 
    1666 Ubuntu Notes:
     1664 * Toby L2 Documentation: [https://www.u-blox.com/en/product-resources?f%5B0%5D=property_file_product_filter%3A2451]
     1665
     1666
     1667'''Ubuntu Notes:'''
    16671668 * Uses modem manager and network manager
    16681669 * Sample set of commands:
     
    16731674}}}
    16741675
    1675 OpenWrt Notes:
     1676'''OpenWrt Notes:'''
    16761677 * OpenWrt 16.02 and 18.02 have been tested
    16771678 * OpenWrt will show both usb0 and usb1 enumerated. usb1 should be used for the internet.
     1679 * Must set the APN via AT commands (Read more in the [https://www.u-blox.com/sites/default/files/u-blox-CEL_ATCommands_%28UBX-13002752%29.pdf AT Command Manual])
     1680  * Sample AT Command set (login to modem AT commands on /dev/ttyACM0 with information [#at here])
     1681{{{
     1682AT+CFUN=4
     1683AT+UCGDFLT=1,"IP","yourapn"
     1684AT+CFUN=1
     1685}}}
     1686  * AT+CGDCONT - Defines the connection parameters for a PDP context
     1687  * 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.
    16781688 * Tested configuration in /etc/config/network:
    16791689{{{