Please suggest me, whether an iPhone application can connect with external bluetooth devices like polar h7/h6 heart rate sensor fitness belt (http://www.polar.com/en/products/accessories/H7_heart_rate_sensor)?
I am following these links: http://www.tekritisoftware.com/scan-ble-devices-using-ios-core-bluetooth-framework https://github.com/sergiomtzlosa/CoreBluetooth-Demo/
But i am not sure, whether iPhone app will connect to this external fitness belt. Please guide.
Thanks.
Below is the logic for a fully working example to scan for bluetooth HRM devices, discover their services and their characteristics, followed by logic to extract data from notifications. Hopefully the comments within the code are self explaining. Within the code I have added some url's to the related bluetooth specs.
The ViewController.h file:
The ViewController.m file:
Get Swift implementation of POLAR https://github.com/msyshani/PolarDemo-for-iOS
So: Bluetooth Smart is the branded name of Bluetooth Low Energy.
Source: Bluetooth.com and WikiPedia.
The Apple Sample: CoreBluetooth Temperature Sensor and the iOS app LightBlue (to check/test) are great starts.