Hello, Arduino masters
I would like support to start a somewhat ambitious project:
I want to implement in the condominium where I live an access control to the pedestrian doors via fingerprint sensor system.
Currently the 2 gates (internal and external, cage type) are opened by the concierge officer through a button that disarms the magnetic locks. I would like to install 2 biometric readers, one for each gate, in the best DIY style.
But, it would not be simply to open the gate, I also wanted the opening events of the gates to be sent via Ethernet to a PC software that would be a system manager.
Here are some requirements and conditions for this project:
- fingerprints readers must be capable of storing up to 1000 prints;
- the equipment will be installed in an external environment (average temperature 25 ° with intense corrosive sea air);
- the estimated distance between the readers and the management PC is 70 meters (230 ft.);
- the arduino sketch should be able to register and read the fingerprint on the same device (one button could switch operating modes, for example);
- The PC software must be able to register, at least, information such as: Name, Apartment, Identity document, photo;
- The PC software should be able to generate reports informing the date, time and name of the person who entered or left the condominium.
That's it. Any help is welcome, in order to indicate the necessary hardware, the necessary Arduino libraries and the best way to implement PC sofware.
Thanks in advance!