Questions tagged [open-nfc]

Open NFC is a software stack implementing NFC functionalities on top of an NFC controller chipset

The Open NFC stack implements NFC functionalities on top of NFC controller chipsets.

  • High- and low-level protocols (e.g., SNEP, handling of NDEF messages)
  • NFC modes: Reader mode, Card Emulation mode, Peer-to-peer (P2P) mode
  • Wi-Fi and Bluetooth pairing
  • Smartcard chipsets support
  • NFC HAL for porting to different NFC hardware

See here for details.

47 questions
-1
votes
1 answer

how to make my android application NFC enabled?

i'm done with my application but i want the application to open when I tap on the NFC tag! please help me i will just add to the mainfest here is the java code public class…
-3
votes
2 answers

how to send file using nfc in android

I want to create an application to transfer files between two machines to each other via nfc android. My idea is to create an interface with a button that allows selected data (text, files, music ...) then when they click send to device and send. I…
1 2 3
4