python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is it possible to read all pvc card data (a type of rfid card) in Android with NFC?
i want to read all stored rfid card in android with nfc but can't read anything except the ID card
this card has 1024 bytes mifare size and nfcA, mifare classic, NdefFormatable technologies
abolfazl ghalibaf
Votes: 0
Answers: 0
MFRC522 reading/wrting old RFID tags
I can successfully read and write the (1k) tags that came with the reader, but the tags I need to use have just 4 bytes per block rather than the 16 for the 1k tags, and presumably no security. The da...
Petr
Votes: 0
Answers: 1
I want to get mfrc522 readed data from ardiuno to my nodejs server using javascrip so can anybody know how to do it
I have ardiuno in which i have connected mfrc522 rfid reader , so i want the data which rc522 have readed from ardiuno. I have tried using have tried it using sketch which is written in cpp but i want...
user12902851
Votes: 0
Answers: 1