lr10 2.1.0.0
|
LR 10 Click Example. More...
Macros | |
#define | DEMO_APP_TRANSMITTER |
#define | PROCESS_BUFFER_SIZE 200 |
#define | PROCESS_RF_CFG_DEFAULT "868,SF7,125,8,8,14,ON,OFF,OFF" |
#define | LR10_DEMO_STRING "MikroE - LR 10 Click" |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
LR 10 Click Example.
This example demonstrates the use of LR 10 click board by processing the incoming data and displaying them on the USB UART.
The demo application is composed of two sections :
Initializes the driver and performs a hardware reset of the device.
Depending on the selected mode, the application demo receives and processes all incoming data or sends the LoRa packet demo string. Results are being sent to the UART Terminal, where you can track their changes.
#define DEMO_APP_TRANSMITTER |
#define LR10_DEMO_STRING "MikroE - LR 10 Click" |
#define PROCESS_BUFFER_SIZE 200 |
#define PROCESS_RF_CFG_DEFAULT "868,SF7,125,8,8,14,ON,OFF,OFF" |
void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |