ha_nfc_scanner icon indicating copy to clipboard operation
ha_nfc_scanner copied to clipboard

Multiple tags error

Open kekec777 opened this issue 3 years ago • 2 comments

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

kekec777 avatar Oct 14 '20 15:10 kekec777

Unfortunately, I cannot help you with that at the moment, everything is still packed due to a move. As a result, I am now unable to debug it myself 😢

klaasnicolaas avatar Oct 21 '20 12:10 klaasnicolaas

Thanks for the reply - and sorry for the late answer :) I was also moving :) When do you think you can debug it?

kekec777 avatar Dec 15 '20 07:12 kekec777