ble12 2.0.0.0
|
BLE 12 Click Example. More...
Macros | |
#define | PROCESS_BUFFER_SIZE 200 |
#define | RSP_TIMEOUT 100 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
BLE 12 Click Example.
This example reads and processes data from BLE 12 Click boardâ„¢.
The demo application is composed of two sections :
Initializes UART driver and logs UART. After driver initialization, the app performs a wake-up module, enters command mode, sets the device name and advertising time interval, and disconnects all connections. After that, the blinking of the yellow LED Indicates that the BLE 12 Click boardâ„¢ is ready for connection. After establishing the connection, the yellow LED is turned on.
This example demonstrates the use of the BLE 12 Click boardâ„¢. Reads the received data and parses it. Results are being sent to the Usart Terminal, where you can track their changes.
#define PROCESS_BUFFER_SIZE 200 |
#define RSP_TIMEOUT 100 |
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 | ) |