Skip to content

helloCaller/PulseSensor_Amped_Processing_Visualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Processing code for pulse wave visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Processing 100.0%