Skip to content

Sensorica/NFC_doorlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project is about developing a multi functional NFC enabled doorlock for the exterior entrance to the new SENSORICA lab space.
The proof of concept will provide access using NFC while controling an LED strip to inform of system state (access granted, access refused, programming mode, etc..). A motion sensor will provide some interactivity and a wireless remote will also grant access to the lab space from within and notify the lab responsible that there is someone at the door.  


The first prototype is built using materials at the lab and NeoPixel strip donated by the KING:

* Arduino UNO R3
* Original door striker which takes 12-16V AC
* MFRC-522 reader/writer 
* 5V relay breakout board
* 12V AC wall wart transformer
* NeoPixel LED strip (108 LDED's)

Installation:

* NFC Reader to Arduino UNO R3 diagram:
  
     3.3v --- 3.3v Pin
  SDA(SS) --- Pin 10 (Configurable)
      SCK --- Pin 13 / ICSP-3
     MOSI --- Pin 11 / ICSP-4
     MISO --- Pin 12 / ICSP-1
      GND --- GND Pin
      RST --- Pin 9 (Configurable)
	  
* Relay breakout:

       5v --- 5v Pin
      GND --- GND Pin
   Signal --- Pin 4
   
* NeoPixel light strip:

       5v (red) --- 5v Pin
    GND (black) --- GND Pin
 Signal (white) --- Pin A0
  
  
* Dependencies 

- Mifare RC522 device library
- Adafruit Neo Pixel library
  
 
  
 


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages