This project is to help me understand how to sandbox with complex multi Arduino projects.
See the project in action at: https://www.facebook.com/watch/?v=192834632804605
Package Library Used:
This module will receive incoming data from the transmitter and display relevant information.
Able to control Servos (example given) for controlling user or vehicle activities.
The main logic controller that uses RFID to read user data. Have mock in-memory database that can be further refine with API call.
Contains classes:
- CardReader
- User
That allows manageable code structure and scalability. Adhering SOLID principle for code.