Access Control System - Raspberry Pi Forums
hi,
have been searching days find working tutorial of multiple door access control system. in system features wanted were:
-multiple arduinos control each door, speak central rpi database.
-security levels
-web interface, on central rpi
-ideally connect via ethernet
have door strikes. if wondering why need because have server room , there multiple doors.
thank you,
lewis
have been searching days find working tutorial of multiple door access control system. in system features wanted were:
-multiple arduinos control each door, speak central rpi database.
-security levels
-web interface, on central rpi
-ideally connect via ethernet
have door strikes. if wondering why need because have server room , there multiple doors.
thank you,
lewis
at high level, sounds arduinos own rfid scanners detect presence of rfid card. send tcp/ip request pi examine id of rfid , specific door being requested, consult database , ask "is id allowed open door?". if answer yes, arduino response indicates should allow access. arduino activate solenoid period of time unlock door.
might not find tutorial these parts if take them piece piece might end solution. realize arduino has no native networking need shields or partner networking cards. communication between arduino , pi mqtt, rest or raw sockets.
might not find tutorial these parts if take them piece piece might end solution. realize arduino has no native networking need shields or partner networking cards. communication between arduino , pi mqtt, rest or raw sockets.
raspberrypi
Comments
Post a Comment