Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Homepage
Instructions to use this program from online IDE¶
Follow quick-start instruction. https://cloud.mbed.com/guides/connect-device-to-pelion
Instructions to use this program with mbed CLI¶
Import the application into your desktop:
mbed import https://os.mbed.com/teams/seeed/code/simple-mbed-cloud-example-wio_3g/ cd simple-mbed-cloud-example-wio_3g
- Download the developer certificate from Pelion Device Management portal.
- Set APN name, username and password in the mbed_app.json.
"apn" : "\"apn\"", "username" : "\"username\"", "password" : "\"password\""
Compile and program:
mbed compile -t <toolchain> -m WIO_3G
(supported toolchains : GCC_ARM / ARM / IAR)