RFID gatekeeper with microcontroller ESP8266, ESP32, Arduino + Ethernet

RFID system for opening electronic doors with a web part for managing and authorizing access cards. Microcontroller ESP8266, ESP32 with WiFi connectivity, Arduino + Ethernet W5100 connectivity.
ORIGINAL POST
By mikigroup
components
Hardware Components
Arduino UNO
X 1
Arduino ethernet shield
X 1
13.56 MHz RC522 reader
X 1
Compatible cards and key
X 1
SRD-05VDC-SL-C
X 1
Solenoid tongueSolenoid - reed lock
X 1
details

gatekeeper.png

* The original project is written in Slovak.

 

System installation

  • Download the repository in the .zip archive from Github
  • Import the sql folder file into your MySQL database – structure or structure + sample data
  • Set your data to the database in the connect.php file (location (localhost / external), user, password, dbname)
  • (Win 10) src folder copy to: C: / My Documents / Arduino / libraries / rfid
  • (Win XP / Vista / 7) src folder copy to: C: / Program Files / Arduino / libraries / rfid
  • Upload web files to FTP server (compatible with PHP 5 and PHP 7)
  • In the source code for NodeMCU – choose the HTTPS / HTTP version, change the data for the wifi network, the data for your web server, as well as for ESP32 / Arduino
  • Upload program, use Arduino core 2.3.0 (for NodeMCU), version 2.5.0 (latest) is incompatible with HTTPS fingerprint!
  • For Arduino, ESP32 it is also possible to use newer libraries for HTTP, HTTPS connections
  • The program for Arduino is fully compatible between Arduino Uno, Nano, Mega 1280/2560

 

 

Original Link: https://github.com/mikigroup/RFID-otvaranie-dveri

gatekeeper.png

* The original project is written in Slovak.

 

System installation

  • Download the repository in the .zip archive from Github
  • Import the sql folder file into your MySQL database – structure or structure + sample data
  • Set your data to the database in the connect.php file (location (localhost / external), user, password, dbname)
  • (Win 10) src folder copy to: C: / My Documents / Arduino / libraries / rfid
  • (Win XP / Vista / 7) src folder copy to: C: / Program Files / Arduino / libraries / rfid
  • Upload web files to FTP server (compatible with PHP 5 and PHP 7)
  • In the source code for NodeMCU – choose the HTTPS / HTTP version, change the data for the wifi network, the data for your web server, as well as for ESP32 / Arduino
  • Upload program, use Arduino core 2.3.0 (for NodeMCU), version 2.5.0 (latest) is incompatible with HTTPS fingerprint!
  • For Arduino, ESP32 it is also possible to use newer libraries for HTTP, HTTPS connections
  • The program for Arduino is fully compatible between Arduino Uno, Nano, Mega 1280/2560

 

 

Original Link: https://github.com/mikigroup/RFID-otvaranie-dveri

COMMENTS

Please Login to comment
  Subscribe  
Notify of