-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
NFC support #504
Comments
The latest release of the plugin was 2020 - so a "bit" outdated. |
I’m using 50ct tags (via eBay bought 10 as a set) to initiate homeautomation tasks (home assistant). Not sure if you would need to have an embedded NFC capability within the app. For iOS I leverage the Shortcuts automation functionality. This requires (published ?) URL handler capability for the intended app. So Beanconquerer would need a URL handler to start a new brew for a bean sort. Advantage (within iOS) is, that the app not necessarily needs to be active if the tag is scanned. |
The issues with this kind of solution is, you'd also need to know how to write an NFC Tag, and without any guidelines it will be a tricky topic. Yes you're right, there would be some ways of workaround, but wouldn't it be great to just "..." the beans -> Write NFC Tag? |
This would be a great feature! Basically, what you would have to do is:
btw, you do not need actual NFC Tags to test most of the functionality, QR codes containing the same URI as the NDEF message work as well ;) @graphefruit I have a bag full of 15693 Icode Tags (coin shaped w/o glue). If you like I send you a few for free. I bought them years ago when I did a project with NFC and have not used them since them, except one tag for Home assistant (which works great, btw) for a university project, we used an URL handler with a custom scheme. For example you could use and for the fun: Working prototype of the Coffee-nfc-taggifier-9001: 😁 |
As a workaround, if writing NFC Tags is too much effort, you can simply enable the URL handler. without resorting to NFC Reading/Writing.
You could basically setup everything except reading/writing of tags. Tags can easily be written manually with another app. |
@reox I'm not deep inside NFC Tags, but would it be possible to go like: |
On iOS I was able to write the sample tag to an NFC tag with „NF21 Tools“. When reading the text it launches Beanconquerer. So seems operable. This approach might also work with QR codes as launcher. |
Yes beanconqueror:// is the internal address, wich is already connected for bean-qr scans from roasteries. |
Generally to me the (NFC) URL approach seems a very good option, as this also launches the Beanconquerer app in one „swipe“. Having QR codes as a parallel option also makes sense. I would put NFC tags on dedicated bean containers and QR tags on in-use bean bags. |
My last experience with NFC on Android was in ... uhhhmmm ... 2013 I guess 😆 You can use the For the parameters, I guess the approach you have in mind would link always one tag with one bag - right? What you would have to do is to simply give each tag a random ID, i.e., the NDEF Message would link to This approach requires you to write the tag once and IMHO you can then rely on the reading capabilities of the OS to send you the data into the app. I.e., no need for NFC reading capabilities in the App itself. And you can do the same with QR Codes - for example, print out some QR codes and laminate them to re-use. |
@graphefruit are there any particular types of NFC tags that will be supported by this feature/any in particular that you are testing with? |
I just bought me some: NFC Tag Ntag215 to test. (They are working) |
@graphefruit I was planning to order some NTAG216 tags. I would be happy to test once I get them, but would you have an iOS build(TestFlight?)? |
I have, but I do this via Google Firebase, please write me an email with your google-mail address so I can add you: [email protected] |
Just had a similar thought as in here: #67.
Having an NFC tag on each container being scanned with the mobile phone would launch Beanconqueror and start a „repeat“ for the last brew of this roast.
Are there any updates to the NFC framework support, as this was the reason to shelf the original request?
The text was updated successfully, but these errors were encountered: