Anonymous

Changes

From Pumping Station One
624 bytes added ,  03:05, 21 June 2017
Add manual RFID conversion instructions
Line 1: Line 1:  +
 +
----
 +
 
This page describes a version of the RFID system based on the [https://smile.amazon.com/gp/product/B00UX02GL8/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1 UHPPOTE Professional Wiegand TCP IP Network Access Control Board] a 125kHz system that should be compatible with transponders from the BeagleBone Black based system [[RFID]]
 
This page describes a version of the RFID system based on the [https://smile.amazon.com/gp/product/B00UX02GL8/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1 UHPPOTE Professional Wiegand TCP IP Network Access Control Board] a 125kHz system that should be compatible with transponders from the BeagleBone Black based system [[RFID]]
   Line 69: Line 72:  
*White/Orange and Orange pair - Doorbell switch
 
*White/Orange and Orange pair - Doorbell switch
 
*White/Brown and Brown pair - Doorbell switch
 
*White/Brown and Brown pair - Doorbell switch
 +
 +
===RFID Manual Code Conversion Instructions===
 +
 +
# Scan number on the RFID reader attached to the computer upstairs next to the water cooler. (123456)
 +
# Convert scanned number to binary (1 1110 0010 0100 0000)
 +
# Pad with leading 0s on the left to get 24 bits total (0000 0001 1110 0010 0100 0000)
 +
# Convert first 8 bits to decimal (1)
 +
# Convert last 16 bits to decimal (57920)
 +
# Concatenate results of steps 4. and 5. to get key number, enter this into the software (157920)
 +
 +
(If you need to manually enter code in door pad, add 0s to the left until 4. is three digits long (00157920), and wrap with *s (*00157920*))
Domain Admins
56

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.