firstplanet / ECG_Monitor_on_Android

A simple Ecg signal monitor on Android platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple ECG Monitor for Android Platform

What is this?

ECG Monitor is a simple ECG Wave displaying APP. After connecting to a Bluetooth ECG device, it allows your Android device to show and analysing the ECG data.

How is it like?

After launching the app, you should see this:

Sliding from the left, a menu should be shown:

Changing the device into landscape and details of the waveform should be shown:

How to use it?

To compile the project, please install the Android Studio 2.1 first. Also you should install Android API 5.0 or higher version.

To use it, HC-05 bluetooth serial port named as "hc-bluetooth" is needed. Connect it on your PC by using the serial-port-to-USB converter, check the serial port number on your PC and modify the port ID in SendWaveTool/sendwave.py.

Then launch the ECG Monitor App. The app should begin searching and connecting the bluetooth by itself. After it is connected, execute the sendwave.py program. The app should run normally now.

If you changing your device into landscape, touch your device to measure the wave.

For more info

Email: chickenjohn93@outlook.com

Contact me if you have more questions.

About

A simple Ecg signal monitor on Android platform

License:GNU General Public License v3.0


Languages

Language:Java 98.9%Language:Python 1.1%