Skip to content

Releases: WorldFamousElectronics/PulseSensorPlayground

PulseSensor Playground

01 Aug 19:44
Compare
Choose a tag to compare

Changes to Speaker Example Sketch
This fixes the noisy tone issue #193
The tone interrupt collides with our interrupt, noisy tone is the result, and likely bad BPM values!

Use tone() function at your own risk!

In order to fix this problem and use tone() the Arduino core needs to be updated so that the tone library operates 'hands free' like the PWM library. Or, the PWM library needs to be updated to accept a frequency parameter to ensure a clean(er) note. There are some architectures upon which the Tone library might work: nRF52? ESP32?

PulseSensor Playground

23 Jul 12:47
Compare
Choose a tag to compare

This version updated the library to work with the latest ESP32 core files.

PulseSensor Playground

04 Mar 15:49
Compare
Choose a tag to compare

Further corrections to fix functionality of servo related code.

PulseSensor Playground

28 Feb 19:03
Compare
Choose a tag to compare

This release fixes a bug that showed up when using the Arduino Servo library when targeting AVR architecture.
Now you can use the Arduino Servo Library with AVR architecture again.

PulseSensor Playground

12 Jan 17:50
61632e8
Compare
Choose a tag to compare

Major version update removing user's need to understand interrupts.

PulseSensor Playground

30 Oct 22:03
204df93
Compare
Choose a tag to compare

Support for Arduino DUE timer interrupts. Rock solid sample timing!

PulseSensor Playground

16 Jul 22:28
caf8a3d
Compare
Choose a tag to compare

This release adds examples for the Arduino UNO R4 WiFi board.
PulseSensor_BPM_UNO_R4_LEDmatrix_Plotter.ino turns the LED matrix into a PulseSensor data plotter.
PulseSensor_BPM_UNO_R4_LEDmatrix_Heartbeat.ino will pulse the Arduino heart icon to your heartbeat.

PulseSensor Playground

13 Jul 21:30
99faaa3
Compare
Choose a tag to compare

Support for the Arduino UNO R4 boards

PulseSensor Playground

26 Jun 14:43
4f14d66
Compare
Choose a tag to compare

Fixes a mistake in the PTT example sketch.
Fixes a bug in the interrupt setup return values

PulseSensor Playground

02 Jun 23:25
3101336
Compare
Choose a tag to compare

Adding support for RP2040 and fixing bugs