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.
Edit config.h to your Wifi name/password.
Upload the compiled program to the device.
Connect the specific pins to the sensors.
Reset.
Compile & Run: javac *.java && java -cp hsqldb-2.3.6.jar:. PC
- 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
- download Launch4j
- run it with the configuration file
(download jre from https://adoptopenjdk.net/releases.html)