PulseSensor Playground
An Arduino library and examples supporting the PulseSensor.
This library shows how to use PulseSensor.
This software is not intended for medical use.
- Install Arduino IDE and Processing
- Download the .ZIP file of this library.
- Start the Arduino IDE
- In the IDE, Select Sketch / Include Library / Add .ZIP Library...
- In the resulting dialog, navigate to the downloaded .ZIP of this library.
- Follow the instructions to install this library.
- Once this library is installed...
- In the IDE, Select one of the examples under File / Examples / PulseSensor Playground.
- Wire your circuit: Connect the Pulse Sensor signal to the Arduino's A0; connect an LED and 220 ohm resister in series between pin 5 and ground (GND).
- Follow the rest of the instructions in the original Processing example
- Note: In the Processing code, the line "println(Serial.list());" isn't compatible with Processing 3.0. You'll need to change that line to "printArray(Serial.list());"
- Note2: The Arduino 101 specs page says the analog input is "...from ground to 3.3 volts", so experiment with powering the PulseSensor from 3.3V vs. 5V and see which works better for you.