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
0
votes
1 answer

Eddystone-URL attachments

according to the image below, is it fair to say that Eddystone-URL beacons cannot be associated with attachments((with google beacon platform, even if deprecated)) because it does not have an ID identifier in the frame? the UUID acts only at the GAP…
0
votes
1 answer

Possibility of a Web App to act as a Bluetooth Low Energy Beacon for BLE advertising?

I've been taking a look into the documents from https://googlechrome.github.io/samples/web-bluetooth/ and it seems nearly all of the samples demos or codes is mostly the web app acting as a central. I'm looking to know if there's a possible way to…
0
votes
1 answer

How to implement physical web using Eddystone Url beacon without app

I have an Eddystone url beacon in which I have configured an https url.Now I want to broadcast that url in form of notification in google chrome but I am not able to do it.I have tried all methods of physical web but I am not able to receive any…
0
votes
0 answers

EddyStone URL not showing properly on android app?

So I have been learning about beacons recently, I was trying to develop an application that scans beacons around me and get their url, I seem to have a trouble understanding what layout for beacon should I choose, should it be EDDYSTONE_URL, and if…
Ali Abbas
  • 97
  • 7
0
votes
1 answer

Android Eddystone - URL Chrome Physical Web

I have a beacon that is transmitting Eddystone - URL. I can locate my beacon using the Physical Web app in Android. I read that from Chrome 49 Physical web is by default supported by chrome but I'm using Chrome 69 version but I didn't get any nearby…
David
  • 535
  • 8
  • 13
0
votes
1 answer

Google Beacon - AppIntent Issue

I am trying to use beacons in my project. Facing some issue with it. I am getting NearBy notification only for WebURL. I tried using it for AppIntent and FreeFormAppIntent using beacon dashboard but I am not getting the nearby notification from a…
0
votes
1 answer

Can i adjust estimote stickers broadcasting range?

I need to use estimote stickers for one of my requirement, can i change its broadcasting range with eddystone-url protocol as proximity/location beacons.
Krishnarjun Banoth
  • 1,410
  • 1
  • 15
  • 30
0
votes
0 answers

Can I add play.google.com music links to the beacon dashboard using app intent?

I have been trying to add the following as a URL and an app intent, but I cant make it broadcast. https://play.google.com/store/music/album/Jennifer_Myles_In_Due_Season?id=Bcd7upiwxohcs3sskrj73y4mnlm I have read that play.google.com will not…
0
votes
1 answer

How to Develop our own app which receives the Notification when Near to Beacons.Is there any sample code , if have please suggest me

How to Develop our own app which receives the Notification when Near to Beacons.Is there any sample code, if have please suggest me.
0
votes
3 answers

eddystone url not working with url that redirect

This behaviour seems pretty consistent, but I cannot find any documentation from google (or anyone else) that would say that this is the case, and what are ways to deal with this issue. Is it possible to use redirection/url-shorteners with…
Daniel
  • 34,125
  • 17
  • 102
  • 150
0
votes
1 answer

Beacons Notifications not showing after dismissed

Im using Nearby and Eddystone URL to broadcast notifications to Chrome on mobile. After provisioning and setting up of the beacons, it works great. The notifications shows up in the notification drawer. However, if it was dismissed by accident or…
oninross
  • 989
  • 6
  • 23
0
votes
1 answer

Unable to see notification on Android phone

I can see notifications within the Nearby app, but they do not show up within my Notifications bar. I have "Nearby links available turned on.
helenclarko
  • 269
  • 1
  • 12
0
votes
1 answer

custom title and description of physical web notification

Reply from : https://github.com/google/physical-web/issues/595 For example, I am transmitting www.starbucks.com http://www.starbucks.com as the URL. My phone looks for physical web pages and say it detects www.starbucks.com and shows it to me in my…
0
votes
1 answer

Receiving URL from virtual Eddystone-URL beacon using Android Beacon Library

I am using Eddystone-URL with Android Beacon Library. I put the compressed URL in the dataFileds of the Beacon but when I receive the signal, the dataFields are empty Why could this be happenning? attach here the transmiter's code: try { …
0
votes
2 answers

Eddystone-URL Call to Action

I have three kontakt.io Pro Beacons. I've configured them for Eddystone-URL and all are operating correctly. The current behavior is: Android receives the beacon URL, generates the notification, which displays the target URL along with the page…
Andrew
  • 3
  • 1