Example showing the ublox Cellular GPS/GNSS module with the HTTPClient library to fetch and upload web pages.
Dependencies: C027_Support HTTPClient mbed
Revision 12:63012ae3b90b, committed 2014-10-01
- Comitter:
- embeddedartists
- Date:
- Wed Oct 01 10:18:12 2014 +0000
- Parent:
- 11:101705d43c92
- Commit message:
- First version
Changed in this revision
diff -r 101705d43c92 -r 63012ae3b90b C027_Support.lib --- a/C027_Support.lib Thu Jul 03 17:26:22 2014 +0000 +++ b/C027_Support.lib Wed Oct 01 10:18:12 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/teams/ublox/code/C027_Support/#edfeb8af206e +http://mbed.org/teams/ublox/code/C027_Support/#f524fd9aa13d
diff -r 101705d43c92 -r 63012ae3b90b main.cpp --- a/main.cpp Thu Jul 03 17:26:22 2014 +0000 +++ b/main.cpp Wed Oct 01 10:18:12 2014 +0000 @@ -11,7 +11,7 @@ /*! The APN of your network operator SIM, sometimes it is "internet" check your contract with the network operator. You can also try to look-up your settings in google: https://www.google.de/search?q=APN+list */ -#define APN NULL +#define APN "online.telia.se" //! Set the user name for your APN, or NULL if not needed #define USERNAME NULL //! Set the password for your APN, or NULL if not needed
diff -r 101705d43c92 -r 63012ae3b90b mbed.bld --- a/mbed.bld Thu Jul 03 17:26:22 2014 +0000 +++ b/mbed.bld Wed Oct 01 10:18:12 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/04dd9b1680ae \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/552587b429a1 \ No newline at end of file