Skip to content

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

Notifications You must be signed in to change notification settings

tovask/Arduino_HeartRate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published