tovask / Arduino_HeartRate

Monitoring Heart Rate (AD8232 ECG) and Pulse Oximetry (MAX30102) with an Arduino Uno WiFi Rev2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino heart rate and pulse oximetry monitor

Monitoring Heart Rate with AD8232 ECG and Pulse Oximetry with MAX30102, from an Arduino Uno WiFi Rev2. Sending the data to a PC through Wifi.

For the Arduino

Edit config.h to your Wifi name/password.
Upload the compiled program to the device.
Connect the specific pins to the sensors.
Reset.

For the PC

Compile & Run: javac *.java && java -cp hsqldb-2.3.6.jar:. PC

To build a single jar:
  • unpack hsqldb.jar next to the own class files (the 'org' directory is in the same level as the 'PC.class')
  • make sure PC.mf exists with the right content
  • jar cvfm PC.jar PC.mf *.class org
  • to run it: java -jar PC.jar
Pack it into an .exe file:







(download jre from https://adoptopenjdk.net/releases.html)

About

Monitoring Heart Rate (AD8232 ECG) and Pulse Oximetry (MAX30102) with an Arduino Uno WiFi Rev2


Languages

Language:Java 54.0%Language:C++ 46.0%