Gimbal beacon discovery

15,687

Solution 1

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.

Solution 2

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.

Solution 3

To use iOS, you will need to know the UUID. There are some other options that do not require knowledge of the UUID.

  1. If you have an Android device w/ 4.3 or later and support for BT4.0, you can use the free Locate application at the following link. https://play.google.com/store/apps/details?id=com.radiusnetworks.locate

  2. If you have a Mac w 10.9 or higher and support for BT4.0, you can use the ScanBeacon app ($9.99) available on the Mac App Store or at this link. http://www.radiusnetworks.com/scanbeacon-app.html

Good luck, and make sure you report back your findings to rest of the community!

David

Full Disclosure: My colleagues just firmly reminded me that I'm misbehaving by not noting that I work for Radius Networks, who provides the tools listed above, and am the developer of the second tool listed, ScanBeacon.

Solution 4

Interesting - I recently received a reply from Radius Networks that said ScanBeacon cannot identify Gimbal beacons - at least that's how I read it..

"Scanbeacon should display any device that is transmitting an ibeacon advertisement. We have had several reports that the little blue beacons that Qualcomm has been making available are not showing up with ScanBeacon. Our own investigation into these units is that they are not advertising the iBeacon identifiers.

There may be some configuration or other steps that need to be taken that we are not aware of. But the out-of-the-box state of the Qualcomm beacons appears to be no iBeacon advertisement."

Share:
15,687

Related videos on Youtube

Mihai Popa
Author by

Mihai Popa

Updated on June 04, 2022

Comments

  • Mihai Popa
    Mihai Popa almost 2 years

    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.

  • hcpl
    hcpl almost 10 years
    Any idea why I can't find that Gimbal manager app from the app store on an iPod touch? According to the listing at itunes.apple.com/us/app/gimbal-beacon-manager/id785688563?mt‌​=8 the app should be compatible with ipod touch. It runs iOS 7.1.1, maybe that's the issue!?
  • Lyndsey Scott
    Lyndsey Scott almost 10 years
    And here's a great set of instructions with images: gimbal.com/doc/ios_proximity_ibeacon_quickstart.html
  • Rahul Mathur
    Rahul Mathur almost 10 years
    I am currently using Gimbal sdk, but i dont have any gimbal device, i just want to test sdk by configuring my iphone as a ibeacon transmitter. I followed the steps in the answer but still i am unable to detect my device as a beacon.
  • owenfi
    owenfi over 9 years
    I got a Series 10 with Firmware 1.8.0 to work as a standard iBeacon. It appears to be broadcasting in both modes now (Gimbal proximity for reconfigurability?) as well as the iBeacon settings I applied in the manager as per the answer given by Sergey.
  • Siddharth
    Siddharth over 9 years
    @Rahul Mathur I don't think you can configure the settings of an iPhone acting as a beacon ,since only the configuration of Gimbal beacon can be changed using that.
  • Axeva
    Axeva over 9 years
    @Sergey Your instructions make sense, but what I'm not clear about is whether you can now find the beacons using Core Location alone, or whether you still need the Gimbal SDK after following your directions.
  • dr.doom
    dr.doom over 8 years
    @owenfi can you provide some for detail on how you did that? Also, can you provide info on where you got the firmware?