0

Hey I'm a student working on a development project on a Google Glass Application that will allow users to obtain information about a restaurant/bar/etc via info cards that will push to an individual users' glass display. The technology we are trying to use are iBeacons (BLE technology) as QR codes (our first choice) have been banned by Google. We ordered a set of iBeacons, but have not found any information at all whether or not these will work with Google Glass. Does anyone have any experience with this? Thanks, and apologize if I butchered any tech terminology!

4

3 回答 3

4

为了使 iBeacons 可以与任何 Android 设备(包括 Google Glass)一起使用,您需要做三件事:

  1. 蓝牙 LE 芯片组
  2. 支持蓝牙 LE 的 Android 操作系统
  3. 适用于 Android 的 iBeacon API

好消息是谷歌眼镜有 (1),我已经建立了一个支持 (3) 的 Android 库。坏消息是 (2),因为截至今天,Google Glass 基于 Android 4.04,而 Android 对蓝牙 LE 的支持从 Android 4.3 开始。

我确信谷歌最终会让 Glass 在 4.3+ 版本的 Android 上运行,然后你就可以做到这一点。我没有关于这需要多长时间才能发生的信息。

同时,如果您想在其他 Android 设备上开始使用 Android iBeacon 库,请访问:http: //developer.radiusnetworks.com/android-ibeacon-service/

于 2013-10-04T01:49:08.287 回答
3

Google Glass XE16(基于 kitkat)现在支持 BLE。您现在可以扫描 BLE 信标(又名 iBeacons)并在您的时间轴上显示 LiveCard。请检查以下示例。 https://github.com/noelportugal/GlassBeacon

于 2014-04-17T14:52:16.330 回答
1

Google Glass 已收到 Android 4.4 更新,因此现在可以使用 iBeacons。

http://indoo.rs/indoo-rs-app-for-google-glasses-is-here/

您可以在 Android(和 iOS)上使用蓝牙 LE 信标 - 使用www.indoo.rs SDK。免责声明:我在 indoo.rs 工作。

于 2013-11-27T16:16:56.610 回答