Skip to content

PN532 library using NFC Shield from Seeed Studio to exchange NDEF message with Android

License

Notifications You must be signed in to change notification settings

elechouse/NFC_Module_DEV

 
 

Repository files navigation

NFC Library for Arduino to communicate with Android

This library is developed by SeeedStudio. Elechouse changes the driver from Spi to Serial, in order to support the NFC Module of elechouse.

How To

  1. Make the NFC module works in HSU mode.

  2. Connect NFC Module with Arduino(At least 2 serials)

     PN532                     Arduino
      VCC         -->          5V
      GND         -->         GND
      RXD         -->      Serial1-TX
      TXD         -->      Serail1-RX
    
  3. Download zip file, extract it to the Arduino libraries folder.

  4. Open example nfc_ndef_push_url, upload it to Arduino.

  5. Enable NFC function of your Android device, approximate it to NFC module, then the http://elechouse.com will be opened. (The url can be changed in code.)

About

PN532 library using NFC Shield from Seeed Studio to exchange NDEF message with Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 70.3%
  • C 25.4%
  • Other 4.3%