This class adds HTTP, FTP and CellLocate client support for u-blox modules for the C027 and C030 boards (excepting the C030 N2xx flavour) from mbed 5.5 onwards. The HTTP, FTP and CellLocate operations are all hosted on the module, minimizing RAM consumption in the mbed MCU. It also sub-classes ublox-cellular-driver-gen to bring in SMS, USSD and modem file system support if you need to use these functions at the same time as the cellular interface.

Dependencies:   ublox-at-cellular-interface

Dependents:   example-ublox-at-cellular-interface-ext HelloMQTT ublox_new_driver_test example-ublox-at-cellular-interface-ext ... more

Revision:
1:26a67ab07275
Parent:
0:0b75e22c9231
Child:
2:3c825852fdbe
--- a/UbloxATCellularInterfaceExt.h	Mon Jun 05 12:58:04 2017 +0000
+++ b/UbloxATCellularInterfaceExt.h	Wed Jun 07 23:52:33 2017 +0100
@@ -423,6 +423,10 @@
      *
      * This function is non-blocking, the result is retrieved using cellLocGetxxx.
      *
+     * Note: none of the CellLocate methods switch on the GNSS receiver chip.
+     * That should be done by instantiating the GnssSerial or GnssI2C classes and
+     * calling the init() method.
+     *
      * Note: during the location process, unsolicited result codes will be returned
      * by the modem indicating progress and potentially flagging interesting errors.
      * In order to see these errors, instantiate this class with debugOn set to true.