mac-samples/HeartRateMonitor
conceptdev 31f7d6c631 remote # tag (and other fixes) 2019-07-24 13:25:37 -07:00
..
Resources Added HeartRateMonitor sample 2013-08-09 16:55:26 -04:00
Screenshots Added HeartRateMonitor sample 2013-08-09 16:55:26 -04:00
AppDelegate.cs Mac samples migrated to unified 2014-11-21 18:09:27 -05:00
AppDelegate.designer.cs Mac samples migrated to unified 2014-11-21 18:09:27 -05:00
HeartBeat.cs Added HeartRateMonitor sample 2013-08-09 16:55:26 -04:00
HeartBeatEventArgs.cs Added HeartRateMonitor sample 2013-08-09 16:55:26 -04:00
HeartRateMonitor.cs HeartRateMonitor: add features, fix bugs! 2017-01-04 18:19:29 -05:00
HeartRateMonitor.csproj Set HttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 13:22:24 -06:00
HeartRateMonitor.sln Added HeartRateMonitor sample 2013-08-09 16:55:26 -04:00
HeartRateMonitorLocation.cs Added HeartRateMonitor sample 2013-08-09 16:55:26 -04:00
HeartRateMonitorTableDataSource.cs HeartRateMonitor: add features, fix bugs! 2017-01-04 18:19:29 -05:00
Info.plist Updated min deployment version (#113) 2018-11-15 03:52:17 -05:00
Main.cs Mac samples migrated to unified 2014-11-21 18:09:27 -05:00
MainMenu.xib Added HeartRateMonitor sample 2013-08-09 16:55:26 -04:00
MainWindow.cs Mac samples migrated to unified 2014-11-21 18:09:27 -05:00
MainWindow.designer.cs HeartRateMonitor: add features, fix bugs! 2017-01-04 18:19:29 -05:00
MainWindow.xib HeartRateMonitor: add features, fix bugs! 2017-01-04 18:19:29 -05:00
MainWindowController.cs [HeartRateMonitor] Fix events race condition. Fixes #60696 2018-02-20 14:49:27 +01:00
Metadata.xml Shorten brief descriptions 2015-04-23 14:06:18 -04:00
README.md remote # tag (and other fixes) 2019-07-24 13:25:37 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.Mac - HeartRateMonitor The CoreBluetooth framework provides the classes needed for your iOS and Mac apps to communicate with devices that are equipped with Bluetooth low... sample
csharp
xamarin
heartratemonitor

HeartRateMonitor with Xamarin.Mac

The CoreBluetooth framework provides the classes needed for your iOS and Mac apps to communicate with devices that are equipped with Bluetooth low energy wireless technology, such as heart rate monitors, cycling cadence sensors, and temperature monitors.

This sample demonstrates: discovering, connecting to, and retrieving heart rate data from Bluetooth LE heart rate monitors.

It shows the location of the monitor (chest, wrist, foot, etc.), the current heart rate in beats per minute, and animates a heart beating at the same speed reported by the connected device.

Heart rate app showing heart graphic and heart rate display

Requirements

Mac computer must support Bluetooth, have Bluetooth enabled, and be used with a compatible Bluetooth-enabled heart rate monitor device.