Skip to content

interaction-lab/pi-ecg-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages