Receive NFC/NDEF message from Android phone to Raspberry Pi -


i have android app sends ndef message containing few words. can receive message on android device able receive message on raspberry pi. or ndef message exchange android android thing?

i have searched on google , found possible way requires install android on raspberry pi i'm not 100% sure work. have raspberry pi model b+.

no, nfc not limited android devices. can implement nfc communication pretty device has nfc front-end. raspberry pi not have 1 default. however, there exist various add-on tools use add nfc rpi, e.g.

instead, use usb nfc reader, acr122u, rpi.

in order softwre support nfc, use libraries provided boards or possibly libnfc.

once have nfc support on rpi, there various ways exchange ndef messages android device (which of them work depend on nfc front-end chose):

  • implement peer-to-peer protocol stack , snep protocol exchange ndef message through android beam.
  • implement card emulator emulates nfc tag can accessed android device in reader/writer mode.

Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -