Skip to content

Releases: WorldFamousElectronics/PulseSensorPlayground

PulseSensor Playground

Choose a tag to compare

@biomurph biomurph released this 09 Jan 20:29
077656c

XIAO ESP32-S3 Examples

  • PulseSensor_XIAO_ESP32S3_BPM - Basic BPM monitoring
  • PulseSensor_XIAO_ESP32S3_OLED - BPM with OLED display
  • PulseSensor_XIAO_ESP32S3_WiFi - WiFi hotspot with web dashboard
  • PulseSensor_XIAO_ESP32S3_WiFi_OLED - WiFi + OLED combined

WebSerial Explainer Tool

  • Interactive browser-based tool for visualizing PulseSensor data via WebSerial
  • Located in resources/webserial-explainer/

Documentation

2.5.0 - XIAO ESP32-S3 Support

Choose a tag to compare

@yury-g yury-g released this 08 Jan 22:05
077656c

New in 2.5.0

XIAO ESP32-S3 Examples

  • PulseSensor_XIAO_ESP32S3_BPM - Basic BPM monitoring
  • PulseSensor_XIAO_ESP32S3_OLED - BPM with OLED display
  • PulseSensor_XIAO_ESP32S3_WiFi - WiFi hotspot with web dashboard
  • PulseSensor_XIAO_ESP32S3_WiFi_OLED - WiFi + OLED combined

WebSerial Explainer Tool

  • Interactive browser-based tool for visualizing PulseSensor data via WebSerial
  • Located in resources/webserial-explainer/

Documentation

PulseSensor Playground

Choose a tag to compare

@biomurph biomurph released this 28 Apr 20:01

This release fixes a bug when using a software timer to sample PulseSensor.

PulseSensor Playground

Choose a tag to compare

@biomurph biomurph released this 01 Aug 19:44

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

Choose a tag to compare

@biomurph biomurph released this 23 Jul 12:47

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

PulseSensor Playground

Choose a tag to compare

@biomurph biomurph released this 04 Mar 15:49

Further corrections to fix functionality of servo related code.

PulseSensor Playground

Choose a tag to compare

@biomurph biomurph released this 28 Feb 19:03

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

Choose a tag to compare

@biomurph biomurph released this 12 Jan 17:50
61632e8

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

PulseSensor Playground

Choose a tag to compare

@biomurph biomurph released this 30 Oct 22:03
204df93

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

PulseSensor Playground

Choose a tag to compare

@biomurph biomurph released this 16 Jul 22:28
caf8a3d

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.