Gimbal is the brand name of a proximity solution in the same family as Bluetooth LE / iBeacon
Questions tagged [gimbal]
49 questions
0
votes
0 answers
Why Gimbal Beacon takes time to Scan or Advertise?
Currently , i am experimenting on Gimbal Beacons on Android. I have integrated Gimbal SDK to my Android Studio. So , i testing the beacon with Gimbal SDK samples but i observed most of the time Gimbal Beacon takes minimum 5-10 minutes or more to…

Anshuman Pattnaik
- 883
- 3
- 16
- 37
0
votes
2 answers
How do I reset Gimbal SDK triggers for debugging purposes?
I find it really hard to debug my app using Gimbal Places.
I have my Places/Communications set up and sometimes they do fire but once they fire I do not know how to reset the trigger so that I can check if its working. I have to walk up and down the…

BadaBoomphs
- 59
- 4
0
votes
0 answers
Gimbal SDK not reacting to beacons via Adobe AIR extension
I am creating an ANE for Urban Airship, a service for sending push notifications (among other things). Via the help provided here: Hooking into main application's onCreate method from Adobe AIR extension I've been able to get push notifications,…

SirCapsLock
- 175
- 9
0
votes
1 answer
Gimbal "BeaconSighting" listener working erratically
I am trying to obtain the Gimbal beacon distance changes run-time in Android. I am able to connect to my beacon and same is reflected in the android app.
But I am not able to obtain the changed RSSI in the app. Below is my code.
private…

BlueSword
- 1,290
- 12
- 25
0
votes
1 answer
Gradle: Multiple dependences require slf4j
I have two libs in my gradle file that require slf4j. Pusher and Gimbal. Both of these jars have slf4j in them. So even when I tell gradle to ignore them (multiDexEnabled true) I still receive a namespacing error.
Does anyone know how to fix this? …

Jason Cheladyn
- 565
- 1
- 12
- 24
0
votes
1 answer
Gimbal API Authentication fails with 401 unauthorized (PHP cURL request)
I am trying to connect with the Gimbal manager Restful API. I have an account and an API KEY for my organization. My cURL request keeps failing with a 401 unauthorized response from the API endpoint. Here is my cURL request in PHP:
// from…

Kinglish
- 23,358
- 3
- 22
- 43
0
votes
1 answer
Why am I getting status 10000 from Gimbal registering the api key?
I am integrating the Gimbal SDK following their documentation. I have the framework, requisite lib, bridge-header, import of framework. I discovered some problems with the bundle and api-key when using spaces or dashes in the names, so I have…

mobibob
- 8,670
- 20
- 82
- 131
0
votes
1 answer
How to detect gimbal beacon is working or not in android? (Gimbal Proximity Beacon Series 10)
I've recently bought new Gimbal Proximity Beacon Series 10 and now just want to check if it is working (can transmit signal) or not.
And since it doesn't have TURN ON / TURN OFF button, so i decide to replace the battery with the new one (just to…

Harkedian
- 153
- 2
- 18
0
votes
0 answers
Mobile App with Ionic and Gimbal beacon?
I want to create mobile app that can integrated with Gimbal beacon. This app allow us to order meal/drink while we walk through the store.
I use ionic as a front end. The next step is i want to integrate the app with beacon (gimbal). Should i use…

Harkedian
- 153
- 2
- 18
0
votes
0 answers
How to detect Multiple beacons using a single region?
I have 2 different beacons representing a single product.I would like to group this beacon to a single region.And start monitoring that region.Is there any way to do this in android altbeacon library?

user3437594
- 92
- 7
0
votes
1 answer
Gimbal Proximity sdk throws error only on Lollipop devices
I am working with gimbal proximity sdk. I am facing a strange error. The app is running perfectly fine on devices installed with pre-lollipop os versions. But when I try on lollipop devices I am getting an error at this line
contextContentConnector…

Nidhin Rejoice
- 1,367
- 1
- 16
- 26
0
votes
1 answer
gimbal FYXVisitManager startWithOptions:options
I have this problem with Gimbal framework:
when I try to start the FYXVisitManager with options, the system don't call the delgate method:
I initialize the object with these rows of code:
self.visitManager = [[FYXVisitManager alloc]…

Riccardo Candido
- 57
- 6
0
votes
1 answer
Error GIMBAL iOS SDK
I use the Gimbal SDK.
When I try to create QLContextCoreConnector on my view compare this message:
[name of my app]
Powered by Gimbal Place detection
[checkbox] I accept the gimbal terms of [...]
I accept and always is ok. But after the loading, on…

Riccardo Candido
- 57
- 6
0
votes
0 answers
How do Gimbal beacons have such a low expected time to arrival for background scanning?
I'm trying to understand how dependable / frequent background detection of beacons can be while our app is running in the background. If our app is running in the background, it is my understanding that iOS does BLE scan every 15 minutes, even with…

BoilerJoe
- 11
- 2
0
votes
0 answers
Qualcomm Gimbal Geofence Communication
I created Geofences in Gimbal Manager, and was able to trigger place events also.
My problem is to communicate to iPhone device through Gimbal Manager.
Delegate methods are getting called
- (void)didGetContentDescriptors:(NSArray…

Krishna Chaitanya Bandaru
- 2,065
- 4
- 18
- 26