
Marco Sangalli and Alex Rigamonti have recently finished a server-controlled system to monitor the access of the customers in a gym using a prototype of the Arduino Ethernet, RFID, and digital sensors of a turnstile.
The system was meant to monitor easily the different kind of tickets and timing people may have in a gym. To accomplish that we use a turnstile at the entrance and an RFID reader to authenticate the customer. The RFID reader sends the data to Arduino via serial (TTL). Arduino checks the received data and sends it on a server via ethernet. The server controls and authenticate: ticket, time, day, expiry date and all the credits the customer has. This is the time when the server tells the Arduino to open the turnstile by triggering some relays.
Using the Arduino Ethernet made the all process flexible & cheap: controlling the turnstile, interfacing the RFID and sending the data to a linux server over RJ45.

Marco Sangalli and Alex Rigamonti have recently finished a server-controlled system to monitor the access of the customers in a gym using a prototype of the Arduino Ethernet, RFID, and digital sensors of a turnstile.
The system was meant to monitor easily the different kind of tickets and timing people may have in a gym. To accomplish that we use a turnstile at the entrance and an RFID reader to authenticate the customer. The RFID reader sends the data to Arduino via serial (TTL). Arduino checks the received data and sends it on a server via ethernet. The server controls and authenticate: ticket, time, day, expiry date and all the credits the customer has. This is the time when the server tells the Arduino to open the turnstile by triggering some relays.
Using the Arduino Ethernet made the all process flexible & cheap: controlling the turnstile, interfacing the RFID and sending the data to a linux server over RJ45.

Marco Sangalli ed Alex Rigamonti hanno recentemente portato a termine un progetto molto interessante che aveva come obiettivo il controllo centralizzato degli accessi ad una palestra, via server.
Il sistema è stato ideato per rendere più facile la gestione degli abbonamenti e del flusso in ingresso della palestra. Per far ciò è stato predisposto un tornello all’ingresso del locale con un lettore RFID per effettuare l’autenticazione.
L’utente avvicina la tessera RFID al lettore che a sua volta manda i dati tramite seriale (TTL) ad Arduino. Arduino verifica il dato ricevuto e a sua volta trasmette i dati ad un server tramite ethernet.
Il server effettua il controllo dei dati: esistenza abbonamento associato alla tessera, orario e giorno di accesso consentito, controllo crediti e scadenza dello stesso
A questo punto il server trasmette il comando ad Arduino Ethernet per l’apertura del tornello svolta tramite il pilotaggio di relays.
L’utilizzo di Arduino ha reso possibile, con un costo molto contenuto e con un’ottima flessibilità, di interfacciare il tornello, che ha solo ingressi digitali per il comando, ad un server linux tramite la ben nota RJ45.
(more…)