Search code examples
iphoneios6core-bluetoothbluetooth-lowenergy

iPhone - Polar H7_heart_rate_sensor connectivity using bluetooth


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.


Solution

  • 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.