This is repo for our Mac App. Download our " Pulse Sensor Mac App"
- Beat's Heart Image to User's Live Heartbeat
- Show User's Pulse activity in real-time
- Displays BPM
- Allows for Serial Port selection
-
Before running this program, install our "Pulse Sensor Arduino Code"
-
In Arduino App, Change "serialVisual" to equal "false":
// Regards Serial OutPut -- Set This Up to your needs
static boolean serialVisual = true; // Set to 'true' by Default.
too:
// Regards Serial OutPut -- Set This Up to your needs
static boolean serialVisual = false; // Re-set to 'false' to sendDataToSerial instead. : )
That's it ! Fire up the Mac App, select your USB port, and see it go.