pimvanpelt / arduino-garagedoor

Arduino garage door opener based on fingerprint scanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arduino-garagedoor

Arduino garage door opener based on fingerprint scanner

This is a trivial sketch that shows a real world application of the fingerprint scanner that can be for example here:

Use

  1. Ensure you have Arduino version 1.6 or above.
  2. Download and install the library from Adafruit.
  3. Load and compile the sketch

Hardware

I used the following hardware:

  1. Fingerprint scanner: https://www.adafruit.com/products/751
  2. Arduino Micro Pro (5V, 328p, 16MHz)
  3. Relais (search ebay for "5V One Channel Relay Module Arduino")
  4. Two red/green common anode LEDs
  5. One pushbutton.
  6. Some CAT5 network cable to hook up the sensor to the micro controller.
  7. (optional) One DCDC buck converter to convert garage door opener's 24V to a more palatable 5V for the electronics.

About

Arduino garage door opener based on fingerprint scanner


Languages

Language:Arduino 100.0%