Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roughsketch/arctic
Rust library for handling bluetooth Polar heart rate monitors
https://github.com/roughsketch/arctic
Last synced: 24 days ago
JSON representation
Rust library for handling bluetooth Polar heart rate monitors
- Host: GitHub
- URL: https://github.com/roughsketch/arctic
- Owner: Roughsketch
- License: mit
- Created: 2021-12-18T18:18:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T16:32:06.000Z (over 1 year ago)
- Last Synced: 2024-04-25T03:20:41.093Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 662 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![docs-badge][]][docs] [![crates.io version]][crates.io link]
# ArcticRust library for handling Polar bluetooth heart rate monitors.
Currently only targeting support for H10 due to lack of other devices.
### Note for MacOS
Using Btleplug on MacOS will require you to give your terminal (or whatever app you're using) permissions to use Bluetooth.
View [here](https://github.com/deviceplug/btleplug#macos-permissions-note) to see how to resolve this issue.# Examples
There are several examples in the [examples folder](https://github.com/Roughsketch/arctic/tree/main/examples)
[crates.io link]: https://crates.io/crates/arctic
[crates.io version]: https://img.shields.io/crates/v/arctic.svg?style=flat-square
[docs]: https://docs.rs/arctic
[docs-badge]: https://img.shields.io/badge/docs-online-5023dd.svg?style=flat-square