Gimbal is the brand name of a proximity solution in the same family as Bluetooth LE / iBeacon
Questions tagged [gimbal]
49 questions
7
votes
1 answer
Programming my android application with Gimbal sdk doesn't detect the gimbal beacon
I'm trying to create an android application to detect Gimbal based beacons using the Gimbal sdk but my application cant be able to detect the beacon. But if I try using BluetoothGATT, I can be able to detect the beacon. Following is the part of my…
user3600801
4
votes
4 answers
Configure Gimbal iBeacon without iPhone?
Is there a way to configure the physical gimbal beacon without an iPhone?
In these instruction, it says you need to use the iPhone app. Is there another way with Android, PC, etc?

Alexis
- 23,545
- 19
- 104
- 143
3
votes
0 answers
controlling a bluetooth hardware remotely by php(control panel website)
I am having a bluetooth low energy device which broadcasts its signal every 30ms. and I have a website as a control panel to show some devices statistics and to send some commands to the device.
I want to control the intervals between signals that…

user3696174
- 123
- 9
3
votes
2 answers
Can't Build .apk in Android studio 1.3?
Currently i am trying to run a sample application "Hello Gimbal Android" using Android Studio 1.3 (updated 28 july 2015)
After follow step by step from tutorial :
Clone sample application from github.
Import project in Android Studio
Fill in the…

Harkedian
- 153
- 2
- 18
3
votes
2 answers
How to improve stability and accuracy of data using Gimbal beacon device for indoor positioning?
In android how to improve stability of multipe beacon detection?.i am using the Gimbal beacons for indoor positioning.Is the BLE is suitable for Indoor location data access?

JellyBean
- 385
- 1
- 4
- 10
2
votes
3 answers
Need iBeacon locationManager:didEnterRegion to trigger at near physical contact when backgrounded
Here is my challenge. I have a gimbal series 20 configured as an iBeacon and my goal is to allow my users to hold their phone in near physical contact with the beacon with the app backgrounded. Think apple pay.
I have the transmit power set all the…

nwales
- 3,521
- 2
- 25
- 47
2
votes
1 answer
How to get Push Notification working for ios using Gimbal Manager portal? I have done all necessary steps from Docs. Still No luck
As per the Gimbal Dev Documentation I have followed all necessary steps for APNS support.
Done with creating App Id, APNS Certificate, Provision Profile & all.
Also added Push Notification Certificate generated to Gimbal Manager
Also Created…

Niraj
- 1,939
- 20
- 29
2
votes
0 answers
AltBeacon setLayout for Gimbal beacons on android
I would like the Android AltBeacon Library to be able to properly detect Gimbal beacons. I know that Gimbal beacons have encrypted identifiers, so these cannot be read directly. But I would at least like to share code that can detect that one is…

user3522577
- 31
- 2
2
votes
1 answer
How to check if my Qualcomm gimbal beacon is working or not?
I have currently bought a Qualcomm Gimbal Beacon device. But when I added my device at Gimbal's developer site it shows that the firmware and battery level is unknown.
I don't know whether my device has been added or not and I also don't know how to…

Santosh
- 1,254
- 2
- 16
- 31
1
vote
0 answers
How to load URL from Gimbal notification in webview of Android app while tapping notification
We are developing an android using webview with Gimbal beacons location services.We can able to get notifications once user entered location. But what we want is to load URL from that notification in the webview while tapping on notification.
Thanks

Gokila Muthusamy
- 11
- 1
1
vote
0 answers
How to integrate Gimbal with Vuforia android application?
I checked with gimbal.com official site. They haven't provided any samples which can integrate with vuforia SDK.
Please suggest me where I can find the integration samples?

Sikandar Khan
- 129
- 2
- 16
1
vote
1 answer
Gimbal PlaceEventListener Api usability when application is in background?
I am using Gimbal SDK for geofence functionality in my android application. The sample code provided by them make me surprise. The sample code is as below
package com.gimbal.hello_gimbal_android;
import…

Mahendra Chhimwal
- 1,810
- 5
- 21
- 33
1
vote
0 answers
Gimbal SDK v2+ Demo App is not Working
*No beacon sighiting and no place monitoring for device: InFocus Bingo50 (Android 6.0) *
Samsung, Android Core OS phones runs perfectly, problem in InFocus M460 Bingo50 (Android 6.0, skin inLife UI 2.0). what should i do for scan beacon in this…

vishal
- 233
- 4
- 7
1
vote
0 answers
Can not get GIMBAL to detect leaving or entering area
Recently I started working with the Gimbal SDK. I am still testing it.
However I can not seem to get even a basic response from it. The code looks pretty straight forward and the documentation is pretty well done also. I want to run the Gimbal area…

Testo
- 47
- 9
1
vote
1 answer
How to integrate Gimbal SDK with Cordova-based app?
I am creating a mobile app using gimbal beacon, apache cordova and ionic framework.
Based on quickstart tutorial from Gimbal Doc, i've created sample "Hello Gimbal Android" app with their android SDK which can be downloaded from gimbal manager.
This…

Harkedian
- 153
- 2
- 18