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

AirTag #2004

Closed
bettse opened this issue May 11, 2021 · 3 comments
Closed

AirTag #2004

bettse opened this issue May 11, 2021 · 3 comments

Comments

@bettse
Copy link

bettse commented May 11, 2021

There is a project called OpenHaystack that documents and implements AirTags/Find My. I wrote firmware for the PuckJS to make it show up: seemoo-lab/openhaystack#59
I based it on the iBeacon module, maybe this could be a module as well.

Big caveat: there is an open issue about support in the native Find My application: seemoo-lab/openhaystack#39

@gfwilliams
Copy link
Member

This looks great!

Just so I understand: OpenHaystack uses Apple's network (with its own set of keys), and will work as long as you're logged in on a Mac - but you can't use the 'Find My' app with it?

I wonder if I could modify OpenHaystack app to create a specially crafted link like espruino.com/ide?upload&code=... that'd let you do a one-click deployment to a Puck.

It could also be possible to clone an existing AirTag really easily (we could even add Puck.js code to do this automatically).

@bettse
Copy link
Author

bettse commented May 11, 2021

Just so I understand: OpenHaystack uses Apple's network (with its own set of keys), and will work as long as you're logged in on a Mac - but you can't use the 'Find My' app with it?

I'm new to it, but that is how I understand it.

I wonder if I could modify OpenHaystack app to create a specially crafted link like espruino.com/ide?upload&code=... that'd let you do a one-click deployment to a Puck.

They have a "deploy" button for pushing code to supported devices. It seems like the perfect place for a link like that (TIL one-click deployment links).

@gfwilliams
Copy link
Member

This is now available with https://espruino.github.io/EspruinoApps/?id=openhaystack and https://banglejs.com/apps/?id=openhaystack

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

2 participants