Skip to content

An Arduino library based on Joel Murphy's and Yury Gitman's Pulse Sensor Amped Arduino Sketches

License

Notifications You must be signed in to change notification settings

joelSensor/PulseSensorPlayground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PulseSensor Playground

An Arduino library and examples supporting the PulseSensor.

See https://pulsesensor.com

This library shows how to use PulseSensor.

This software is not intended for medical use.

To Use

  1. Install Arduino IDE and Processing
  2. Download the .ZIP file of this library.
  3. Start the Arduino IDE
  4. In the IDE, Select Sketch / Include Library / Add .ZIP Library...
  5. In the resulting dialog, navigate to the downloaded .ZIP of this library.
  6. Follow the instructions to install this library.
  7. Once this library is installed...
  8. In the IDE, Select one of the examples under File / Examples / PulseSensor Playground.
  9. 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).
  10. 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.

About

An Arduino library based on Joel Murphy's and Yury Gitman's Pulse Sensor Amped Arduino Sketches

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.3%
  • C 2.7%