LTEIoT6 Click example.
Description
This example reads and processes data from LTE IoT 5 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 lteiot5_clear_app_buf ( void )
- static void lteiot5_error_check( err_t error_flag )
- static void lteiot5_log_app_buf ( void )
- static void lteiot5_check_connection( void )
- static err_t lteiot5_rsp_check ( void )
- static err_t lteiot5_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 "vip.mobile" PHONE_NUMBER_TO_MESSAGE "999999999"
- Author
- Luka Filipovic