Skip to content

Releases: fsmeraldi/bleakheart

v0.2.0

19 Oct 19:57

Choose a tag to compare

New features:

  • PPG support for the Polar Verity sensor
  • SDK mode support for the Polar Verity sensor

(see the new example: verity_ppg_sdk.py)

Contributions

@HufflyCodes added the PPG code and the example in #11

v0.1.3

19 Jan 10:59

Choose a tag to compare

What's changed

  • Code refactored into an installable Python package
  • Package uploaded to PyPI
  • Installation instructions updated to reflect this

Contributions

  • Refactor into an installable python package by @hl037 in #8

New Contributors

  • @hl037 made their first contribution in #8

Full Changelog: v0.1.2...v0.1.3

v0.1.2

31 May 11:19

Choose a tag to compare

Fix issues with keyboard input when running the examples on Windows.

  • Problem: asyncio only has partial support for add_reader on Windows, which caused examples to crash
  • Solution: keyboard input is now handled in a separate thread under Windows.

Thanks to @MarkSttc and @HufflyCodes for flagging the issue, and to @WillPowellUk for suggesting using threading

v0.1.1

16 Jan 19:41

Choose a tag to compare

  • Bug fix in bleakheart.py: an error in HR packet decoding caused duplicated RR values when a packet contains more than one interval. Thanks to @HufflyCodes for finding the bug and suggesting a fix.

  • Bleak dependency updated to version 0.21.1. ECG notifications now start without delay on Linux and also appear to work on MacOS.

v0.1.0

16 Jan 18:20

Choose a tag to compare

Initial release