Implementation of the CellularInterface for u-blox C027 and C030 (non-N2xx flavour) modems that uses the IP stack on-board the cellular modem, hence not requiring LWIP (and so less RAM) and allowing any AT command exchanges to be carried out at the same time as data transfers (since the modem remains in AT mode all the time). This library may be used from mbed 5.5 onwards. If you need to use SMS, USSD or access the modem file system at the same time as using the CellularInterface then use ublox-at-cellular-interface-ext instead.

Dependents:   example-ublox-cellular-interface example-ublox-cellular-interface_r410M example-ublox-mbed-client example-ublox-cellular-interface ... more

TESTS/unit_tests/dynamic/template_mbed_app.txt

Committer:
mudassar0121
Date:
2020-01-06
Revision:
42:98808477a691
Parent:
14:e7dcf3388403

File content as of revision 42:98808477a691:

{
    "config": {
        "debug-on": {
            "help": "Set to true to get AT interface debug",
            "value": false
        },
        "default-pin": {
            "help": "The current value of the SIM PIN as a string; if PIN is enabled on your SIM, or you wish to run the SIM PIN change tests, you must put the PIN for your SIM here",
            "value": "\"1234\""
        },
        "apn": {
            "help": "The APN string to use for this SIM/network, set to 0 if none",
            "value": 0
        },
        "username": {
            "help": "The user name string to use for this APN, set to zero if none",
            "value": 0
        },
        "password": {
            "help": "The password string to use for this APN, set to 0 if none",
            "value": 0
        },
        "ntp-server": {
            "help": "The URL string of the NTP server to use during testing",
            "value": "\"2.pool.ntp.org\""
        },
        "ntp-port": {
            "help": "The port to connect to on ntp-server",
            "value": 123
        }
    },
    "macros": ["MBED_HEAP_STATS_ENABLED=1"],
    "target_overrides": {
        "*": {
            "target.features_add": ["COMMON_PAL"],
            "platform.stdio-convert-newlines": true
        }
    }
}