No description
Find a file
2023-11-01 20:19:21 +01:00
.vscode basic serial reader 2023-10-30 16:03:50 +01:00
include TTL Support 2023-10-30 19:49:34 +01:00
lib basic serial reader 2023-10-30 16:03:50 +01:00
python decding eror 2023-11-01 17:45:12 +01:00
src logging 2023-10-30 19:52:21 +01:00
.gitignore ignore secrets 2023-11-01 20:19:21 +01:00
platformio.ini fix for bogus reader data 2023-10-31 16:16:10 +01:00
README TTL Support 2023-10-30 19:49:34 +01:00

This project is a card reader system for Techinc that uses a WIEGAND based reader and allows platform.io based user flags to allow change of certain features. 

This project is designed to work over serial with an external computer that decides who has access. 


# Currently supported flags: 

-DBOARD1 : Used to set Pins for BOARD1 config
-DBOARD2 : Used to set Pins for BOARD2 config
-DRELAY1 : Enable the First Relay
-RELAY1_REVERSED : If the open and closed state of relay one are reversed.
-DRELAY2 : Not implemented yet
-DUSB_SERIAL : For outputing serial over USB
-DTTL_SERIAL : For outputing serial on RX0/TX0 

# Important Notes:
* None