Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.48 KB

README.md

File metadata and controls

36 lines (19 loc) · 1.48 KB

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: [email protected]

Contact me if you have more questions.