NbIot Click example.
Description
This example reads and processes data from NB IoT clicks.
The demo application is composed of two sections :
Application Init
Initializes driver, wake-up module and sets default configuration for connecting device to network.
Application Task
Waits for device to connect to network and then checks the signal quality every 5 seconds. All data is being logged on USB UART where you can track their changes.
Additional Function
- static void nbiot_clear_app_buf ( void )
- static void nbiot_error_check( err_t error_flag )
- static void nbiot_log_app_buf ( void )
- static void nbiot_check_connection( void )
- static err_t nbiot_rsp_check ( void )
- static err_t nbiot_process ( void )
- Note
- In order for the example to work, a valid SIM card needs to be entered.
- Author
- MikroE Team