This is an example based on mbed-os cellular APIs that demonstrates a TCP or UDP echo transaction with a public echo server.
You are viewing an older revision! See the latest version
Homepage
This example showing how to use Skywire board with LE910-x module.
In this case, has used LE910-EUG module for 4G communication. Mbed OS code wasn't changed for LE910-x, because the Telit' HE910 is included mainline code on Mbed OS already. HE910 and LE910 are most similar. Therefore you can use LE910 via HE910 driver.
You can find Skywire sensor shield information though NimbeLink site.
Tested with¶
- DISCO_L475VG_IOT01A
- K64F
1. Import the application into your desktop:¶
mbed import https://os.mbed.com/users/Daniel_Lee/code/mbed-os-example-cellular-le910/ cd mbed-os-example-cellular-le910
2. Compile and program:¶
mbed compile -t GCC_ARM -m DISCO_L475VG_IOT01A
(supported toolchains : GCC_ARM / ARM / IAR)
3. Download binary to a target board¶
4. Result¶
mbed-os-example-cellular Built: Feb 7 2020, 07:02:27 Starting Skywire board with LE910-EUG Demo... Waiting for Skywire to Boot... Wait 15 seconds.. Establishing connection Connection Established. TCP: connected with echo.mbedcloudtesting.com server TCP: Sent 4 Bytes to echo.mbedcloudtesting.com Received from echo server 4 Bytes Success. Exiting