Skip to content

yogi0421/ECG_Monitor_on_Android

 
 

Repository files navigation

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 first. Also you should install Android API 26(Android 8.0) or higher version.

To use it, Your HC-05 module's Bluetooth address needs to be hardcoded in line bluetoothManager.java:46. Connect it to 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 switch your device to 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.0%
  • Python 1.0%