Difference between revisions of "Microduino-Module NFC"
From Microduino Wiki
(→Specifications) |
(→Application) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 52: | Line 52: | ||
==Application== | ==Application== | ||
Use the test program to write data to NFC. '''Note: this program only can read ISO14443A four bytes label''' | Use the test program to write data to NFC. '''Note: this program only can read ISO14443A four bytes label''' | ||
− | *Prepared | + | *Prepared hardware: Microduino FT232R, Microduino Core and Microduino NRF; |
− | *Prepared | + | *Prepared software: Adafruit_NFCShield_I2C library and Arduino IDE; |
*Download the library and test program, uncompress the library and copy to libraries folder of Arduino IDE; | *Download the library and test program, uncompress the library and copy to libraries folder of Arduino IDE; | ||
− | *Open the | + | *Open the "Microduino_Write_cards" test program, compile it and select the "Microduino Core (Atmega328P@16M,5V)" to download; |
− | *Open the serial monitor, select the baud rate, if | + | *Open the serial monitor, select the baud rate, if succeeding, serial will return some data and print "Please press 'f' to format.....", "Please press 'r' to Rewrite data......"; |
− | *Step | + | *Step 1: Input 'f' to format the label, you can see the format progress; |
− | *Step | + | *Step 2: Input 'r' to rewrite new data, if succeeding, then return "Writing URI to sector 1 as an NDEF Message". If failed, repeat from step 1 until data was wrote successfully. |
*Use a mobile phone with NFC label to test | *Use a mobile phone with NFC label to test | ||
*There are three wrote data: | *There are three wrote data: |
Latest revision as of 07:38, 24 August 2016
Language: | English • 中文 |
---|
Microduino NFC is a two-way connection and identification module for close range wireless communication, work at 13.56MHz frequency, about 10cm working distance and realize the data exchange and service. ContentsFeatures
Specification
Document
DevelopmentTest program: https://github.com/Microduino/Microduino_Tutorials/commit/f642ac523261cc08f58d9c521f5806b19c02ce15 ApplicationUse the test program to write data to NFC. Note: this program only can read ISO14443A four bytes label
User can choose in the program, the annotation of "//" can be deleted, and can define your own content. BuyHistoryPictureFrontBackVideo |