You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
My name is Eric Stein and I am having some trouble decoding the read output from the BLEKey.
I got the module to work perfectly, but have some questions about the format of the output of the BLEKey.
My example :
I have a Wiegand 26 Bit card and I did get it to Read and Write using the BLE Key. Its attributes are:
• Facility Code -2
• Card # 26040
• It's Binary reading is 1000 0001 0011 0010 1101 1100 01 after dropping the first and last bits it is 000 0010 0110 0101 1011 1000
• Based upon my conversion table, the equivalent Hex # should be 0265B8 or 204CB71 without dropping the first and last bits.
(neither looks anything like the BLEKey output)
The problem is that I do not get the same Hexadecimal # as what is outputted using the BLE Scanner App. The BLE Key Hex output is 1A71CB04062000
My Question is how do I get from the BLEKeys output to facility coded and card number.
I am trying to understand this output. Any help with this is appreciated!
Thank you,
Eric Stein
The text was updated successfully, but these errors were encountered:
Hello,
My name is Eric Stein and I am having some trouble decoding the read output from the BLEKey.
I got the module to work perfectly, but have some questions about the format of the output of the BLEKey.
My example :
I have a Wiegand 26 Bit card and I did get it to Read and Write using the BLE Key. Its attributes are:
• Facility Code -2
• Card # 26040
• It's Binary reading is 1000 0001 0011 0010 1101 1100 01 after dropping the first and last bits it is 000 0010 0110 0101 1011 1000
• Based upon my conversion table, the equivalent Hex # should be 0265B8 or 204CB71 without dropping the first and last bits.
(neither looks anything like the BLEKey output)
The problem is that I do not get the same Hexadecimal # as what is outputted using the BLE Scanner App. The BLE Key Hex output is 1A71CB04062000
My Question is how do I get from the BLEKeys output to facility coded and card number.
I am trying to understand this output. Any help with this is appreciated!
Thank you,
Eric Stein
The text was updated successfully, but these errors were encountered: