Gimbal beacon discovery

后端 未结 4 905
南方客
南方客 2020-12-07 18:29

Is it possible to discover Gimbal beacons using the iOS SDK? I want to use simple ranging but I don\'t know the UUID of the transmitter.

4条回答
  •  -上瘾入骨i
    2020-12-07 18:40

    If anyone interested, I found this useful post on http://beekn.net/2013/12/inside-gimbal-qualcomm-beacons-tackle-bluetooth-le-challenges/:

    Actually, you can’t sniff the iBeacon UUID as Gimbal use their own implementation for their beacons. They use BLE to transmit encrypted IDs that change with each broadcast, so it needs to validate with the SDK / API to confirm which beacon ID this ties up to.

    update: davidyoung is right. There is some info that I skipped in Gimbal's documentation:

    If your application's use case requires you to use iBeacon technology, the Gimbal Series 20 beacon can be configured to broadcast iBeacon compatible BLE packets. To learn how to configure a beacon to be iBeacon compatible please read the Proximity Quickstart Guide. The Proximity framework makes it very easy to use both iBeacons and Gimbal beacons from the SDK and lets you manage them through the Gimbal Manager Portal.

提交回复
热议问题