例如,我有5个灯和2个扬声器,我想通过蓝牙或WiFi连接到我的iPhone。我想通过iPhone服装制作的软件来播放音乐和打开和关闭灯光。
那么我应该从哪里开始呢?我应该读些什么(网页、论坛)?我需要什么样的硬件?有什么好的例子吗?
欢迎任何指南或提示。
发布于 2013-04-22 17:25:18
CoreBluetooth
CoreBluetooth框架提供了对蓝牙4.0低能耗设备的访问。
https://developer.apple.com/library/ios/#documentation/CoreBluetooth/Reference/CoreBluetooth_Framework/_index.html
https://developer.apple.com/library/ios/#samplecode/TemperatureSensor/Introduction/Intro.html#//apple_ref/doc/uid/DTS40012194
https://stackoverflow.com/questions/16141790
相似问题