Example program to demonstrate the use of the UbloxATCellularInterfaceExt class, providing FTP, HTTP, and CellLocate support. It may be used on the C027 and C030 (non-N2xx flavour) boards.

Dependencies:   gnss ublox-at-cellular-interface-ext ublox-cellular-base ublox-cellular-driver-gen

Fork of example-ublox-at-cellular-interface-ext by u-blox

Revision:
13:1df178c3cee7
Parent:
12:1e1c58088143
--- a/main.cpp	Tue Jun 13 10:48:31 2017 +0100
+++ b/main.cpp	Fri Jun 23 10:11:17 2017 +0000
@@ -20,7 +20,7 @@
 
 // The credentials of the SIM in the board.  If PIN checking is enabled
 // for your SIM card you must set this to the required PIN.
-#define PIN "0000"
+#define PIN NULL
 
 // Network credentials.  You should set this according to your
 // network/SIM card.  For C030 boards, leave the parameters as NULL
@@ -29,7 +29,7 @@
 // username and password NULL), or you may leave all three as NULL and then
 // a lookup will be attempted for a small number of known networks
 // (see APN_db.h in mbed-os/features/netsocket/cellular/utils).
-#define APN         NULL
+#define APN         "portalmmm.ml"
 #define USERNAME    NULL
 #define PASSWORD    NULL