Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
93 views

I'm working to implement the version 2.0.4.192 of the Zebra SDK to scan RFID tags with RFD40 handheld and TC53 android phone. When testing the SampleApp provide with the SDK if I remove and reattach ...
Carentir's user avatar
0 votes
0 answers
38 views

I'm trying to implement authentication of Mifare Ultralight cards. The first step of sending the auth command 1A 00 works well, I get the challenge AF + 8 bytes but when I send the solution AF + 16 ...
Nahuel Chaikh's user avatar
0 votes
0 answers
93 views

The zebra123 plugin is designed to facilitate integration with Zebra devices, specifically for barcode and RFID functionalities. It provides a Flutter interface in not support android 12 But if the ...
Pong Petrung's user avatar
  • 1,447
0 votes
0 answers
27 views

I am currently facing an issue related to locking an NFC tag after writing data to it. By "locking," I mean making the tag's data read-only, so that once the data is written, it cannot be ...
Developer Account's user avatar
1 vote
1 answer
138 views

I am trying to read data from RFID card reader connected to serial port using javascript's Web Serial API. I was able to connect to my card reader but I am unable to read the data. The data is logged ...
Akhil's user avatar
  • 11
0 votes
1 answer
127 views

I have an RFID Reader from a company called Metratec. I actually enjoy this reader very much and there is a detailed PDF and prewritten packages for Java, Python and .NET. Now I want to write my own ...
Willi M's user avatar
0 votes
0 answers
27 views

// Step 1: Select the Visa payment application try { // byte[] aidVisa = new byte[] { (byte) 0xA0, 0x00, 0x00, 0x00, 0x03, 0x10, 0x10 }; byte[] ApduCMDVisa = new byte[] { (byte) 0xA0, // ...
issam's user avatar
  • 93
0 votes
0 answers
91 views

I have a react project and I want to write rfid with zebra zd500r. I connect my printer via USB. I tried two ways to print, 1st way I tried printing using zebra's browserprint sdk. My function in the ...
rasim57's user avatar
  • 13
0 votes
1 answer
76 views

Currently, I am using the mpu6050 and uhf rfid module simultaneously on the lolin d32 pro (esp32) development board. MPU6050 has a sampling rate of 100hz. I hope RFID also has a sampling rate of at ...
gms's user avatar
  • 11
0 votes
1 answer
645 views

I am working with Mifare Classic 1K, and so far I have successfully inserted/updated data in each block using key A with default access byte FF0780. I am trying to understand the documentation, but I ...
Eko Muhammad Rilo Pembudi's user avatar
0 votes
1 answer
799 views

I have been searching for hours... I found Zebra's RFID guide here: https://www.zebra.com/content/dam/support-dam/en/documentation/unrestricted/guide/software/rfid3-pg-en.pdf Not that it's very ...
Laurence MacNeill's user avatar
-1 votes
1 answer
379 views

Could someone help me identify the value blocks of a MIFARE Classic 1K card? I understand that the first 4 bytes contain the value in hexadecimal format, but I cannot identify which ones they are. I ...
Dante Ramirez's user avatar
0 votes
2 answers
34 views

I am working on a flutter project that integrate RFID android pistol device to the application. Using pigeon to communicate to native android api. While debuging android studio at RFID device I ca ...
S. Aziz Kazdal's user avatar
1 vote
0 answers
118 views

I have a barcode scanner application in Android Kotlin but how can I integrate GS1 API into it so that when scanning any barcode then it will show the details about the barcode item from GS1 server. ...
gourav anand's user avatar
0 votes
1 answer
112 views

I am new to HITAG token types, and I am learning how to read them using the HTRC110 ABIC, I have a PCF7936 transponder token, from what I know, The HITAG protocol is reader speak first, so to be able ...
alasa995's user avatar
0 votes
1 answer
103 views

the APDU commands I am sniffing do not match with any APDU I've ever seen while the anti-collision part seems to be showing the right commands. I've been trying to sniff a tag-reader communication for ...
z. saeedi's user avatar
0 votes
0 answers
32 views

I have an RFID 522 reader connected with Raspberry Pi 4 and it only works sometimes. I followed the schematic from a tutorial and used the corresponding code. The reader works perfectly fine, detecing ...
Mourghe's user avatar
0 votes
0 answers
895 views

I have two readers, an expesive reference one and the cheap ones that are being put into our devices. The expensive one reads the RFID UIDs at 10HEX digits (40 bits) and the results are as I expect ...
Philipp Klaschka's user avatar
0 votes
0 answers
123 views

We have developed an Android application using the Zebra RFID Reader SDK(https://www.zebra.com/us/en/support-downloads/software/developer-tools/rfid-sdk-for-android.html) to read RFID tags with the ...
zetros's user avatar
  • 35
0 votes
0 answers
295 views

I just want to get AID from scanned debit/credit card, many apps are available on Google play store that easily gets the info on scan but i am unable to get the same. The purpose of getting the AID ...
Muhammad Adeel Shoukat's user avatar
1 vote
1 answer
239 views

string DeviceTCPIP = "168.34.15.249"; string BackData; string TextMessage; int DevicePort = 5600; void ReadCard() { this.threadListen = new Thread((ThreadStart)(() => { ...
Hakan Demir's user avatar
0 votes
0 answers
50 views

I want to Disable the Keyboard Because I am getting input from RFID Device. But I dont want to Disabled TextFormField. So Is there anyway to that work ?? Basically the TextFormField getting value from ...
Muhammad Osama's user avatar
1 vote
0 answers
418 views

Zebra RFID device after getting disconnected, I can not reconnect unless I charge Zebra device again and then use it. I'm getting this error: D/RFIDAPI3Error( 3867): connected RFD850019240520100016 E/...
Anamika Singh's user avatar
-1 votes
1 answer
502 views

how to rewrite an nfc tag (microchip). when is scanned whith the NFC Tools app their characteristcs are: Tag type: ISO 14443-4 Technologies available: TypeA, IsoDep Serial number: XXXXXXXXXX Size: 15 ...
alex's user avatar
  • 1
-1 votes
1 answer
129 views

I'm looking for confirmation that it is NOT possible to read-protect the EPC, TID and User Memory banks on GEN2 RFID tags( they can only be write-protected). Only the Reserved Memory Bank, where the ...
Pierre Tremblay's user avatar

1
2 3 4 5
27