btaudio 2.0.0.0
|
If you are getting tired of all those cables you need just to listen to your favorite song over speakers.
We provide a library for the BtAudio Click as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Package can be downloaded/installed directly form compilers IDE(recommended way), or downloaded from our LibStock, or found on mikroE github account.
This library contains API for BtAudio Click driver.
- Initialization function.void btaudio_cfg_setup ( btaudio_cfg_t *cfg );
BTAUDIO_RETVAL btaudio_init ( btaudio_t *ctx, btaudio_cfg_t *cfg );
- Increase volume functionuint8_t btaudio_next_track ( btaudio_t *ctx );
uint8_t btaudio_increase_volume ( btaudio_t *ctx );
uint8_t btaudio_decrease_volume ( btaudio_t *ctx );
This example reads and processes data from BT Audio clicks.
The demo application is composed of two sections :
Initializes the driver and configures the click board.
Checks if there's any command received, then parses it and performs adequate actions.
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. So make sure to pair your device with the click board and connect to it using the Serial Bluetooth Terminal application, then you will be able to send commands listed below.
The full application code, and ready to use projects can be installed directly form compilers IDE(recommneded) or found on LibStock page or mikroE GitHub accaunt.
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.