Everyone got together today. We have broken the project up pretty cleanly into 5 subsystems.
- Michael -> PC UMS
- Marshall -> LCD/Menu UMS
- Owen -> Motor unlock/lock mechanism
- Adam -> EEPROM database
- Jim -> RFID communication
Michael made some code to interface between the different subsystems, such that we can program with common variable names, etc. This should help integrating each subsystem into the final result.
The project essentially consists of a UMS on a computer, that can work alongside a UMS on the PIC. The EEPROM stores the user information for each user allowed to access the door. These three subsystems will work together to validate users, and add/remove users.