SmartLock auxilary card reader with web interface to display read card UIDs.
Hardware components:
- ESP8266 D1 mini (board is LULIN WEMOS D1 R2 & mini)
- PN532 NFC module
Software components:
- Arduino IDE
- PN532 library
- ESP8266WiFi library
- Wire library
- Create a WiFi access point to connect to
- Reads NFC cards using PN532 module
- Display history of read cards on a web page
- Copy button to copy card UID to clipboard
Wifi access point credentials:
- SSID: SmartLock-Reader
- Password: 12345678
And access the web interface at: http://192.168.4.1/.
This project is licensed under the MIT License - see the LICENSE file for details.
