Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gimbal beacon discovery

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.

like image 675
Mihai Popa Avatar asked Jan 23 '14 13:01

Mihai Popa


2 Answers

YES, you can use Gimbals as iBeacons. You have to re-configure it using iBeacon configuration. Login to Gimbal website, create an account if you don't have one. https://proximity.gimbal.com/

Open Proximity tab. Click on Manage Configuration button at the top and create new configuration, select iBeacon as beacon type, assign UUID, major and minor. You can choose any UUID you'd like.

Now register your Gimbal beacon, and select your new configuration. You must open the beacon to get to the Factory ID that is required to register.

Download Gimbal manager app for iPhone, open it, select "Configure" option. Open Gimbal and remove battery, put the batter back in, and you should see your beacon in the Gimbal Manager app, click the Update button.

That's it, now you your Gimbal is in iBeacon mode.

like image 198
Sergey Avatar answered Oct 26 '22 20:10

Sergey


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.

like image 22
Mihai Popa Avatar answered Oct 26 '22 20:10

Mihai Popa