EEWORLDEEWORLDEEWORLD

Part Number

Search

MIKROE-2036

Description
HEART RATE 3 CLICK
CategoryDevelopment board/suite/development tools   
File Size172KB,2 Pages
ManufacturerMikroElektronika
Websitehttps://www.mikroe.com
Environmental Compliance
Download Datasheet Parametric View All

MIKROE-2036 Online Shopping

Suppliers Part Number Price MOQ In stock  
MIKROE-2036 - - View Buy Now

MIKROE-2036 Overview

HEART RATE 3 CLICK

MIKROE-2036 Parametric

Parameter NameAttribute value
platformmikroBUS™ Click™
typesensor
Functionheart rate
IC/parts usedAFE4404,SFH7050
contentplate
Page 1 of 2
Heart rate 3 click
From MikroElektonika Documentation
Heart Rate 3 click is a mikroBUS™ add-on board whose functionality is determined by two
components: an OSRAM’s SFH7050 pulse oximetry and heart rate monitoring module, and a TI
AFE4404 (analong-front-end) IC specialized for bio-sensing.
Heart rate 3 click
Features and usage notes
Heart Rate 3 click is a mikroBUS™ add-on
board whose functionality is determined by
two components: an OSRAM’s SFH7050
pulse oximetry and heart rate monitoring
module, and a TI AFE4404 (analong-front-
end) IC specialized for bio-sensing.
The SFH7050 multichip package contains 3
LEDs and one photodiode separated with a
light barrier to prevent optical crosstalk. When
the three LEDs shine through a subject’s
finger, some of the light is absorbed by the
pulsating blood.
Heart rate 3 click
IC/Module
AFE4404
(http://www.ti.com/lit/ds/symlink/afe4404.pdf)
SFH7050 (http://www.osram-
os.com/media/resource/HIRES/541656/246267/light-
is-wearable---flysheet-biomon-sensor-sfh-7050-
gb.pdf)
Interface
Power
supply
Website
I2C
3.3V
www.mikroe.com/click/heart-rate-3
(http://www.mikroe.com/click/heart-rate-3)
The analog reading from the SFH7050 is
forwarded to the AFE chip that is able to
derive pulse readings from the intensity of the reflected light.
AFE4404 is highly-configurable and adaptable for different usage scenarios (different lighting
conditions or skin tones) making Heart Rate 3 click a robust heart rate monitoring solution.
The board communicates with the target MCU through the mikroBUS™ I2C interface, with
additional functionality provided by RST, CLK and RDY pins.
Heart Rate 3 click works on a 3.3V power supply, but an onboard jumper allows you to set the
voltage for driving the SFH7050 LEDs at either 3.3V or 5V.
Schematic also available in PDF (http://cdn-
docs.mikroe.com/images/d/d1/Heart_Rate_3_click_sc
Programming
Setting up of Heartrate 3 click and external interrupt to read values at 100hz and using an algorithm to find a heartrate.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#include
<stdint.h>
#include
"heartrate_3.h"
#include
"resources.h"
// HeartRate 3 GPIO
sbit RST at GPIOC_ODR.B2;
void
system_setup(
void
);
void
setup_interrupt();
char
uart_text[20]
=
{0};
uint64_t
int_count
= 0;
//Used by timer to calibrate sampling freq.
void
main()
{
//Local Declarations
uint16_t
rate
= 0;
char
txt[15]
=
{0};
system_setup();
Delay_ms(200);
initStatHRM();
setup_interrupt();
// GPIO / HeartRate 3 / UART / I2C Setups
// Initializes values to 0
// Setup interrupt handler
while(1)
{
rate
=
hr3_get_heartrate();
IntToStr( rate, uart_text );
UART1_Write_Text( uart_text );
UART1_Write_Text(
"\r\n"
);
}
}
void
system_setup(
void
)
{
//Local Declarations
char
text[40]
=
{
0
};
AD9361 RF Transceiver and Supporting Ecosystem
[backcolor=rgb(250, 250, 250)][font=Arial, Helvetica, sans-serif]This video introduces you to the AD-FMCOMMS2-EBZ-FMC board, a supporting ecosystem for the new AD9361 RF transceiver. This rapid protot...
南无阿弥陀佛 ADI Reference Circuit
Explanation on DSP devices and general-purpose processors (GPP)
In mathematical terms, an FIR filter is a series of dot products. Take an input quantity and an ordinal vector, multiply the coefficients and a sliding window of input samples, and then add all the pr...
Jacktang DSP and ARM Processors
DSP serial communication
I have also done a 2407 serial port experiment recently. My system real clock uses an external 15Mhz, and the phase-locked loop uses 4 times. According to Anli, the external real clock should be calcu...
豹速 Embedded System
TI's four ARM Cortex-M3-based MCU kits
Texas Instruments (TI) has introduced four low-cost development kits that support the fourth-generation Stellaris MCU based on ARM Cortex-M3, which can fully meet the needs of high-performance integra...
wllyj Microcontroller MCU
Two methods of sending strings in STM32 interrupt mode (judging TC and TXE)
In the past, I always used the query method to send strings. Today, I studied the manual and saw two flags, TC and TXE, which can be used in both judgment methods. Let's talk about TC first. That is, ...
qiusheng stm32/stm8
Taking you into the world of smart cars——Weimai No.1
[i=s]This post was last edited by Xuyuancao on 2014-6-14 15:11[/i] [color=#444444][font=Tahoma,]The intelligent car body (Weimai No. 1) specially made for competitions and project research, you can ta...
虚源草 MCU

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 394  1489  901  483  2822  8  30  19  10  57 
Datasheet   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Room 1530, 15th Floor, Building B, No. 18 Zhongguancun Street, Haidian District, Beijing Telephone: (010) 82350740 Postal Code: 100190
Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号