olimex-ekg-emg

Documentation Status

A Python package for gathering and viewing data from the Olimex EKG/EMG Shield.

Installation

pip install olimex-ekg-emg

Usage

>>> from olimex.gui import show_exg
>>> show_exg('/path/to/port')

Replace '/path/to/port' with the path to the port to which your Arduino is connected.

A matplotlib figure should appear and a real-time wave form should begin go to be drawn. Calibration of the waveform within the figure make take up to 10 seconds.

Further Documentation

Further documentation can be found on Read the Docs.

Example Output

_images/ekg.png

Contents, Indices, and Tables

Table of Contents:

Table Of Contents

Next topic

EXG

This Page