BG96 Cat.M1 basic sample for WIZnet IoT Shield based on Mbed-OS Cellular APIs (SK telecom network in Korea)
Overview
This code could be access via Cat.M1(BG96 module) of SK telecom network in Korea. Need a WIZnet IoT Shield BG96 board and development board. The code forked Daniel_Lee's mbed-os-example-cellular-BG96 repository and added some features.
Tested with
- NUCLEO_L476RG
- DISCO_L475VG_IOT01A
- K64F
Example functionality
This example showcases the following device functionality:
1. Import the application into your desktop:
mbed import https://os.mbed.com/users/hkjung/code/mbed-os-example-cellular-BG96/ cd mbed-os-example-cellular-BG96
2. Compile and program:
mbed compile -t <toolchain> -m <TARGET_BOARD>
(supported toolchains : GCC_ARM / ARM / IAR)
3. Download binary to a target board
If need more information such as how to test, please look at https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-cellular/.
Revisions of README.md
Revision | Date | Message | Actions |
---|---|---|---|
16:bf6ed28b4d08 | 2018-08-08 | Merge pull request #94 from ARMmbed/update_readme_boardsupports | File Diff Annotate |
11:23ea0907186e | 2018-06-18 | Merge pull request #85 from AriParkkila/merge-mbed-os-5.9.0 | File Diff Annotate |
6:5678c0b6f74e | 2018-05-10 | Merge pull request #63 from ARMmbed/adding_trace_support_and_bug_fixes | File Diff Annotate |
2:0f644d6045cf | 2018-03-09 | Merge pull request #55 from ARMmbed/lib_and_server_update | File Diff Annotate |
0:4611f6cf2413 | 2018-03-08 | Initial commit. | File Diff Annotate |