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

Android Support of NFC Tag shortcut #34

Open
2 tasks
spuder opened this issue Jan 15, 2025 · 2 comments
Open
2 tasks

Android Support of NFC Tag shortcut #34

spuder opened this issue Jan 15, 2025 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@spuder
Copy link
Owner

spuder commented Jan 15, 2025

The openspool kits come with a tag pre-programmed to open the bambu handy app on iPhone. It does that by using a custom URL bambu://

Figure out what the equivalent url is for android phones

  • Document what the url is
  • Research if possible to have esp32 program tags through the extras section of the web interface.

The url is likely something like this:

android://bbl.intl.bambulab.com or vnd.android.nfc://ext/android.com:pkg

@spuder spuder added enhancement New feature or request good first issue Good for newcomers labels Jan 15, 2025
@spuder
Copy link
Owner Author

spuder commented Jan 16, 2025

Android needs an AAR with value bbl.intl.bambulab.com

Additional information here: https://discord.com/channels/1298381115706576907/1298381115706576910/1329449638578618460

Thanks to Rich in Discord for finding this.

@mytechguyri
Copy link

mytechguyri commented Jan 17, 2025

If its any help, I wrote a tag to open Bambu Handy using NFC Tools on my phone, here's what the tag contains.
I just wrote bbl.intl.bambulab.com as a text record to the tag... it opens Bambu Handy every time.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants