HC05 to connect with mi band 1s to receive Heart Rate and display on to a LCD

Hello Arduino Experts ,

Need your help to connect Arduino Bluetooth HC05 to Mi Band 1S .

Mi Band 1S can send Heart Rate Or any Health Band which has heart rate measurement .

I need to capture heart rate through Arduino HC05 and display on to LCD .

I didnt find any help or library to start with .

Any Suggestions , Links & Advises are most welcome .

Thanks for your anticipation .

isaiah7p:
Hello Arduino Experts ,

Need your help to connect Arduino Bluetooth HC05 to Mi Band 1S .

Mi Band 1S can send Heart Rate Or any Health Band which has heart rate measurement .

I need to capture heart rate through Arduino HC05 and display on to LCD .

I didnt find any help or library to start with .

Any Suggestions , Links & Advises are most welcome .

Thanks for your anticipation .

I may be new to arduino, but I think I can lend a hand here. The band you have here is set to connet to go to a phone. I did a little research and couldn't find a library to connect to an arduino and the band.

What you can do that is easier is get a heart rate sensor like this.

http://www.ebay.com/itm/Pulse-sensor-Heart-Rate-Sensor-PulseSensor-for-Arduino-Raspberry-pi-/201321441587?hash=item2edfb16933:g:StsAAOSwv0tVFNun

just need a regular arduino and a pro mini to connect with each other. Then with two HC05 set on as slave then the other as the master.

Almost like this guy did

THis one actually give the demo code.

you just need to use the bluetooth to send the reading across the lcd.