Skip to content

Releases: WorldFamousElectronics/PulseSensorPlayground

PulseSensor Playground

06 Mar 17:20
443ebd1
Compare
Choose a tag to compare

More examples, nRF52, ESP32.
Bug fixes.

PulseSensor Playground

01 Feb 18:20
473b0f5
Compare
Choose a tag to compare

Added Features
Support for the Serial class on nRF52840 by including Adafruit_TinyUSB.
Option to not compile the Serial code in the library with USE_SERIAL boolean.

PulseSensor Playground

13 Jan 18:32
3124df8
Compare
Choose a tag to compare
  • Added check for known unsupported architectures that throws the IDE an error with the message to use BPM Alternative example
  • changed the tone in Speaker example

PulseSensor Playground

25 Apr 18:22
314cf40
Compare
Choose a tag to compare

Fixing a bug to work better with arduino libraries manager

PulseSensorPlayground

10 Mar 18:41
8d380e5
Compare
Choose a tag to compare

Resolving glitch that prevented Arduino Lbraries Manager from seeing updates from this repo.

PulseSensor Playground

08 Feb 16:46
ed21dfd
Compare
Choose a tag to compare

This release fixes bugs and adds support for Arduino Nano 33

PulseSensor Playground

14 Jun 16:12
314f233
Compare
Choose a tag to compare

This release adds support for nRF52, SAMD core M4, and ESP32. These platforms should use the PulseSensor_BPM_Alternative.ino sketch as a reference example.

PulseSensor Playground

19 May 15:57
d618200
Compare
Choose a tag to compare

This major update to PulseSensor Playground adds features and fixes bugs.

pause()

Calling pause will cause the data capture to halt. This disables the interrupts or stops the software timer. Use it when you need to do things that require undivided attention.

resume()

Call resume() after a call to pause() to return to Pulse Sensor signal monitoring.

isPaused()

Calling isPaused() will return a boolean true or false to check if the library is paused or not.

ATtiny85 support

interrupt functionality tested on ATtiny85 with support for 16MHz, 8MHz and 1MHz system clock. Example sketches added for reference.

PulseSensor Playground

30 Apr 21:33
1f02b24
Compare
Choose a tag to compare

This release includes support for Arduino MEGA boards

PulseSensor Playground

18 Mar 18:06
23f3111
Compare
Choose a tag to compare

Fixed bug that would cause compiler to crash at blinking Pulse LED code.