Difference between revisions of "ESP-RFID"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
(Created page with "== Summary == Introduction to the ESP-RFID access control system == Requirements == * a ESP8266 microcontroller board or the [https://www.tindie.com/products/nardev/esp-rfid-relay-board-12v-for-esp8266-board/ official relay board] * a RC522, PN532, Wiegand, or RDM6300 RFID reader * a firmware flashing tool of your choice (on Windows not required) == Description == The ESP-RFID is a RFID access control system that uses ESP8266 microcontroller board and one of the re...")
 
Line 11: Line 11:
== Description ==
== Description ==


The ESP-RFID is a RFID access control system that uses ESP8266 microcontroller board and one of the required RFID readers that is able to unlock doors.  
The ESP-RFID is a RFID access control system that uses ESP8266 microcontroller board and one of the required RFID readers that is able to unlock doors. The administrator of the system is able to


=== Step 1 ===
=== Step 1 ===

Revision as of 08:48, 30 January 2023

Summary

Introduction to the ESP-RFID access control system

Requirements

  • a ESP8266 microcontroller board or the official relay board
  • a RC522, PN532, Wiegand, or RDM6300 RFID reader
  • a firmware flashing tool of your choice (on Windows not required)

Description

The ESP-RFID is a RFID access control system that uses ESP8266 microcontroller board and one of the required RFID readers that is able to unlock doors. The administrator of the system is able to

Step 1

Enter these commands in the shell

echo foo
echo bar

Step 2

Make sure to read

  • War and Peace
  • Lord of the Rings
  • The Baroque Cycle

Used Hardware

Device to be used with this documentation Maybe another device to be used with this documentation

Courses

References