All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Wiping Master Card UID on EEPROM in order to Re-Program on restart
- Initial SD Card Version (stores data on SD Card)
- Arduino Flash optimiziation
- Hardware version check
- Initial Ethernet version (WebUI)
- Initial No Serial Version
- Antenna Gain Control disabled by default (stability concers with Chinese clones)
- Handling PICCs that have 7 bytes UID
- A script to Delete a known UID from EEPROM
- Minor Wipe Mode led behaviour change
- Program Mode no longer exit until Master Card scanned again
- Support for defining Master Card at first use (no need to be hard coded on Flash Now)
- Matured Wipe Mode and enabled by default
- Experimental Wipe Mode (Wipe EEPROM during startup)
- Gain Control (Now Library supports Gain Control natively)
- Modified RFID library to support Max. Gain (48db)
- Leds cycle through in Program Mode
- Minor delay changes to Leds and Relay
- Support for Common Anode or Cathode Leds
- Better explanation about project
- Behaviour on exiting Program Mode (Scan Master Card again to Exit)
- Now PICCs that have 7 bytes UID is handled as they have 4 bytes UID (Code simply does not care last 3 bytes)
- Buzzer support
- RC522 RFID hardware support
- Buzzer support
- Better readable code with AStyle
- Fork of http://www.instructables.com/id/Arduino-RFID-Door-Lock/
- More comments made on Code
- Initial Hardware specific code change (we will use RC522 instead of ID-12)