ble8 2.0.0.0
|
Ble8 Click example. More...
Macros | |
#define | PROCESS_COUNTER 5 |
#define | PROCESS_RX_BUFFER_SIZE 100 |
#define | PROCESS_PARSER_BUFFER_SIZE 100 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Ble8 Click example.
This example reads and processes data from BLE 8 clicks.
The demo application is composed of two sections :
Initializes driver and wake-up module.
Reads the received data.
note:
The all possible commands, module configuration and specification can be found in the related documents: [1] ANNA-B112 System Integration Manual, document number UBX-18009821 [2] u-blox Short Range AT Commands Manual, document number UBX-14044127 [3] ANNA-B112 Getting Started Guide, document number UBX-18020387 [4] ANNA-B112 Declaration of Conformity, document number UBX-18058993
#define PROCESS_COUNTER 5 |
#define PROCESS_PARSER_BUFFER_SIZE 100 |
#define PROCESS_RX_BUFFER_SIZE 100 |
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |