Close

Log 1 : processing data

A project log for eCiGee, a cardio-belt

Make our own open-source ECG/activity Tracker

samSam 05/16/2016 at 20:110 Comments

Today I worked on processing data with Python.

For that, I used BITalino Python API to connect the HeartBIT board to my computer through Bluetooth and read data. To visualize these data, BioSPPy provides a toolbox to process biosignals.

The result is this summary plot with the instantaneous heart rate (bpm) :

Sources are on GitHub : https://github.com/SamR1/eCiGee

Discussions