Questions tagged [eddystone-url]

The Eddystone-URL frame broadcasts a URL using a compressed encoding format in order to fit more within the limited advertisement packet.

Once decoded, the URL can be used by any client with access to the internet. For example, if an Eddystone-URL beacon were to broadcast the URL https://goo.gl/Aq18zF, then any client that received this packet could choose to visit that url.

The Eddystone-URL frame forms the backbone of the Physical Web, an effort to enable frictionless discovery of web content relating to one’s surroundings. Eddystone-URL incorporates all of the learnings from the UriBeacon format from which it evolved.

57 questions
4
votes
3 answers

How can i send notification using a Eddystone URL?

I am trying to send notification to android devices by using a Eddystone URL. What have i tried so far: I have tried transmitting a Eddystone URL using the altbeacon library. I have transmitted a Eddystone URL using the Locate App. The above…
3
votes
3 answers

Chrome Beta (v49) on android not detecting beacons emitting Eddystone URL

With physical web integration in new google chrome browser (still in beta), its possible to detect beacons that emit Eddystone Url frames. source: http://www.blueupbeacons.com/index.php?page=/blog/physicalweb I downloaded Chrome Beta, enabled…
2
votes
1 answer

Flutter Eddystone beacon detection

Is there any Flutter package available that can listen for Eddystone UID beacons and Eddystone-URLs? I have been looking at various packages such as beacons_plugin and flutter_beacon but I cannot seem to find any package that can receive these…
teh_raab
  • 384
  • 1
  • 3
  • 21
2
votes
2 answers

Linking a progressive web app to a beacon to trigger a event

I'am trying to make a progressive web app where I will use beacons to transmit the eddystone URL. As soon as the phones catch the Eddystone URL and click on the notification(using physical web) it will open the Progressive web app. My question is…
2
votes
1 answer

Why isn't physical web enabled by default?

https://google.github.io/physical-web/try-physical-web Here it explains how to enable it. Why isn't it enabled already? Are there plans to change it?
2
votes
1 answer

Chrome widget for eddystone-url in Android

I got eddystone beacons which broadcast URL and I was able to see the eddystone URL in iPhone Today's widget and came to know that in android phones this feature will be available with Google Play services 7.8. My android phone has Google Play…
2
votes
1 answer

How can I retrieve data attached to an Eddystone-URL?

I'm trying to experiment with Eddystone and Nearby messages in Android. I registered an Eddystone-UID with the Proximity Beacon API and attached some data. Then in my app I used the samples from the Nearby Messages API to retrieve it and everything…
1
vote
0 answers

How to change the transmitting url of Eddystone url

I have estimote beacon and i'm trying to add or change the eddystone url's url info but i'm unable to do it. I tried some codes that i found but none of them is resolved my problem. Here is one of the code that I used. try { byte[]…
EnesKY
  • 21
  • 1
  • 5
1
vote
1 answer

Eddystone-URL "Flags Data" Meaning?

I'm learning about Eddystone beacons (URL at this moment) and I'm trying to understand the purpose of each field. I'm getting a bit hung up on one, mainly because it's not explained. …
tranzmatt
  • 175
  • 1
  • 8
1
vote
2 answers

Investigate Chrome Physical Web not detecting urls/beacons

On my desk there are two beacons set up with Eddystone URLs. The manufacturer's app (Estimote) can see both beacons. On the same device, Chrome's Physical Web reports "No nearby Physical Web pages found". The device is Sony Experia E2535, with…
tymtam
  • 31,798
  • 8
  • 86
  • 126
1
vote
1 answer

Nearby URL Notifications appear in Discoveries, but no notification icon

I've read many of the other posts, but it seems that I have a more basic issue (and it doesn't seem to be related to the language bug reported in other posts): I've got a Radius Dot and it's set up to send a tiny URL using the Eddystone-URL…
1
vote
1 answer

Android Beacon Library don´t scan when device is in doze mode

I have kontakt.io Eddystone beacon and try to write app for scanning beacon. I use Android Beacon Library and background scanning. Everything is ok and my app find beacons in few seconds. But if I simulate Doze mode using this manual…
1
vote
1 answer

How many URLs can be written to a Physical Web Beacon?

I am trying to understand the Physical Web Beacon over Normal Beacons. As normal beacons will advertise only Manufacture Id , Certain Services and Characteristics UUIDs but the Physical Web Beacon can advertise URLs. So , i want to understand , how…
1
vote
0 answers

Broadcast text using eddystone url layout (or altbeacon)

I have a 16 length string that I would like to broadcast as the identifier, which the app uses to do certain actions. Relatively new to the different beacon layouts, so would love to get the right opinion. I was thinking of doing it the following…
0
votes
2 answers

How can I get the Eddystone URL beacon info through Web Bluetooth api?

I am trying to list a eddystone url beacon through web bluetooth api. I am using the sample code filtering by 0xfeaa as Bluetooth service. I also try using any of the UUIDs listed in Eddystone Configuration Service page. The beacon looks configured…
1
2 3 4