I'm still searching for a solution to this. NFC is really cool so I'm sure someone has tried it with kivy;)
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
I/python ( 2669): Traceback (most recent call last):
I/python ( 2669): File "/home/kivy/nfctest/main.py", line 4, in <module>I/python ( 2669): ImportError: No module named runnable
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I/python ( 8650): Exception ValueError: ValueError('Invalid shape in axis 0: 0.',) in 'jnius.jnius.ByteArray.set_buffer' ignored
ndef_record = NdefRecord(NdefRecord.TNF_MIME_MEDIA, 'text/plain', '', 'hello world')
ndef_record = NdefRecord(NdefRecord.TNF_MIME_MEDIA, 'hello world', '', '')
I actually never got it working in kivy. I hate to say it but I had to develop a secondary app in.... cringe.... Java... Ugh... to do the reading part. No worries if you're having trouble though, when I was trying this before I was a kivy noob and couldn't get anything to work in PyJnius. That project has a lot of access to device hardware. Nfc reading is hard in the Android SDK anyway so using a binding to it from another language compounds the difficulty. However, if you have a good grip on NFC with Java and are familiar with pyjnius it should be pretty straight forward for you.
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ultimately kivy is the real answer, but I don't have the personal availability to go from android docs to pyjinius to kivy. I'm likely going to put up a bountysource bounty for some well commented example functionality code. Will post back in this series when I put it up. Thanks all