Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eddystone-URL Broadcasts for SOS #1280

Open
mevadapts opened this issue Apr 26, 2024 Discussed in #1226 · 0 comments
Open

Eddystone-URL Broadcasts for SOS #1280

mevadapts opened this issue Apr 26, 2024 Discussed in #1226 · 0 comments

Comments

@mevadapts
Copy link

Discussed in #1226

Originally posted by mevadapts February 10, 2024
Hello,

I have observed that the Eddystone URL broadcast has been successfully configured when I double-click on the beacon card. This is an important step towards triggering alarms when users broadcast a specific URL. Especially in emergency situations, users will be able to quickly access necessary information using the beacon card.

Currently, I have noticed that to detect this broadcast, the following JSON data needs to be included in the existing topic espresense/devices/xxxxxxxx/yyy:

json

{
"mac": "ac233fe07f26",
"id": "ccdd11220026",
"url": "http://example.com/sos",
"idType": 55,
"rssi@1m": -71,
"rssi": -99,
"raw": 6.31,
"distance": 4.32,
"var": 0.92,
"int": 8533
}
However, I am concerned that with future updates, this data might be lost. Therefore, would it be possible to incorporate this Eddystone URL into the project? This way, the data can be made accessible before it is lost.

Thank you,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant