PulseSensor Playground (version. 2.3.0)

Explore our PulseSensor Playground Library, offering a range of up-to-date code examples, right in the Arduino IDE.

PulseSensor Playground Code Description
GettingStartedProject.ino Introductory setup for PulseSensor and Arduino. Basic hardware and library integration.
Getting_BPM_to_Monitor.ino Real-time BPM monitoring on Serial Monitor. Heartbeat alerts. LED visualization on PIN 13.
PulseSensor_BPM.ino Standard BPM measurement setup with PulseSensor.
PulseSensor_ATtiny85_Serial.ino PulseSensor use with ATtiny85, including serial communication.
PulseSensor_ATtiny85_noSerial.ino PulseSensor with ATtiny85, no serial communication.
PulseSensor_BPM_UNO_R4_LEDmatrix_Heartbeat.ino Heartbeat display on LED matrix using UNO R4.
PulseSensor_BPM_UNO_R4_LEDmatrix_Plotter.ino Plotting heartbeat data on LED matrix with UNO R4.
PulseSensor_ESP32.ino PulseSensor integration with ESP32 module.
PulseSensor_PTT.ino Pulse-To-Transit functionality based on heart rate.
PulseSensor_Servo.ino Controlling a servo based on heart rate data.
PulseSensor_Speaker.ino Audio feedback from heart rate data with a speaker.
SoftwareSerialDemo.ino Software serial communication with PulseSensor.
PulseSensor_nRF52.ino PulseSensor with nRF52 series boards.

To install the PulseSensor Playground Library, in Arduino, open the Library Manager.  In the Library Manager: Search for and Select the "PulseSensor Playground". Install or update to the lastest version.👍


 
 
Hurray! Once this library is installed you will see our examples in Arduino's dropdown! To select an example project, go to: File > Examples > PulseSensor Playground > GettingStartedProject