Difference between revisions of "Microduino-Module NFC"
From Microduino Wiki
(→Features) |
(→Application) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 14: | Line 14: | ||
*Integrate the NFCIP-1's RF interface with transmission rate up to 424kbit/s. | *Integrate the NFCIP-1's RF interface with transmission rate up to 424kbit/s. | ||
− | == | + | ==Specification== |
− | *2.7V | + | *Power supply (2.7V-5.5V). |
− | * | + | *With specific I/O port to control external devices. |
− | * | + | *With default working distance of more than 50mm under reading & writing mode. |
− | * | + | *With default working distance up to 50mm under NFCIP-1 mode. |
− | * | + | * With default working distance of about 100mm under FeliCa mode. |
− | * | + | *The reading & writing mode supports ISO/IEC 14443A/MIFARE, FeliCa and ISO/IEC 14443B mechanism. |
− | *FeliCa mode supports ISO 14443A / MIFARE | + | * FeliCa mode supports ISO 14443A / MIFARE and FeliCa mechanism. |
− | * | + | *Adopt IIC communication mode. |
{|class="wikitable" | {|class="wikitable" | ||
! rowspan="1" | PN532 || Microduino | ! rowspan="1" | PN532 || Microduino | ||
Line 38: | Line 38: | ||
[[File:Microduino-NFC-pin.jpg|800px|thumb|center|Microduino-NFC]] | [[File:Microduino-NFC-pin.jpg|800px|thumb|center|Microduino-NFC]] | ||
− | |||
==Document== | ==Document== | ||
Line 53: | 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 |