Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

pi-ecg-logger

Background ECG data logger for Raspberry Pi using AD8232 + ADS1115.

Installation

pip install git+https://github.com/interaction-lab/pi-ecg-logger.git

Usage

from pi_ecg_logger import start_logging, stop_logging

start_logging(
    output_path="/home/pi/ecg.csv",
    sample_rate=500
)

# run other code
# ...

stop_logging()

About

Background ECG data logger for Raspberry Pi

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages