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
History
Replaced depreciated wait_ms with ThisThread::sleep_for
2020-01-06, by mudassar0121 [Mon, 06 Jan 2020 14:29:40 +0500] rev 42
Replaced depreciated wait_ms with ThisThread::sleep_for
mbed-os 5.15: String-based APIs are deprecated
2020-01-01, by fahimalavi [Wed, 01 Jan 2020 11:47:24 +0500] rev 41
mbed-os 5.15: String-based APIs are deprecated
set full_functionality in test_set_new_rat
2019-11-22, by mudassar0121 [Fri, 22 Nov 2019 19:45:14 +0500] rev 40
set full_functionality in test_set_new_rat
Reboot modem after connection drop
2019-11-20, by mudassar0121 [Wed, 20 Nov 2019 12:59:14 +0500] rev 39
Reboot modem after connection drop
updated tests: as 'disable_psm' function name changed to 'disable_power_saving_mode'
2019-11-11, by mudassar0121 [Mon, 11 Nov 2019 13:01:25 +0500] rev 38
updated tests: as 'disable_psm' function name changed to 'disable_power_saving_mode'
Updated test cases for C030_R41XM
2019-10-09, by wajahat.abbas@u-blox.com [Wed, 09 Oct 2019 14:48:57 +0500] rev 37
Updated test cases for C030_R41XM
Fix to read OK as well
2019-08-19, by wajahat.abbas@u-blox.com [Mon, 19 Aug 2019 17:36:04 +0500] rev 36
Fix to read OK as well
is_context_active decleration
2019-08-08, by mudassar0121 [Thu, 08 Aug 2019 17:32:28 +0500] rev 35
is_context_active decleration
Added context status check before activation
2019-08-08, by wajahat.abbas@u-blox.com [Thu, 08 Aug 2019 16:47:36 +0500] rev 34
Added context status check before activation
build fix
2019-08-06, by mudassar0121 [Tue, 06 Aug 2019 12:14:22 +0500] rev 33
build fix