lriot 2.1.0.0
|
LR IoT Click example. More...
Macros | |
#define | DEMO_APP_TRANSMITTER |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
LR IoT Click example.
This example demonstrates the use of LR IoT click board by reading a GNSS and WiFi scanning results and displaying it on the USB UART. In the case of a tranceive firmware the communication between two devices over LoRa will be demonstrated as well.
The demo application is composed of two sections :
Initializes the driver, performs the click default configuration, and after that reads and displays the chip's firmware information. In the case you need to update or change the default firmware refer to the LRIOT_UPDATE_FIRMWARE and LRIOT_FIRMWARE_SELECTOR macro definition.
There are 3 types of the example:
#define DEMO_APP_TRANSMITTER |
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 | ) |