Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.94 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.94 KB

Documentation

HeartSensorLibrary

A simple library for enumerator and polling data from BluetoothLE connected heart rate sensors.

Tracking Sample

IMPORTANT NOTE

This project is still heavily under development and is not really in a usuable state yet. Follow this issue for status updates: https://github.com/PolyarcGa,es/HeartRateSensor/issues/1

Prebuilt Releases

You can download prebuilt releases (Windows only at the moment) from the Releases page. Then follow the initial setup instructions found in the wiki.

Building from source

If you want to make modifications to the service or want to debug it, you can build the project from source by following the Building-from-source instructions. Currently supported build platforms are Win10 and OS X with Linux support hopefully coming in the near future.

Download Windows SDK

Documentation

  • General setup guides, troubleshooting and design docs can be found on the wiki
  • Documentation for the code is hosted on codedocs

Usage in other projects

Feel free to use this code as-is, modified or adapted in other projects (commercial or otherwise).

Attribution and Thanks

Special thanks to the following people who helped make this project possible:

  • aTm0 - For their post that got me started