iOS and Bluetooth Low Energy

本秂侑毒 提交于 2019-12-06 14:08:14

问题


I know that there are a lot of restrictions on bluetooth when it comes to iOS. I wanted some more information on Bluetooth Low Energy (LE) and the CoreBluetooth Framework apple provides from iOS 5.0 and greater.

  1. Can i connect ANY Bluetooth LE device to an iOS device using the Core Bluetooth Framework?
  2. Is there any Bluetooth LE device in production,that comes with a three axis accelerometer and a gyro that i could use like a Human Interface device?

回答1:


Sagar, Maybe you can explain more about what you want to do.

Any BT4.0 LE device can connect and communicate with a iOS app using the CoreBluetooth Framework.

The CC2540 dev kit does contain a fob that has accelerometer, it does not have a gyro.

The USB dongle that comes with the kit is for communicating with the fob from a PC/Mac, you do not need it for communicating with the iOS device.



来源:https://stackoverflow.com/questions/10697728/ios-and-bluetooth-low-energy

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!