LTE Cat.1-EU Click Example.
Description
This example reads and processes data from LTE Cat.1-EU clicks.
The demo application is composed of two sections :
Application Init
Initializes driver and wake-up module and sets default configuration for connecting device to network.
Application Task
Waits for device to connect to network and then sends SMS to selected phone number.
Additional Function
- static void ltecat1eu_clear_app_buf ( void )
- static void ltecat1eu_error_check( err_t error_flag )
- static void ltecat1eu_log_app_buf ( void )
- static void ltecat1eu_check_connection( void )
- static err_t ltecat1eu_rsp_check ( void )
- static err_t ltecat1eu_process ( void )
- Note
- In order for the example to work, user needs to set the phone number and sim apn to which he wants to send an SMS Enter valid data for the following macros: SIM_APN and PHONE_NUMBER_TO_MESSAGE. E.g. SIM_APN "vipmobile" PHONE_NUMBER_TO_MESSAGE "+381659999999"
- Author
- Stefan Ilic