Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't read properly #8

Closed
minkov-s opened this issue Jan 20, 2021 · 1 comment
Closed

Doesn't read properly #8

minkov-s opened this issue Jan 20, 2021 · 1 comment

Comments

@minkov-s
Copy link

I connected it to a 125khz ID wg26 reader but when it read i first converted the hex number to decimal and it didn't match the real number. I also tried to get some number of the binary data with no luck as well. I don't know, maybe my device is faulty. It restarts every time i read and i have to connect the wifi again. Or i don't know how to get the decimal number of the card. This is my log file. The last (underlined) reads are of a card with the number 0008617284. I will be very thankful if someone could give me some much needed help.
20210120_112631
16111351372634130453558213782740

@minkov-s
Copy link
Author

Solved. Just had to look up the protocol (i'm not very good at programming, bits and protocols) and found that the 26 bit binary data has two bits at each end. I just copy the data without the very first and very last bit, convert it to decimal and get the correct card number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant