Is it possible to develop an iOS app with bluetooth capabilities?

后端 未结 3 1857
有刺的猬
有刺的猬 2021-02-14 12:32

Would the following be possible?

Let\'s say I have a scale with Bluetooth capabilities, when I turn it on, it sends the weight via BT.

Is it technically possible

3条回答
  •  死守一世寂寞
    2021-02-14 13:35

    Yes, we can connect Bluetooth devices with iOS application through Core bluetooth framework. This framework is supported on the iPhone 4s, iPhone5,iPhone 5S ,iPad3. We can use BLE 4.0 for the communication between scale and iOS application. Here, iOS application become the client and scale become the peripheral. You Can set as well as get data from the weighing scale.

自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题