Difference between revisions of "ESP-RFID"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
Line 5: Line 5:
== Requirements ==
== 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 ESP8266 microcontroller board with at least 4 MBytes flash memory 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 RC522, PN532, Wiegand, or RDM6300 RFID reader
* a firmware flashing tool of your choice (on Windows not required)
* a firmware flashing tool of your choice (on Windows not required)

Revision as of 08:49, 30 January 2023

Summary

Introduction to the ESP-RFID access control system

Requirements

  • a ESP8266 microcontroller board with at least 4 MBytes flash memory 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