Private Access Gate

Access control can be realized using biometric data such as face recognition, iris recognition or fingerprints. This model simulates a gate where only authorized people can access using face recognition.

../../../../_images/ex2.png

Building Instructions and Sample Programs

Download Resource Pack

Sample Wiring:

../../../../_images/gate_wire.png

Extensions Needed:

Video Capture:

../../../../_images/video.png

FaceAI:

../../../../_images/faceai.png

IoT:

../../../../_images/iot.png

Sample Training Program

../../../../_images/gate_train_code_1.87.png

Sample Program

../../../../_images/gate_code_1.87.png

Model Procedure

  1. Use the training program to build the database.

  2. Open the main program and input the names into the list.

  3. Connect the Micro:bit to KittenBlock.

  4. The door will open if an authorized face from the database is detected.

  5. Pressing spacebar can open the door manually.