btez 2.0.0.0
main.c File Reference

BtEz Click example. More...

#include "board.h"
#include "log.h"
#include "btez.h"
#include "string.h"

Macros

#define PROCESS_COUNTER   100
 
#define PROCESS_RX_BUFFER_SIZE   200
 
#define CMD_PING   "/PING"
 
#define CMD_DEVICE_NAME   "SDN,N=BT-EZ_Click"
 
#define CMD_SAVE   "SDA$,A=0080"
 
#define CMD_GDN   "GDN"
 
#define SEND_DATA   "MikroE // BT-EZ click\r\n"
 

Functions

void application_init (void)
 
void application_task (void)
 
int main (void)
 

Detailed Description

BtEz Click example.

Description

This example reads and processes data from BT-EZ clicks.

The demo application is composed of two sections :

Application Init

Initializes the driver and configures the click board.

Application Task

Checks for the received data, reads it and replies with a certain message.

Additional Function

  • btez_process ( ) - Logs all received messages on UART, and sends the certain message back to the connected device.
Note
We have used the Serial Bluetooth Terminal smartphone application for the test. A smartphone and the click board must be paired in order to exchange messages with each other.
Author
MikroE Team

Macro Definition Documentation

◆ CMD_DEVICE_NAME

#define CMD_DEVICE_NAME   "SDN,N=BT-EZ_Click"

◆ CMD_GDN

#define CMD_GDN   "GDN"

◆ CMD_PING

#define CMD_PING   "/PING"

◆ CMD_SAVE

#define CMD_SAVE   "SDA$,A=0080"

◆ PROCESS_COUNTER

#define PROCESS_COUNTER   100

◆ PROCESS_RX_BUFFER_SIZE

#define PROCESS_RX_BUFFER_SIZE   200

◆ SEND_DATA

#define SEND_DATA   "MikroE // BT-EZ click\r\n"

Function Documentation

◆ application_init()

void application_init ( void )

Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG

Note
If USB_UART_RX and USB_UART_TX are defined as HAL_PIN_NC, you will need to define them manually for log to work. See LOG_MAP_USB_UART macro definition for detailed explanation.

◆ application_task()

void application_task ( void )

◆ main()

int main ( void )