LR 14 Click Example.
Description
This example demonstrates the use of LR 14 click board by showing the communication between two click boards configured in P2P network mode.
The demo application is composed of two sections :
Application Init
Initializes the driver and logger.
Application Task
Application task is split in few stages:
- LR14_POWER_UP: Powers up the device, performs a device factory reset and reads system information.
- LR14_CONFIG_EXAMPLE: Configures device for the LoRa P2P network mode.
- LR14_EXAMPLE: Performs a LoRa P2P example by exchanging messages with another LR 14 click board.
Additional Function
- static void lr14_clear_app_buf ( void )
- static void lr14_log_app_buf ( void )
- static err_t lr14_process ( lr14_t *ctx )
- static err_t lr14_read_response ( lr14_t *ctx, uint8_t *rsp )
- static err_t lr14_power_up ( lr14_t *ctx )
- static err_t lr14_config_example ( lr14_t *ctx )
- static err_t lr14_example ( lr14_t *ctx )
- Author
- Stefan Filipovic