LR 15 Click Example.
Description
This example demonstrates the use of LR 15 Click board by showing the communication between two Click boards configured in TEST 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:
- LR15_POWER_UP: Powers up the device, performs a device factory reset and reads system information.
- LR15_CONFIG_EXAMPLE: Configures device for the LoRa P2P network mode.
- LR15_EXAMPLE: Performs a LoRa P2P test example by exchanging messages with another LR 15 Click board.
Additional Function
- static void lr15_clear_app_buf ( void )
- static void lr15_log_app_buf ( void )
- static err_t lr15_process ( lr15_t *ctx )
- static err_t lr15_read_response ( lr15_t *ctx, uint8_t *rsp, uint32_t timeout )
- static err_t lr15_power_up ( lr15_t *ctx )
- static err_t lr15_config_example ( lr15_t *ctx )
- static err_t lr15_example ( lr15_t *ctx )
- Author
- Stefan Filipovic