We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Source code below demonstrates how to display an electrocardiogram in Processing using an Arduino UNO with an Olimex EKG/EMG Shield. Images and reference are included.
Comments
Improved version:
https://github.com/vsquared/ECG_UNO_Processing3_2_3
@svan -- Thank you for sharing this!
Is this the specific shield for use with your code?
Correct.
In the U.S. it may be purchased from Mouser or Digi-Key. You will also need passive electrodes or an ECG cable for use with adhesive electrodes (also available from above sources). Initial work was done with Arduino UNO.
If you already have an Arduino board, e.g. UNO or Leonardo, (not tried with others) the application may be tested by uploading the following sawtooth sketch:
Thank you for your interest and taking the time to look at it.