[QUESTION] ECG using Arduino

HI all folks!,

I would like to make an heart rate monitor following this https://learn.sparkfun.com/tutorials/ad … e-hardware

Anyway I’d like to know how can I read data output from the arduino board?

Beacuse I’d like to write a my-own application with datas in order to use it as final graduation project showing datas on an web-app (on mobile phones too) and I want to analyse datas in order to decide some outputs.

Anyway is so kind to help me?

Thank you all and sorry for my bad english :slight_smile:

The arduino inputs the data. So you can output any data you want. Like doing something with data via an arduino and outputing any kind of data out through bluetooth, for example.

Hi Ross Robotics,

Thanks for the answer.

How should I interpretate the outputs and send them via bluetooth?

Thank you :slight_smile: