Processing code for pulse wave visualization
New with verison 1.4, a USB Port Selection screen GUI. 😎

- "Download ZIP".
- Take the folder called 'PulseSensorAmpd_Processing_1dot4' and place it in your Documents/Processing folder.
- UnZip file in the folder.
- Then open or restart Processing to access the code through your Sketch folder.
-
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.
to:
// 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 Processing App, select your USB port, and see it go.