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

Hex conversion in log view is wrong #10

Open
mihkelraba opened this issue Mar 30, 2022 · 1 comment
Open

Hex conversion in log view is wrong #10

mihkelraba opened this issue Mar 30, 2022 · 1 comment

Comments

@mihkelraba
Copy link

Log entry:

34 bit card,10 bit preamble,Binary:0000001001 0000001000110101100101000000100101,HEX:2408D65025

This is full wiegand data, but card number is not 2408D65025, correct card number can be calculated, if we eliminate first and last bit from card number part:

  • 0000001000110101100101000000100101 -> 00000100011010110010100000010010
  • 00000100011010110010100000010010 -> 046B2812
@Einstein2150
Copy link

I made a fork with better HEX-calculation: https://github.com/Einstein2150/ESP-RFID-Tool-v2/releases/tag/2.0.0

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

2 participants