We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: MIKROE
Last Updated: 2020-03-13
Package Version: 1.0.0.0
mikroSDK Library: 1.0.0.0
Category: Audio & Speech
Downloaded: 3102 times
Not followed.
License: MIT license
The BT-EZ click is a Click board witch provide BT/BLE connectivity for any embedded application. BT-EZ click based on the CYBT-343026-01, a module from Cypress.
Do you want to subscribe in order to receive notifications regarding "BT-EZ click" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "BT-EZ click" changes.
Do you want to report abuse regarding "BT-EZ click".
Library Description
The library contains basic functions for click-on communication.
Key functions:
void btez_send_cmd ( char *cmd_text )
- Function to send a single commandvoid btez_device_reset ( void )
- Device resetExamples description
The application is composed of three sections :
void application_task ( )
{
btez_send_cmd( &SEND_DATA[ 0 ] );
Delay_ms( 10000 );
}
Other mikroE Libraries used in the example:
Additional notes and informations
Depending on the development board you are using, you may need USB UART click, USB UART 2 click or RS232 click to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all MikroElektronika compilers, or any other terminal application of your choice, can be used to read the message.