You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Soo my issue is that i have 3 tags i want to play aroung with :
#define NUM_ACCEPTED_UIDS 3 //<-----------------CHANGE THIS IF ADDING CARDS!!
NFCTag NFCTags[NUM_ACCEPTED_UIDS] = {
// It is neccessary to account for UID length since a 7 byte ID could contain a 4 byte ID, which would cause a misfire
// #0 #1#2#3#4#5#6 #Tagname
// {{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, "Tag1", false, 0, false, {0}},
{{0xA, 0xE0, 0x39, 0x16}, "ChipO", false, 0, false, {0}},
{{0xAB, 0x55, 0xE, 0x1C}, "CardO", false, 0, false, {0}},
{{0x4, 0x4A, 0xCD, 0xB2, 0x2F, 0x66, 0x81}, "TAGO", false, 0, false, {0}},
};
BUT it seems no matter what i do , its only the first one that will be recognise?
any idea why?
thanks in advise
The text was updated successfully, but these errors were encountered:
Hi
First i want to say , that im new to this , so please be patient with me :)
I want to make a nfc scanner and have bought :
PN532 NFC RFID (Elechouse module v3)
ESP8266 (NodeMCU v3.0)
https://www.ebay.com/itm/NodeMcu-Lua-WIFI-Internet-Things-development-board-based-ESP8266-CP2102-module/201542946669?ssPageName=STRK%3AMEBIDX%3AIT&_trksid=p2057872.m2749.l2649
and have printed the case in 3D.
Soo my issue is that i have 3 tags i want to play aroung with :
#define NUM_ACCEPTED_UIDS 3 //<-----------------CHANGE THIS IF ADDING CARDS!!
NFCTag NFCTags[NUM_ACCEPTED_UIDS] = {
// It is neccessary to account for UID length since a 7 byte ID could contain a 4 byte ID, which would cause a misfire
// #0 #1 #2 #3 #4 #5 #6 #Tagname
// {{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, "Tag1", false, 0, false, {0}},
{{0xA, 0xE0, 0x39, 0x16}, "ChipO", false, 0, false, {0}},
{{0xAB, 0x55, 0xE, 0x1C}, "CardO", false, 0, false, {0}},
{{0x4, 0x4A, 0xCD, 0xB2, 0x2F, 0x66, 0x81}, "TAGO", false, 0, false, {0}},
};
BUT it seems no matter what i do , its only the first one that will be recognise?
any idea why?
thanks in advise
The text was updated successfully, but these errors were encountered: