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: 2019-03-06
Package Version: 1.0.0.0
mikroSDK Library: 1.0.0.0
Category: Biometrics
Downloaded: 3746 times
Not followed.
License: MIT license
ECG 4 Click is a complete solution for the development of ECG and Heart-Rate (HR) applications, based on the BMD101, a specialized bio-signal sensing System-on-Chip (SoC).
Do you want to subscribe in order to receive notifications regarding "ECG 4 click" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "ECG 4 click" changes.
Do you want to report abuse regarding "ECG 4 click".
Library Description
The library performs the ECG and Real-time Heart Rate measurements. For more details check documentation..
Key functions:
void ecg4_response_handler_set( void ( *handler )( uint8_t*, uint8_t*, uint8_t*, uint8_t* ) )
- Function sets handler on the function that should be performed, for example, function for results logging.void ecg4_uart_isr( void )
- Function performs the uart interrupt routine, reads a data from uart rx buffer and makes a response from the BMD101 device.T_ECG4_RETVAL ecg4_responseReady( void )
- Function returns 1 when response is ready for reading, or 0 if is not ready.Examples description
The application is composed of the three sections :
void applicationTask()
{
resp_ready = ecg4_responseReady();
if (resp_ready == _ECG4_RESPONSE_READY)
{
processResponse();
}
}
Additional Functions :
Other mikroE Libraries used in the example:
Conversions
UART
Sound
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