Contains classes that support connections between devices that are within close range.
Questions tagged [proximityapi]
23 questions
0
votes
0 answers
Two proximity sensors in android phone
In my android phone with two proximity sensors and I can easily log the front proximity sensor value.
if(event.sensor.getType() == Sensor.TYPE_PROXIMITY){
Log.d("PROXIMITY",""+event.values[0]); }
However, I have no idea to get rear…

Damanjeet Singh
- 57
- 9
0
votes
2 answers
Google Proximity Beacon API gives 403 unauthorised error
I am trying to consume Google's Beacon Proximity api. i have followed following steps to integrate them:
1) Signed up on Google Api Console.
2) Created new Project.
3) enabled Beacon proximity api and Nearby Api.
4) Generated Api key from…

Amritpal Singh
- 984
- 2
- 14
- 33
0
votes
1 answer
PeerFinder DiscoveryData length is preventing the client from being seen
I have a UWP app written in C# that is using the Proximity API. I am successfully launching the clients and able to detect them in the host app as long as the DiscoveryData is 25 bytes or less. When I set the DiscoveryData with anywhere from 26-32…

Pete
- 105
- 1
- 1
- 5
0
votes
0 answers
Custom Beacon Dashboard?
Is there any other way except Google beacon dashboard, where I can create a custom dashboard for my beacon device to set a notification message? Please advise.

Rocky
- 19
- 3
0
votes
1 answer
Beacon status not authorized by one app, but seen as unregistered by another app
I'm learning how to build an application that can detect eddystone beacons near by, by following the example of Google's Beacon Service Demo app, that can be found here https://github.com/google/beacon-platform/tree/master/samples/android .
In my…

PetMarion
- 147
- 3
- 14
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
Connect two different apps using PeerFinder.FindAllPeersAsync();
Working with Windows 10 Universal app.
Trying to utilise Proximity API. Using 2 Dell tablets with wifi connections. There is a couple of good examples demonstrating data transfer using Wifi Direct + Proximity API and devices running the same app.…

Milen
- 8,697
- 7
- 43
- 57
-1
votes
1 answer
Can I use Nearby Notification API without registering my beacon with Google Beacon Platform?
I want to push notification to users when in my beacon's proximity. That's pretty easy if I register my beacon on Google Beacon Platform using Proximity Beacon API and then register Nearby Notification against it. I do not want to register the…

Avinash Gupta
- 389
- 4
- 16