ECG plotter shows ECG data via ssh connection. This plotter was written in processing language to achive real-time plotting which was difficult with python plotter (ex. using matplotlib).
for movie check this link to youtube
- python 3 (including these modules: luma.oled, Adafruit_ADS1x15, PIL)
- processing 3+
- Download this repository to your computer.
- Upload
ecg_remote.pyto raspberry pi. - Modify environment variables (
PI_ADDR,REMOTE_PYTHON_PATH,REMOTE_SCRIPT_PATH) inecg_plotter.pbewhich is stored in your computer.
With processing app, run ecg_plotter.pde file on your computer which can connect to your raspberry pi via ssh.
