Processing Visualization App

We have put together a bit of software to visualize the Pulse Sensor data on your computer. It is written in Processing, a creative coding language. This software shows all of the data that the Arduino gets from Pulse Sensor. It graphs the user's pulse in real time. It also graphs the BPM over time. This Processing sketch does not do any calculations! They are all done on the Arduino board, so you need an Arduino running our BPM sketch to use our visualizer. This software simply reads the Serial Port and visualizes the data it receives.  

Follow the tutorial found HERE to get your Arduino up and running with the right firmware.

Then, follow this guide to get set up and running with the Pulse Sensor Visualizer!