Processing code for pulse wave visualization
- "Download ZIP".
- Take the folder called 'PulseSensorAmpd_Processing_1dot1' 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.