How does the HTTP RFID web reader keep the electric strike / door open from 9:00am to 5:00pm?
There are two ways to keep the electric strike / door open for a specific period of time: 1. By software Using the command RLY=0 and RLY=1 to permanent engage the electric strike. And use the HB=60 to call the … Read More
What are the differences between WEB08S and WEB08S-TA RFID card reader?
WEB08S RFID reader is a real time RFID device embedded with HTTP web based platform. Upon RFID card detected by the reader, it will send a GET (CMD=CO) request to the web server and requesting the page \avea.php. Please see … Read More
How to enable domain name access for AVEA’s IoT RFID reader
Occasionally, we need to access domain name instead of fixed IP. Especially we need to access external server. AVEA’s IoT RFID reader provides such feature by using the following command: <?php echo ‘<AVEA>’; echo ‘DHCP=1’; echo ‘HOST=”xxx.yyy.zzz”‘; echo “</AVEA>”; ?> … Read More
How to manually setup the server’s IP address of AVEA’s web08s/mf-web08s
1. Setup a network with a temperory Apache/PHP server at 192.168.1.1. 2. Create a script at the root of the Apache server, i.e. /avea.php with the following contains: <?php echo ‘<AVEA>’; echo ‘WS=xxx.xxx.xxx.xxx’; echo ‘DENY’; echo ‘</AVEA>’; ?> where xxx.xxx.xxx.xxx … Read More
Emulate Mifare Classic card with a NFC smartphone
How to emulate a classic 1k Mifare card with an Android phone equipped with NFC? To emulate a mifare card, you need an application running on your smartphone to simulate the phone as a Mifare Classic card. It makes your … Read More