Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.27 KB

File metadata and controls

35 lines (24 loc) · 1.27 KB

logo

PulseSensor Processing Visualizer

Processing code for pulse wave visualization Picture

Installation

  1. "Download ZIP".
  2. Take the folder called 'PulseSensorAmpd_Processing_1dot1' and place it in your Documents/Processing folder.
  3. UnZip file in the folder.
  4. Then open or restart Processing to access the code through your Sketch folder.

Arduino Code "serialVisual" to "false"

  1. Before running this program, install our "Pulse Sensor Arduino Code" ScreenShot

  2. 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.