Processing Visualization & PulseSensor
Before running this program, you have to upload our Pulse Sensor Arduino Sketch to your Arduino board of choice. For details on how to do that, go here, and follow the READ_ME
tutorial. In order for your Arduino board to talk to the Pulse Sensor Amped Visualizer, you will need to change a variable in the Arduino code. The variable is called outputType
, and by default it is set to SERIAL_PLOTTER
. You need to change it to PROCESSING_VISUALIZER
. To make this change, go to the main tab of the Arduino Sketch, and change the variable declairation on line 37 as shown below.
Then, upload the Arduino Sketch and your board is ready to send data the way our Processing Visualizer likes to get it!
- Click the
Clone or Download
button above and download the zip, or if you are a github user, clone this repo, or fork it! - Unzip the download, and take the folder called
PulseSensorAmpd_Processing_150
and place it in yourDocuments/Processing
folder. - Then open or restart Processing to access the code through your Sketch folder. Select
File > Sketchbook...
Then select PulseSensorAmped_Processing_150
The Sketch will launch, and you will be prompted to select the USB port associated with your Arduino board. The list of available ports with auto-update when you plug/unplug USB cables. Use the Refresh Serial Ports
button to update the ports list if you don't see your Arduino. Usually, your Arduino port is at the top of the list! Once you select the right port, you will start seeing hearbeat data!