LteIot Click example.
Description
This example reads and processes data from LTE IoT click.
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 lteiot_clear_app_buf ( void )
- static void lteiot_error_check( err_t error_flag )
- static void lteiot_log_app_buf ( void )
- static void lteiot_check_connection( void )
- static err_t lteiot_rsp_check ( void )
- static err_t lteiot_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 "999999999"
- Author
- MikroE Team