<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://elvis.hcw.ac.at/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=LLaschitz</id>
	<title>Elvis Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://elvis.hcw.ac.at/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=LLaschitz"/>
	<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php/Special:Contributions/LLaschitz"/>
	<updated>2026-09-10T16:17:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.5</generator>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11341</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11341"/>
		<updated>2023-01-30T11:10:51Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Settings = */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
* PICC RFID-tags equal to the amount of users&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
==== Settings ====&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the admin password as well as changing the network settings.&lt;br /&gt;
&lt;br /&gt;
[[File:Wireless settings.png|500px|Wireless settings.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:ESP-RFID General settings.png|500px|ESP-RFID General settings.png]]&lt;br /&gt;
&lt;br /&gt;
==== Adding Users ====&lt;br /&gt;
&lt;br /&gt;
To add users go to the Users page in the Webinterface. Here you can add users manually or by scanning a RFID-tag. Each user as Label or Username and a UID which is saved on the RFID-tag. Administrators can also revoke access from this interface.&lt;br /&gt;
&lt;br /&gt;
[[File:ESP-RFID Users.png|600px]]&lt;br /&gt;
&lt;br /&gt;
After adding a user they can get access via their RFID-tag.&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
*NodeMCU Lolin V3 Module ESP8266 ESP-12F&lt;br /&gt;
*MFRC522 RFID reader&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11336</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11336"/>
		<updated>2023-01-30T09:51:11Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Adding Users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
* PICC RFID-tags equal to the amount of users&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
==== Settings =====&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the admin password as well as changing the network settings.&lt;br /&gt;
&lt;br /&gt;
[[File:Wireless settings.png|500px|Wireless settings.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:ESP-RFID General settings.png|500px|ESP-RFID General settings.png]]&lt;br /&gt;
&lt;br /&gt;
==== Adding Users ====&lt;br /&gt;
&lt;br /&gt;
To add users go to the Users page in the Webinterface. Here you can add users manually or by scanning a RFID-tag. Each user as Label or Username and a UID which is saved on the RFID-tag. Administrators can also revoke access from this interface.&lt;br /&gt;
&lt;br /&gt;
[[File:ESP-RFID Users.png|600px]]&lt;br /&gt;
&lt;br /&gt;
After adding a user they can get access via their RFID-tag.&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
*NodeMCU Lolin V3 Module ESP8266 ESP-12F&lt;br /&gt;
*MFRC522 RFID reader&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11335</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11335"/>
		<updated>2023-01-30T09:50:49Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Adding Users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
* PICC RFID-tags equal to the amount of users&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
==== Settings =====&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the admin password as well as changing the network settings.&lt;br /&gt;
&lt;br /&gt;
[[File:Wireless settings.png|500px|Wireless settings.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:ESP-RFID General settings.png|500px|ESP-RFID General settings.png]]&lt;br /&gt;
&lt;br /&gt;
==== Adding Users ====&lt;br /&gt;
&lt;br /&gt;
To add users go to the Users page in the Webinterface. Here you can add users manually or by scanning a RFID-tag. Each user as Label or Username and a UID which is saved on the RFID-tag. Administrators can also revoke access from this interface.&lt;br /&gt;
&lt;br /&gt;
[[File:ESP-RFID Users.png|600px]]&lt;br /&gt;
&lt;br /&gt;
After adding a user they can get access via their RFID-tag&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
*NodeMCU Lolin V3 Module ESP8266 ESP-12F&lt;br /&gt;
*MFRC522 RFID reader&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11334</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11334"/>
		<updated>2023-01-30T09:49:47Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Adding Users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
* PICC RFID-tags equal to the amount of users&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
==== Settings =====&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the admin password as well as changing the network settings.&lt;br /&gt;
&lt;br /&gt;
[[File:Wireless settings.png|500px|Wireless settings.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:ESP-RFID General settings.png|500px|ESP-RFID General settings.png]]&lt;br /&gt;
&lt;br /&gt;
==== Adding Users ====&lt;br /&gt;
&lt;br /&gt;
To add users go to the Users page in the Webinterface. Here you can add users manually or by scanning a RFID-tag. Each user as Label or Username and a UID which is saved on the RFID-tag. Administrators can also revoke access from this interface.&lt;br /&gt;
&lt;br /&gt;
[[File:ESP-RFID Users.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
*NodeMCU Lolin V3 Module ESP8266 ESP-12F&lt;br /&gt;
*MFRC522 RFID reader&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=File:ESP-RFID_Users.png&amp;diff=11333</id>
		<title>File:ESP-RFID Users.png</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=File:ESP-RFID_Users.png&amp;diff=11333"/>
		<updated>2023-01-30T09:48:29Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11332</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11332"/>
		<updated>2023-01-30T09:47:40Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
* PICC RFID-tags equal to the amount of users&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
==== Settings =====&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the admin password as well as changing the network settings.&lt;br /&gt;
&lt;br /&gt;
[[File:Wireless settings.png|500px|Wireless settings.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:ESP-RFID General settings.png|500px|ESP-RFID General settings.png]]&lt;br /&gt;
&lt;br /&gt;
==== Adding Users ====&lt;br /&gt;
&lt;br /&gt;
To add users go to the Users page in the Webinterface. Here you can add users manually or by scanning a RFID-tag. Each user as Label or Username and a UID which is saved on the RFID-tag&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
*NodeMCU Lolin V3 Module ESP8266 ESP-12F&lt;br /&gt;
*MFRC522 RFID reader&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11331</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11331"/>
		<updated>2023-01-30T09:47:34Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Adding Users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
* PICC RFID-Tags equal to the amount of users&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
==== Settings =====&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the admin password as well as changing the network settings.&lt;br /&gt;
&lt;br /&gt;
[[File:Wireless settings.png|500px|Wireless settings.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:ESP-RFID General settings.png|500px|ESP-RFID General settings.png]]&lt;br /&gt;
&lt;br /&gt;
==== Adding Users ====&lt;br /&gt;
&lt;br /&gt;
To add users go to the Users page in the Webinterface. Here you can add users manually or by scanning a RFID-tag. Each user as Label or Username and a UID which is saved on the RFID-tag&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
*NodeMCU Lolin V3 Module ESP8266 ESP-12F&lt;br /&gt;
*MFRC522 RFID reader&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11330</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11330"/>
		<updated>2023-01-30T09:45:55Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
* PICC RFID-Tags equal to the amount of users&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
==== Settings =====&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the admin password as well as changing the network settings.&lt;br /&gt;
&lt;br /&gt;
[[File:Wireless settings.png|500px|Wireless settings.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:ESP-RFID General settings.png|500px|ESP-RFID General settings.png]]&lt;br /&gt;
&lt;br /&gt;
==== Adding Users ====&lt;br /&gt;
&lt;br /&gt;
To add users go to the Users page in the Webinterface. Here you can add users manually or by scanning a RFID-Tag.&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
*NodeMCU Lolin V3 Module ESP8266 ESP-12F&lt;br /&gt;
*MFRC522 RFID reader&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11329</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11329"/>
		<updated>2023-01-30T09:45:25Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Adding Users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
==== Settings =====&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the admin password as well as changing the network settings.&lt;br /&gt;
&lt;br /&gt;
[[File:Wireless settings.png|500px|Wireless settings.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:ESP-RFID General settings.png|500px|ESP-RFID General settings.png]]&lt;br /&gt;
&lt;br /&gt;
==== Adding Users ====&lt;br /&gt;
&lt;br /&gt;
To add users go to the Users page in the Webinterface. Here you can add users manually or by scanning a RFID-Tag.&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
*NodeMCU Lolin V3 Module ESP8266 ESP-12F&lt;br /&gt;
*MFRC522 RFID reader&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11328</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11328"/>
		<updated>2023-01-30T09:44:05Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Webinterface */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
==== Settings =====&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the admin password as well as changing the network settings.&lt;br /&gt;
&lt;br /&gt;
[[File:Wireless settings.png|500px|Wireless settings.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:ESP-RFID General settings.png|500px|ESP-RFID General settings.png]]&lt;br /&gt;
&lt;br /&gt;
==== Adding Users ====&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
*NodeMCU Lolin V3 Module ESP8266 ESP-12F&lt;br /&gt;
*MFRC522 RFID reader&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11327</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11327"/>
		<updated>2023-01-30T09:43:40Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Webinterface */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the admin password as well as changing the network settings.&lt;br /&gt;
&lt;br /&gt;
[[File:Wireless settings.png|500px|Wireless settings.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:ESP-RFID General settings.png|500px|ESP-RFID General settings.png]]&lt;br /&gt;
&lt;br /&gt;
==== Adding Users ====&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
*NodeMCU Lolin V3 Module ESP8266 ESP-12F&lt;br /&gt;
*MFRC522 RFID reader&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11326</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11326"/>
		<updated>2023-01-30T09:43:14Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Used Hardware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the admin password as well as changing the network settings.&lt;br /&gt;
&lt;br /&gt;
[[File:Wireless settings.png|500px|Wireless settings.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:ESP-RFID General settings.png|500px|ESP-RFID General settings.png]]&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
*NodeMCU Lolin V3 Module ESP8266 ESP-12F&lt;br /&gt;
*MFRC522 RFID reader&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11325</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11325"/>
		<updated>2023-01-30T09:38:42Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the admin password as well as changing the network settings.&lt;br /&gt;
&lt;br /&gt;
[[File:Wireless settings.png|500px|Wireless settings.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:ESP-RFID General settings.png|500px|ESP-RFID General settings.png]]&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=File:ESP-RFID_General_settings.png&amp;diff=11324</id>
		<title>File:ESP-RFID General settings.png</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=File:ESP-RFID_General_settings.png&amp;diff=11324"/>
		<updated>2023-01-30T09:32:07Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11323</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11323"/>
		<updated>2023-01-30T09:31:19Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the admin password as well as changing the network settings.&lt;br /&gt;
&lt;br /&gt;
[[File:Wireless settings.png|500px|Wireless settings.png]]&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11322</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11322"/>
		<updated>2023-01-30T09:31:09Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the admin password as well as changing the network settings.&lt;br /&gt;
&lt;br /&gt;
[[File:Wireless settings.png|500px|thumb|Wireless settings.png]]&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11321</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11321"/>
		<updated>2023-01-30T09:30:56Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the admin password as well as changing the network settings.&lt;br /&gt;
&lt;br /&gt;
[[File:Wireless settings.png|500px|thumb|right|Wireless settings.png]]&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11320</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11320"/>
		<updated>2023-01-30T09:30:42Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the admin password as well as changing the network settings.&lt;br /&gt;
&lt;br /&gt;
[[File:Wireless settings.png|500px|thumb|right|Wireless settings.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:]]&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11319</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11319"/>
		<updated>2023-01-30T09:30:24Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the admin password as well as changing the network settings.&lt;br /&gt;
&lt;br /&gt;
[[File:Wireless settings.png|500px|thumb|left|Wireless settings.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:]]&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11318</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11318"/>
		<updated>2023-01-30T09:28:53Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Webinterface */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the admin password as well as changing the network settings.&lt;br /&gt;
&lt;br /&gt;
[[File:Wireless settings.png]]&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11317</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11317"/>
		<updated>2023-01-30T09:28:02Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Webinterface */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the admin password as well as changing the network settings.&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11316</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11316"/>
		<updated>2023-01-30T09:26:38Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Webinterface */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
After accessing the interface you will be prompted to enter the adminstrator password which is admin after the initial setup.&lt;br /&gt;
&lt;br /&gt;
The next step should be changeing the&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=File:Wireless_settings.png&amp;diff=11315</id>
		<title>File:Wireless settings.png</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=File:Wireless_settings.png&amp;diff=11315"/>
		<updated>2023-01-30T09:24:37Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11313</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11313"/>
		<updated>2023-01-30T09:21:49Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Webinterface */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address http://192.168.4.1.&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11312</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11312"/>
		<updated>2023-01-30T09:21:32Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Webinterface */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address [http://192.168.4.1].&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11311</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11311"/>
		<updated>2023-01-30T09:21:21Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Webinterface */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a wireless public network with an SSID like &amp;quot;esp-rfid-xxxxxx&amp;quot; where x stand for random numbers.&lt;br /&gt;
&lt;br /&gt;
Join the wireless network and access the address ()[http://192.168.4.1].&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11310</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11310"/>
		<updated>2023-01-30T09:16:24Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Security Concerns */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a public network&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
Due to the system only using the UID of a RFID-Tag for authentification the system is prone to copying &amp;amp; spoofing attacks. It should not be used when security is a major concern.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11309</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11309"/>
		<updated>2023-01-30T09:14:36Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a public network&lt;br /&gt;
&lt;br /&gt;
== Security Concerns ==&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11308</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11308"/>
		<updated>2023-01-30T09:13:29Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After connecting the pins correctly between the ESP8266 microcontroller board and the RFID reader of your choosing you can flash the firmware on the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
For windows there is an ready made bat-file that can be used for flashing the firmware.&lt;br /&gt;
&lt;br /&gt;
After the firmware has been flashed the system is ready to use and can be configured via the webinterface.&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a public network&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11307</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11307"/>
		<updated>2023-01-30T09:09:33Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
* any necessary drivers that are needed for the microcontroller board of you choosing&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a public network&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11306</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11306"/>
		<updated>2023-01-30T09:08:53Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a public network&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11305</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11305"/>
		<updated>2023-01-30T09:08:18Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* ESP-RFID firmware from [https://github.com/esprfid/esp-rfid GitHub]&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a public network&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11304</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11304"/>
		<updated>2023-01-30T09:07:40Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a public network&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11303</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11303"/>
		<updated>2023-01-30T09:06:47Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The ESP-RFID is an open-source 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 add up to 1000 users to the access controll system. &lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
&lt;br /&gt;
First you have to physically connect the RFID reader with the ESP8266 microcontroller board.&lt;br /&gt;
&lt;br /&gt;
The pin connection can be taken from the following table.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266&lt;br /&gt;
! NodeMcu/WeMos&lt;br /&gt;
! Wiegand&lt;br /&gt;
! PN532&lt;br /&gt;
! MFRC522&lt;br /&gt;
! RDM6300&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-15&lt;br /&gt;
| D8&lt;br /&gt;
| &lt;br /&gt;
| SS&lt;br /&gt;
| SDA/SS&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-13&lt;br /&gt;
| D7&lt;br /&gt;
| D0&lt;br /&gt;
| MOSI&lt;br /&gt;
| MOSI&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-12&lt;br /&gt;
| D6&lt;br /&gt;
| D1&lt;br /&gt;
| MISO&lt;br /&gt;
| MISO&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-14&lt;br /&gt;
| D5&lt;br /&gt;
| &lt;br /&gt;
| SCK&lt;br /&gt;
| SCK&lt;br /&gt;
| TX&lt;br /&gt;
|-&lt;br /&gt;
| GPIO-04&lt;br /&gt;
| D2&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| GPIO-05&lt;br /&gt;
| D1&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Webinterface ===&lt;br /&gt;
&lt;br /&gt;
After the initial setup the ESP8266 microcontroller board broadcasts a public network&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11302</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11302"/>
		<updated>2023-01-30T08:49:28Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
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 &lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Make sure to read&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11301</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11301"/>
		<updated>2023-01-30T08:48:50Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* a ESP8266 microcontroller board or the [https://www.tindie.com/products/nardev/esp-rfid-relay-board-12v-for-esp8266-board/ official relay board]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
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 &lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Make sure to read&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11300</id>
		<title>ESP-RFID</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=ESP-RFID&amp;diff=11300"/>
		<updated>2023-01-30T08:46:37Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: Created page with &amp;quot;== 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...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Introduction to the ESP-RFID access control system&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* a ESP8266 microcontroller board or the [https://www.tindie.com/products/nardev/esp-rfid-relay-board-12v-for-esp8266-board/ official relay board]&lt;br /&gt;
* a RC522, PN532, Wiegand, or RDM6300 RFID reader&lt;br /&gt;
* a firmware flashing tool of your choice (on Windows not required)&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
=== Step 1 ===&lt;br /&gt;
&lt;br /&gt;
Enter these commands in the shell&lt;br /&gt;
&lt;br /&gt;
 echo foo&lt;br /&gt;
 echo bar&lt;br /&gt;
&lt;br /&gt;
=== Step 2 ===&lt;br /&gt;
&lt;br /&gt;
Make sure to read&lt;br /&gt;
&lt;br /&gt;
* War and Peace&lt;br /&gt;
* Lord of the Rings&lt;br /&gt;
* The Baroque Cycle&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Device to be used with this documentation]]&lt;br /&gt;
[[Maybe another device to be used with this documentation]]&lt;br /&gt;
&lt;br /&gt;
== Courses ==&lt;br /&gt;
&lt;br /&gt;
* [[A course where this documentation was used]] (2017, 2018)&lt;br /&gt;
* [[Another one]] (2018)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* https://github.com/esprfid/esp-rfid&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Chameleon_Mini_RevE_rebooted_Usage&amp;diff=11299</id>
		<title>Chameleon Mini RevE rebooted Usage</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Chameleon_Mini_RevE_rebooted_Usage&amp;diff=11299"/>
		<updated>2023-01-30T08:12:39Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Updating Firmware on Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Functionality and usage of Chameleon Mini RevE rebooted&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Chameleon Mini RevE Rebooted&lt;br /&gt;
* Operating systems are referred as: &lt;br /&gt;
** Linux: Ubuntu 18.04 bionic amd64&lt;br /&gt;
** Windows: Windows 10 (tested in a VM)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The RFID Multitool ChameleonMini is a powerful and portable RFID emulation and manipulation tool that can emulate RFID tags, read tokens and sniff the radio communication. The credit card-shaped housing and integrated battery make it suitable for mobile use. In addition, transmissions can be read out and all data can be conveniently processed on the computer. Using a freely available open-source application, the ChameleonMini can be conveniently configured via a graphical user interface. Otherwise, it can be connected to a smartphone via USB cable or, in part, via Bluetooth and can thus also be configured on the move. This makes it possible, for example, to read an access card in passing and emulate it directly with the ChameleonMini and thus open a (actually protected) door. The ChameleonMini hardware is capable of emulating various ISO 14443, NFC and ISO 15693 cards, as well as other types of RFID transponders operating at 13.56 MHz. The ChameleonMini hardware consists of a PCB antenna driven by power transistors on the board to generate a 13.56 MHz RFID field. They thus function as an active RFID reader. An integrated Li-Ion battery can be charged via USB and enables stand-alone operation. The core of the hardware is an Atmel ATXMega128A4U microcontroller. The AES and DES hardware engines in the microcontroller enable very fast calculation of the cryptographic algorithms.&lt;br /&gt;
&lt;br /&gt;
[[File:Chameleon-Mini-RevE-Rebooted.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
=== Functionality of Chameleon Mini RevE rebooted ===&lt;br /&gt;
&lt;br /&gt;
Chameleon Mini RevE rebooted has 8 card slots to simulate cards/UIDs, each slot can be set in an own configuration mode to&lt;br /&gt;
* simulate cards/UIDs to readers&lt;br /&gt;
* help getting a first auth key from a dialogue with a reader&lt;br /&gt;
* only first slot allows up to 4K dumps/uploads because of memory limitations&lt;br /&gt;
* the default firmware can only configure MIFARE cards&lt;br /&gt;
* RevE does not copy cards&lt;br /&gt;
&lt;br /&gt;
Chameleon Mini RevE rebooted is a stand-alone device powered by CR2032 button battery&lt;br /&gt;
&lt;br /&gt;
===Card configurations supported by default firmware===&lt;br /&gt;
&lt;br /&gt;
* NONE: No functionality, ChameleonMini does nothing, the current setting is skipped when cycling through the settings&lt;br /&gt;
* MF_ULTRALIGHT: Emulates a MiFare Ultralight card&lt;br /&gt;
* MF_ULTRALIGHT_EV1_80B: Emulates a MiFare Ultralight EV1 80B card&lt;br /&gt;
* MF_ULTRALIGHT_EV1_164B: Emulates a MiFare Ultralight EV1 164B card&lt;br /&gt;
* MF_CLASSIC_1K: Emulates a MiFare Classic 1k card&lt;br /&gt;
* MF_CLASSIC_4K: Emulates a MiFare Classic 4k card&lt;br /&gt;
* MF_CLASSIC_1K_7B: Emulates a MiFare Classic 1k card with 7b UID&lt;br /&gt;
* MF_CLASSIC_4K_7B: Emulates a MiFare Classic 4k card with 7b UID&lt;br /&gt;
* MF_DETECTION: Emulates a MiFare Classic 1k card and saves nonces which can be used for mfkey32 attack in GUI&lt;br /&gt;
    &lt;br /&gt;
(Source: https://github.com/iceman1001/ChameleonMini-rebooted/wiki/Configurations, Feb 2,2020)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Hardware Description ===&lt;br /&gt;
[[File:Chameleon mini.png|200px|thumb|left|Chameleon Mini RevE rebooted]]&lt;br /&gt;
&lt;br /&gt;
* Red Leds on left side: &lt;br /&gt;
: - 8 red LEDs which indicate the active slot&lt;br /&gt;
* Black Button - &amp;quot;KEY&amp;quot;:&lt;br /&gt;
: - “short press” referred as BUTTON in commands and GUI and let you switch the active slot &lt;br /&gt;
: - “long press” - BUTTON_LONG&lt;br /&gt;
: - “long press while plugging USB cable” - BOOTLOADER Mode&lt;br /&gt;
* Red Buttern - &amp;quot;POWER&amp;quot;:&lt;br /&gt;
: - used to power on the device when used stand-alone on battery&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Device Recognition ===&lt;br /&gt;
&lt;br /&gt;
==== Linux ====&lt;br /&gt;
The linux kernel recognizes a usb device from the idVendor 03eb with the product id 2fe4&lt;br /&gt;
&lt;br /&gt;
    dmesg | grep usb&lt;br /&gt;
    [  167.571731] usb 1-3: USB disconnect, device number 3&lt;br /&gt;
    [  180.768751] usb 1-3: new full-speed USB device number 11 using xhci_hcd&lt;br /&gt;
    [  180.917821] usb 1-3: New USB device found, idVendor=03eb, idProduct=2fe4, bcdDevice= 0.04&lt;br /&gt;
    [  180.917829] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0&lt;br /&gt;
    &lt;br /&gt;
The chameleon RevE is seen as a USB modem &lt;br /&gt;
&lt;br /&gt;
    lsusb&lt;br /&gt;
    Bus 001 Device 011: ID 03eb:2fe4 Atmel Corp. ATxmega32A4U DFU bootloader&lt;br /&gt;
    &lt;br /&gt;
&lt;br /&gt;
==== Windows ====&lt;br /&gt;
&lt;br /&gt;
* in the Windows device manager should appear an Atmel USB Device: ATxmega32A4U&lt;br /&gt;
![](https://i.imgur.com/EJXyvdJ.png)&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
===GUI Usage with Chameleon Mini GUI v1.3.0.5 in Windows===&lt;br /&gt;
First you need to install the software in order to have a GUI to use the Chameleon Mini. The Version 1.3.0.5 can be downloaded here (http://www.icesql.se/download/ChameleonMiniGUI/publish.htm) &lt;br /&gt;
Afterwards connect the Chameleon Mini RevE Rebooted with an USB-Cable to your PC. The first LED with the label &amp;quot;TAG1&amp;quot; now lights up red.&lt;br /&gt;
&lt;br /&gt;
==== Device Recognition  ====&lt;br /&gt;
On start of the Windows GUI the device should be recognized and following lines should appear in the output window&lt;br /&gt;
&lt;br /&gt;
        [=] Connecting to USB Serial Device (COMX) at COMX&lt;br /&gt;
        [+] Success, found Chameleon Mini device on &#039;COMX&#039; with Firmware RevE rebooted installed&lt;br /&gt;
&lt;br /&gt;
[[File:ChameleonMiniSuccess.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
If this is not the case and you are using Windows in a VM verify that the USB device is redirected to the VM and test to connect again in the submenu &amp;quot;Settings&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Use of the Chameleon Mini with the GUI in Window ====&lt;br /&gt;
&lt;br /&gt;
In the first tab &amp;quot;Operation&amp;quot; of the Chameleon Mini GUI, up to eight different memory slots can be freely configured. In order to change an entry, the corresponding box of the entry must first be marked. Then one of four different variants can be selected in the &amp;quot;Mode&amp;quot; selection and any ID can be entered in the UID input field as shown below in the screenshot.&lt;br /&gt;
&lt;br /&gt;
[[File:ChameleonOperation.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
Below this, you can configure what happens when the button is pressed briefly or for a long time.&lt;br /&gt;
[[File:ChameleonButton.PNG|300px]]&lt;br /&gt;
&lt;br /&gt;
To save the changes made, the &amp;quot;Apply&amp;quot; button must be clicked at the bottom. It is possible to edit several entries at the same time. To do this, simply select the corresponding checkboxes.&lt;br /&gt;
&lt;br /&gt;
To emulate an RFID tag, first press the red button on the ChameleonMini RevE Rebooted. Now the memory slot that was marked as active in the software is active. Accordingly, the red LED lights up. Alternatively, ChameleonMini RevE Rebooted is activated when an RFID reader is detected. Then it activates automatically and the corresponding LED lights up. Depending on how the buttons have been configured, it is possible to switch through to RFID emulation through the corresponding memory loads.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Command Line Interface==&lt;br /&gt;
&lt;br /&gt;
==== Command return codes ====&lt;br /&gt;
Status numbers beginning with a &#039;1&#039; denote an informational item and those beginning with a &#039;2&#039; denote an error.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Response 	&lt;br /&gt;
! Description &lt;br /&gt;
|-&lt;br /&gt;
|100:OK 	&lt;br /&gt;
|The command has been successfully executed&lt;br /&gt;
|-&lt;br /&gt;
| 101:OK WITH TEXT 	&lt;br /&gt;
| The command has been successfully executed and this response is appended with an additional line of information, terminated with CR+LF&lt;br /&gt;
|-&lt;br /&gt;
| 110:WAITING FOR XMODEM 	&lt;br /&gt;
| The Chameleon is waiting for an XMODEM connection to be established&lt;br /&gt;
|-&lt;br /&gt;
| 120:FALSE 	&lt;br /&gt;
| The request is answered with false&lt;br /&gt;
|-&lt;br /&gt;
| 121:TRUE 	&lt;br /&gt;
| The request is answered with true&lt;br /&gt;
|-&lt;br /&gt;
| 200:UNKNOWN COMMAND 	&lt;br /&gt;
| This command is unknown to the Chameleon&lt;br /&gt;
|-&lt;br /&gt;
| 201:INVALID COMMAND USAGE 	&lt;br /&gt;
| This action is not supported by this command&lt;br /&gt;
|-&lt;br /&gt;
| 202:INVALID PARAMETER 	&lt;br /&gt;
| The format or value of the given parameter value is invalid&lt;br /&gt;
|-&lt;br /&gt;
| 203:TIMEOUT 	&lt;br /&gt;
| The timeout of the currently active command has expired &lt;br /&gt;
|+ Command response codes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Updating Firmware on Windows ==&lt;br /&gt;
&lt;br /&gt;
First you should download the necessary drivers, firmware, and software.&lt;br /&gt;
&lt;br /&gt;
You can the latests manufacturer firmware [https://lab401.com/products/chameleon-mini/firmware/latest.zip here].&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/iceman1001/ChameleonMini-rebooted iceman1001&#039;s GitHub repo] and unzip it. It contains the necessary drivers and software to update the firmware.&lt;br /&gt;
&lt;br /&gt;
Download and install Windows C++ Redistributable for Visual Studio 2013 (VC 12.0) x64 and x86 versions. You can [https://support.microsoft.com/en-us/topic/update-for-visual-c-2013-and-visual-c-redistributable-package-5b2ac5ab-4139-8acc-08e2-9578ec9b2cf1 download them from Microsoft] directly.&lt;br /&gt;
&lt;br /&gt;
After downloading and installing all necessary software navigate to the settings page in the Chameleon Rebooted GUI and press the Upgrade button.&lt;br /&gt;
&lt;br /&gt;
[[File:ChameleonMiniSuccess.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
This will set the Chameleon Mini RevE rebooted into bootloader mode. &lt;br /&gt;
&lt;br /&gt;
The device will no longer be recognized by Windows.&lt;br /&gt;
&lt;br /&gt;
The next step is to open the Windows Device Manager and look for an unkown USB device. Once you have found the unknown device right-click and select &amp;quot;Update driver&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Then navigate the assistant to the unziped GitHub repo downloaded earlier and go to Drivers/DFU Driver and select .inf-file in the folder.&lt;br /&gt;
&lt;br /&gt;
After this step the Chameleon Mini RevE rebooted should be listed as a Amtel USB Device.&lt;br /&gt;
&lt;br /&gt;
Now move the files Myfile.bin and Myfilee.bin from the downladed firmware to the directory where BOOT_LOADER_EXE.exe is. This should be in the directory Software/Flashing-Windows within the GitHub repo directory.&lt;br /&gt;
&lt;br /&gt;
After Moving the files execute the BOOT_LOADER_EXE.exe.&lt;br /&gt;
&lt;br /&gt;
To finish and verify the installation disconnect and reconnect the Chameleon Mini RevE rebooted and restart the GUI.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Chameleon Mini: RevE Rebooted]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Wiki: https://github.com/iceman1001/ChameleonMini-rebooted/wiki&lt;br /&gt;
* Linux GUI: https://github.com/WolfgangMau/chamgo-qt/releases&lt;br /&gt;
* Windows GUI: https://github.com/iceman1001/ChameleonMini-rebootedGUI&lt;br /&gt;
* Product description: https://lab401.com/products/chameleon-mini-reve-rebooted&lt;br /&gt;
* https://scheible.it/chameleon-mini/&lt;br /&gt;
* Updating Firmware: https://github.com/iceman1001/ChameleonMini-rebooted/wiki/Getting-started&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Chameleon_Mini_RevE_rebooted_Usage&amp;diff=11298</id>
		<title>Chameleon Mini RevE rebooted Usage</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Chameleon_Mini_RevE_rebooted_Usage&amp;diff=11298"/>
		<updated>2023-01-30T08:11:10Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Updating Firmware on Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Functionality and usage of Chameleon Mini RevE rebooted&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Chameleon Mini RevE Rebooted&lt;br /&gt;
* Operating systems are referred as: &lt;br /&gt;
** Linux: Ubuntu 18.04 bionic amd64&lt;br /&gt;
** Windows: Windows 10 (tested in a VM)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The RFID Multitool ChameleonMini is a powerful and portable RFID emulation and manipulation tool that can emulate RFID tags, read tokens and sniff the radio communication. The credit card-shaped housing and integrated battery make it suitable for mobile use. In addition, transmissions can be read out and all data can be conveniently processed on the computer. Using a freely available open-source application, the ChameleonMini can be conveniently configured via a graphical user interface. Otherwise, it can be connected to a smartphone via USB cable or, in part, via Bluetooth and can thus also be configured on the move. This makes it possible, for example, to read an access card in passing and emulate it directly with the ChameleonMini and thus open a (actually protected) door. The ChameleonMini hardware is capable of emulating various ISO 14443, NFC and ISO 15693 cards, as well as other types of RFID transponders operating at 13.56 MHz. The ChameleonMini hardware consists of a PCB antenna driven by power transistors on the board to generate a 13.56 MHz RFID field. They thus function as an active RFID reader. An integrated Li-Ion battery can be charged via USB and enables stand-alone operation. The core of the hardware is an Atmel ATXMega128A4U microcontroller. The AES and DES hardware engines in the microcontroller enable very fast calculation of the cryptographic algorithms.&lt;br /&gt;
&lt;br /&gt;
[[File:Chameleon-Mini-RevE-Rebooted.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
=== Functionality of Chameleon Mini RevE rebooted ===&lt;br /&gt;
&lt;br /&gt;
Chameleon Mini RevE rebooted has 8 card slots to simulate cards/UIDs, each slot can be set in an own configuration mode to&lt;br /&gt;
* simulate cards/UIDs to readers&lt;br /&gt;
* help getting a first auth key from a dialogue with a reader&lt;br /&gt;
* only first slot allows up to 4K dumps/uploads because of memory limitations&lt;br /&gt;
* the default firmware can only configure MIFARE cards&lt;br /&gt;
* RevE does not copy cards&lt;br /&gt;
&lt;br /&gt;
Chameleon Mini RevE rebooted is a stand-alone device powered by CR2032 button battery&lt;br /&gt;
&lt;br /&gt;
===Card configurations supported by default firmware===&lt;br /&gt;
&lt;br /&gt;
* NONE: No functionality, ChameleonMini does nothing, the current setting is skipped when cycling through the settings&lt;br /&gt;
* MF_ULTRALIGHT: Emulates a MiFare Ultralight card&lt;br /&gt;
* MF_ULTRALIGHT_EV1_80B: Emulates a MiFare Ultralight EV1 80B card&lt;br /&gt;
* MF_ULTRALIGHT_EV1_164B: Emulates a MiFare Ultralight EV1 164B card&lt;br /&gt;
* MF_CLASSIC_1K: Emulates a MiFare Classic 1k card&lt;br /&gt;
* MF_CLASSIC_4K: Emulates a MiFare Classic 4k card&lt;br /&gt;
* MF_CLASSIC_1K_7B: Emulates a MiFare Classic 1k card with 7b UID&lt;br /&gt;
* MF_CLASSIC_4K_7B: Emulates a MiFare Classic 4k card with 7b UID&lt;br /&gt;
* MF_DETECTION: Emulates a MiFare Classic 1k card and saves nonces which can be used for mfkey32 attack in GUI&lt;br /&gt;
    &lt;br /&gt;
(Source: https://github.com/iceman1001/ChameleonMini-rebooted/wiki/Configurations, Feb 2,2020)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Hardware Description ===&lt;br /&gt;
[[File:Chameleon mini.png|200px|thumb|left|Chameleon Mini RevE rebooted]]&lt;br /&gt;
&lt;br /&gt;
* Red Leds on left side: &lt;br /&gt;
: - 8 red LEDs which indicate the active slot&lt;br /&gt;
* Black Button - &amp;quot;KEY&amp;quot;:&lt;br /&gt;
: - “short press” referred as BUTTON in commands and GUI and let you switch the active slot &lt;br /&gt;
: - “long press” - BUTTON_LONG&lt;br /&gt;
: - “long press while plugging USB cable” - BOOTLOADER Mode&lt;br /&gt;
* Red Buttern - &amp;quot;POWER&amp;quot;:&lt;br /&gt;
: - used to power on the device when used stand-alone on battery&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Device Recognition ===&lt;br /&gt;
&lt;br /&gt;
==== Linux ====&lt;br /&gt;
The linux kernel recognizes a usb device from the idVendor 03eb with the product id 2fe4&lt;br /&gt;
&lt;br /&gt;
    dmesg | grep usb&lt;br /&gt;
    [  167.571731] usb 1-3: USB disconnect, device number 3&lt;br /&gt;
    [  180.768751] usb 1-3: new full-speed USB device number 11 using xhci_hcd&lt;br /&gt;
    [  180.917821] usb 1-3: New USB device found, idVendor=03eb, idProduct=2fe4, bcdDevice= 0.04&lt;br /&gt;
    [  180.917829] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0&lt;br /&gt;
    &lt;br /&gt;
The chameleon RevE is seen as a USB modem &lt;br /&gt;
&lt;br /&gt;
    lsusb&lt;br /&gt;
    Bus 001 Device 011: ID 03eb:2fe4 Atmel Corp. ATxmega32A4U DFU bootloader&lt;br /&gt;
    &lt;br /&gt;
&lt;br /&gt;
==== Windows ====&lt;br /&gt;
&lt;br /&gt;
* in the Windows device manager should appear an Atmel USB Device: ATxmega32A4U&lt;br /&gt;
![](https://i.imgur.com/EJXyvdJ.png)&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
===GUI Usage with Chameleon Mini GUI v1.3.0.5 in Windows===&lt;br /&gt;
First you need to install the software in order to have a GUI to use the Chameleon Mini. The Version 1.3.0.5 can be downloaded here (http://www.icesql.se/download/ChameleonMiniGUI/publish.htm) &lt;br /&gt;
Afterwards connect the Chameleon Mini RevE Rebooted with an USB-Cable to your PC. The first LED with the label &amp;quot;TAG1&amp;quot; now lights up red.&lt;br /&gt;
&lt;br /&gt;
==== Device Recognition  ====&lt;br /&gt;
On start of the Windows GUI the device should be recognized and following lines should appear in the output window&lt;br /&gt;
&lt;br /&gt;
        [=] Connecting to USB Serial Device (COMX) at COMX&lt;br /&gt;
        [+] Success, found Chameleon Mini device on &#039;COMX&#039; with Firmware RevE rebooted installed&lt;br /&gt;
&lt;br /&gt;
[[File:ChameleonMiniSuccess.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
If this is not the case and you are using Windows in a VM verify that the USB device is redirected to the VM and test to connect again in the submenu &amp;quot;Settings&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Use of the Chameleon Mini with the GUI in Window ====&lt;br /&gt;
&lt;br /&gt;
In the first tab &amp;quot;Operation&amp;quot; of the Chameleon Mini GUI, up to eight different memory slots can be freely configured. In order to change an entry, the corresponding box of the entry must first be marked. Then one of four different variants can be selected in the &amp;quot;Mode&amp;quot; selection and any ID can be entered in the UID input field as shown below in the screenshot.&lt;br /&gt;
&lt;br /&gt;
[[File:ChameleonOperation.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
Below this, you can configure what happens when the button is pressed briefly or for a long time.&lt;br /&gt;
[[File:ChameleonButton.PNG|300px]]&lt;br /&gt;
&lt;br /&gt;
To save the changes made, the &amp;quot;Apply&amp;quot; button must be clicked at the bottom. It is possible to edit several entries at the same time. To do this, simply select the corresponding checkboxes.&lt;br /&gt;
&lt;br /&gt;
To emulate an RFID tag, first press the red button on the ChameleonMini RevE Rebooted. Now the memory slot that was marked as active in the software is active. Accordingly, the red LED lights up. Alternatively, ChameleonMini RevE Rebooted is activated when an RFID reader is detected. Then it activates automatically and the corresponding LED lights up. Depending on how the buttons have been configured, it is possible to switch through to RFID emulation through the corresponding memory loads.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Command Line Interface==&lt;br /&gt;
&lt;br /&gt;
==== Command return codes ====&lt;br /&gt;
Status numbers beginning with a &#039;1&#039; denote an informational item and those beginning with a &#039;2&#039; denote an error.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Response 	&lt;br /&gt;
! Description &lt;br /&gt;
|-&lt;br /&gt;
|100:OK 	&lt;br /&gt;
|The command has been successfully executed&lt;br /&gt;
|-&lt;br /&gt;
| 101:OK WITH TEXT 	&lt;br /&gt;
| The command has been successfully executed and this response is appended with an additional line of information, terminated with CR+LF&lt;br /&gt;
|-&lt;br /&gt;
| 110:WAITING FOR XMODEM 	&lt;br /&gt;
| The Chameleon is waiting for an XMODEM connection to be established&lt;br /&gt;
|-&lt;br /&gt;
| 120:FALSE 	&lt;br /&gt;
| The request is answered with false&lt;br /&gt;
|-&lt;br /&gt;
| 121:TRUE 	&lt;br /&gt;
| The request is answered with true&lt;br /&gt;
|-&lt;br /&gt;
| 200:UNKNOWN COMMAND 	&lt;br /&gt;
| This command is unknown to the Chameleon&lt;br /&gt;
|-&lt;br /&gt;
| 201:INVALID COMMAND USAGE 	&lt;br /&gt;
| This action is not supported by this command&lt;br /&gt;
|-&lt;br /&gt;
| 202:INVALID PARAMETER 	&lt;br /&gt;
| The format or value of the given parameter value is invalid&lt;br /&gt;
|-&lt;br /&gt;
| 203:TIMEOUT 	&lt;br /&gt;
| The timeout of the currently active command has expired &lt;br /&gt;
|+ Command response codes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Updating Firmware on Windows ==&lt;br /&gt;
&lt;br /&gt;
First you should download the necessary drivers, firmware, and software.&lt;br /&gt;
&lt;br /&gt;
You can the latests manufacturer firmware [https://lab401.com/products/chameleon-mini/firmware/latest.zip here].&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/iceman1001/ChameleonMini-rebooted iceman1001&#039;s GitHub repo] and unzip it. It contains the necessary drivers and software to update the firmware.&lt;br /&gt;
&lt;br /&gt;
Download and install Windows C++ Redistributable for Visual Studio 2013 (VC 12.0) x64 and x86 versions. You can [https://support.microsoft.com/en-us/topic/update-for-visual-c-2013-and-visual-c-redistributable-package-5b2ac5ab-4139-8acc-08e2-9578ec9b2cf1 download them from Microsoft] directly.&lt;br /&gt;
&lt;br /&gt;
After downloading and installing all necessary software navigate to the settings page in the Chameleon Rebooted GUI and press the Upgrade button.&lt;br /&gt;
&lt;br /&gt;
[[File:ChameleonMiniSuccess.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
This will set the Chameleon Mini RevE rebooted into bootloader mode. &lt;br /&gt;
&lt;br /&gt;
The device will no longer be recognized by Windows.&lt;br /&gt;
&lt;br /&gt;
The next step is to open the Windows Device Manager and look for an unkown USB device. Once you have found the unknown device right-click and select &amp;quot;Update driver&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Then navigate the assistant to the unziped GitHub repo downloaded earlier and go to Drivers/DFU Driver and select .inf-file in the folder.&lt;br /&gt;
&lt;br /&gt;
After this step the Chameleon Mini RevE rebooted should be listed as a Amtel USB Device.&lt;br /&gt;
&lt;br /&gt;
Now move the files Myfile.bin and Myfilee.bin from the downladed firmware to the directory where BOOT_LOADER_EXE.exe is. This should be in the directory Software/Flashing-Windows within the GitHub repo directory.&lt;br /&gt;
&lt;br /&gt;
After Moving the files execute the BOOT_LOADER_EXE.exe.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Chameleon Mini: RevE Rebooted]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Wiki: https://github.com/iceman1001/ChameleonMini-rebooted/wiki&lt;br /&gt;
* Linux GUI: https://github.com/WolfgangMau/chamgo-qt/releases&lt;br /&gt;
* Windows GUI: https://github.com/iceman1001/ChameleonMini-rebootedGUI&lt;br /&gt;
* Product description: https://lab401.com/products/chameleon-mini-reve-rebooted&lt;br /&gt;
* https://scheible.it/chameleon-mini/&lt;br /&gt;
* Updating Firmware: https://github.com/iceman1001/ChameleonMini-rebooted/wiki/Getting-started&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Chameleon_Mini_RevE_rebooted_Usage&amp;diff=11297</id>
		<title>Chameleon Mini RevE rebooted Usage</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Chameleon_Mini_RevE_rebooted_Usage&amp;diff=11297"/>
		<updated>2023-01-30T07:23:46Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Updating Firmware on Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Functionality and usage of Chameleon Mini RevE rebooted&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Chameleon Mini RevE Rebooted&lt;br /&gt;
* Operating systems are referred as: &lt;br /&gt;
** Linux: Ubuntu 18.04 bionic amd64&lt;br /&gt;
** Windows: Windows 10 (tested in a VM)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The RFID Multitool ChameleonMini is a powerful and portable RFID emulation and manipulation tool that can emulate RFID tags, read tokens and sniff the radio communication. The credit card-shaped housing and integrated battery make it suitable for mobile use. In addition, transmissions can be read out and all data can be conveniently processed on the computer. Using a freely available open-source application, the ChameleonMini can be conveniently configured via a graphical user interface. Otherwise, it can be connected to a smartphone via USB cable or, in part, via Bluetooth and can thus also be configured on the move. This makes it possible, for example, to read an access card in passing and emulate it directly with the ChameleonMini and thus open a (actually protected) door. The ChameleonMini hardware is capable of emulating various ISO 14443, NFC and ISO 15693 cards, as well as other types of RFID transponders operating at 13.56 MHz. The ChameleonMini hardware consists of a PCB antenna driven by power transistors on the board to generate a 13.56 MHz RFID field. They thus function as an active RFID reader. An integrated Li-Ion battery can be charged via USB and enables stand-alone operation. The core of the hardware is an Atmel ATXMega128A4U microcontroller. The AES and DES hardware engines in the microcontroller enable very fast calculation of the cryptographic algorithms.&lt;br /&gt;
&lt;br /&gt;
[[File:Chameleon-Mini-RevE-Rebooted.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
=== Functionality of Chameleon Mini RevE rebooted ===&lt;br /&gt;
&lt;br /&gt;
Chameleon Mini RevE rebooted has 8 card slots to simulate cards/UIDs, each slot can be set in an own configuration mode to&lt;br /&gt;
* simulate cards/UIDs to readers&lt;br /&gt;
* help getting a first auth key from a dialogue with a reader&lt;br /&gt;
* only first slot allows up to 4K dumps/uploads because of memory limitations&lt;br /&gt;
* the default firmware can only configure MIFARE cards&lt;br /&gt;
* RevE does not copy cards&lt;br /&gt;
&lt;br /&gt;
Chameleon Mini RevE rebooted is a stand-alone device powered by CR2032 button battery&lt;br /&gt;
&lt;br /&gt;
===Card configurations supported by default firmware===&lt;br /&gt;
&lt;br /&gt;
* NONE: No functionality, ChameleonMini does nothing, the current setting is skipped when cycling through the settings&lt;br /&gt;
* MF_ULTRALIGHT: Emulates a MiFare Ultralight card&lt;br /&gt;
* MF_ULTRALIGHT_EV1_80B: Emulates a MiFare Ultralight EV1 80B card&lt;br /&gt;
* MF_ULTRALIGHT_EV1_164B: Emulates a MiFare Ultralight EV1 164B card&lt;br /&gt;
* MF_CLASSIC_1K: Emulates a MiFare Classic 1k card&lt;br /&gt;
* MF_CLASSIC_4K: Emulates a MiFare Classic 4k card&lt;br /&gt;
* MF_CLASSIC_1K_7B: Emulates a MiFare Classic 1k card with 7b UID&lt;br /&gt;
* MF_CLASSIC_4K_7B: Emulates a MiFare Classic 4k card with 7b UID&lt;br /&gt;
* MF_DETECTION: Emulates a MiFare Classic 1k card and saves nonces which can be used for mfkey32 attack in GUI&lt;br /&gt;
    &lt;br /&gt;
(Source: https://github.com/iceman1001/ChameleonMini-rebooted/wiki/Configurations, Feb 2,2020)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Hardware Description ===&lt;br /&gt;
[[File:Chameleon mini.png|200px|thumb|left|Chameleon Mini RevE rebooted]]&lt;br /&gt;
&lt;br /&gt;
* Red Leds on left side: &lt;br /&gt;
: - 8 red LEDs which indicate the active slot&lt;br /&gt;
* Black Button - &amp;quot;KEY&amp;quot;:&lt;br /&gt;
: - “short press” referred as BUTTON in commands and GUI and let you switch the active slot &lt;br /&gt;
: - “long press” - BUTTON_LONG&lt;br /&gt;
: - “long press while plugging USB cable” - BOOTLOADER Mode&lt;br /&gt;
* Red Buttern - &amp;quot;POWER&amp;quot;:&lt;br /&gt;
: - used to power on the device when used stand-alone on battery&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Device Recognition ===&lt;br /&gt;
&lt;br /&gt;
==== Linux ====&lt;br /&gt;
The linux kernel recognizes a usb device from the idVendor 03eb with the product id 2fe4&lt;br /&gt;
&lt;br /&gt;
    dmesg | grep usb&lt;br /&gt;
    [  167.571731] usb 1-3: USB disconnect, device number 3&lt;br /&gt;
    [  180.768751] usb 1-3: new full-speed USB device number 11 using xhci_hcd&lt;br /&gt;
    [  180.917821] usb 1-3: New USB device found, idVendor=03eb, idProduct=2fe4, bcdDevice= 0.04&lt;br /&gt;
    [  180.917829] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0&lt;br /&gt;
    &lt;br /&gt;
The chameleon RevE is seen as a USB modem &lt;br /&gt;
&lt;br /&gt;
    lsusb&lt;br /&gt;
    Bus 001 Device 011: ID 03eb:2fe4 Atmel Corp. ATxmega32A4U DFU bootloader&lt;br /&gt;
    &lt;br /&gt;
&lt;br /&gt;
==== Windows ====&lt;br /&gt;
&lt;br /&gt;
* in the Windows device manager should appear an Atmel USB Device: ATxmega32A4U&lt;br /&gt;
![](https://i.imgur.com/EJXyvdJ.png)&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
===GUI Usage with Chameleon Mini GUI v1.3.0.5 in Windows===&lt;br /&gt;
First you need to install the software in order to have a GUI to use the Chameleon Mini. The Version 1.3.0.5 can be downloaded here (http://www.icesql.se/download/ChameleonMiniGUI/publish.htm) &lt;br /&gt;
Afterwards connect the Chameleon Mini RevE Rebooted with an USB-Cable to your PC. The first LED with the label &amp;quot;TAG1&amp;quot; now lights up red.&lt;br /&gt;
&lt;br /&gt;
==== Device Recognition  ====&lt;br /&gt;
On start of the Windows GUI the device should be recognized and following lines should appear in the output window&lt;br /&gt;
&lt;br /&gt;
        [=] Connecting to USB Serial Device (COMX) at COMX&lt;br /&gt;
        [+] Success, found Chameleon Mini device on &#039;COMX&#039; with Firmware RevE rebooted installed&lt;br /&gt;
&lt;br /&gt;
[[File:ChameleonMiniSuccess.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
If this is not the case and you are using Windows in a VM verify that the USB device is redirected to the VM and test to connect again in the submenu &amp;quot;Settings&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Use of the Chameleon Mini with the GUI in Window ====&lt;br /&gt;
&lt;br /&gt;
In the first tab &amp;quot;Operation&amp;quot; of the Chameleon Mini GUI, up to eight different memory slots can be freely configured. In order to change an entry, the corresponding box of the entry must first be marked. Then one of four different variants can be selected in the &amp;quot;Mode&amp;quot; selection and any ID can be entered in the UID input field as shown below in the screenshot.&lt;br /&gt;
&lt;br /&gt;
[[File:ChameleonOperation.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
Below this, you can configure what happens when the button is pressed briefly or for a long time.&lt;br /&gt;
[[File:ChameleonButton.PNG|300px]]&lt;br /&gt;
&lt;br /&gt;
To save the changes made, the &amp;quot;Apply&amp;quot; button must be clicked at the bottom. It is possible to edit several entries at the same time. To do this, simply select the corresponding checkboxes.&lt;br /&gt;
&lt;br /&gt;
To emulate an RFID tag, first press the red button on the ChameleonMini RevE Rebooted. Now the memory slot that was marked as active in the software is active. Accordingly, the red LED lights up. Alternatively, ChameleonMini RevE Rebooted is activated when an RFID reader is detected. Then it activates automatically and the corresponding LED lights up. Depending on how the buttons have been configured, it is possible to switch through to RFID emulation through the corresponding memory loads.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Command Line Interface==&lt;br /&gt;
&lt;br /&gt;
==== Command return codes ====&lt;br /&gt;
Status numbers beginning with a &#039;1&#039; denote an informational item and those beginning with a &#039;2&#039; denote an error.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Response 	&lt;br /&gt;
! Description &lt;br /&gt;
|-&lt;br /&gt;
|100:OK 	&lt;br /&gt;
|The command has been successfully executed&lt;br /&gt;
|-&lt;br /&gt;
| 101:OK WITH TEXT 	&lt;br /&gt;
| The command has been successfully executed and this response is appended with an additional line of information, terminated with CR+LF&lt;br /&gt;
|-&lt;br /&gt;
| 110:WAITING FOR XMODEM 	&lt;br /&gt;
| The Chameleon is waiting for an XMODEM connection to be established&lt;br /&gt;
|-&lt;br /&gt;
| 120:FALSE 	&lt;br /&gt;
| The request is answered with false&lt;br /&gt;
|-&lt;br /&gt;
| 121:TRUE 	&lt;br /&gt;
| The request is answered with true&lt;br /&gt;
|-&lt;br /&gt;
| 200:UNKNOWN COMMAND 	&lt;br /&gt;
| This command is unknown to the Chameleon&lt;br /&gt;
|-&lt;br /&gt;
| 201:INVALID COMMAND USAGE 	&lt;br /&gt;
| This action is not supported by this command&lt;br /&gt;
|-&lt;br /&gt;
| 202:INVALID PARAMETER 	&lt;br /&gt;
| The format or value of the given parameter value is invalid&lt;br /&gt;
|-&lt;br /&gt;
| 203:TIMEOUT 	&lt;br /&gt;
| The timeout of the currently active command has expired &lt;br /&gt;
|+ Command response codes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Updating Firmware on Windows ==&lt;br /&gt;
&lt;br /&gt;
First you should download the necessary drivers, firmware, and software.&lt;br /&gt;
&lt;br /&gt;
You can the latests manufacturer firmware [https://lab401.com/products/chameleon-mini/firmware/latest.zip here].&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/iceman1001/ChameleonMini-rebooted iceman1001&#039;s GitHub repo] and unzip it. It contains the necessary drivers and software to update the firmware.&lt;br /&gt;
&lt;br /&gt;
Download and install Windows C++ Redistributable for Visual Studio 2013 (VC 12.0) x64 and x86 versions. You can [https://support.microsoft.com/en-us/topic/update-for-visual-c-2013-and-visual-c-redistributable-package-5b2ac5ab-4139-8acc-08e2-9578ec9b2cf1 download them from Microsoft] directly.&lt;br /&gt;
&lt;br /&gt;
After downloading and installing all necessary software navigate to the settings page in the Chameleon Rebooted GUI and press the Upgrade button.&lt;br /&gt;
&lt;br /&gt;
[[File:ChameleonMiniSuccess.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
This will set the Chameleon Mini RevE rebooted into bootloader mode. &lt;br /&gt;
&lt;br /&gt;
The device will no longer be recognized by Windows.&lt;br /&gt;
&lt;br /&gt;
The next step is to open the Windows Device Manager and look for an unkown USB device. Once you have found the unknown device right-click and select &amp;quot;Update driver&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Then navigate the assistant to the unziped GitHub repo downloaded earlier and go to Drivers/DFU Driver and select .inf-file in the folder.&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Chameleon Mini: RevE Rebooted]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Wiki: https://github.com/iceman1001/ChameleonMini-rebooted/wiki&lt;br /&gt;
* Linux GUI: https://github.com/WolfgangMau/chamgo-qt/releases&lt;br /&gt;
* Windows GUI: https://github.com/iceman1001/ChameleonMini-rebootedGUI&lt;br /&gt;
* Product description: https://lab401.com/products/chameleon-mini-reve-rebooted&lt;br /&gt;
* https://scheible.it/chameleon-mini/&lt;br /&gt;
* Updating Firmware: https://github.com/iceman1001/ChameleonMini-rebooted/wiki/Getting-started&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Chameleon_Mini_RevE_rebooted_Usage&amp;diff=11296</id>
		<title>Chameleon Mini RevE rebooted Usage</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Chameleon_Mini_RevE_rebooted_Usage&amp;diff=11296"/>
		<updated>2023-01-30T07:09:08Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Functionality and usage of Chameleon Mini RevE rebooted&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Chameleon Mini RevE Rebooted&lt;br /&gt;
* Operating systems are referred as: &lt;br /&gt;
** Linux: Ubuntu 18.04 bionic amd64&lt;br /&gt;
** Windows: Windows 10 (tested in a VM)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The RFID Multitool ChameleonMini is a powerful and portable RFID emulation and manipulation tool that can emulate RFID tags, read tokens and sniff the radio communication. The credit card-shaped housing and integrated battery make it suitable for mobile use. In addition, transmissions can be read out and all data can be conveniently processed on the computer. Using a freely available open-source application, the ChameleonMini can be conveniently configured via a graphical user interface. Otherwise, it can be connected to a smartphone via USB cable or, in part, via Bluetooth and can thus also be configured on the move. This makes it possible, for example, to read an access card in passing and emulate it directly with the ChameleonMini and thus open a (actually protected) door. The ChameleonMini hardware is capable of emulating various ISO 14443, NFC and ISO 15693 cards, as well as other types of RFID transponders operating at 13.56 MHz. The ChameleonMini hardware consists of a PCB antenna driven by power transistors on the board to generate a 13.56 MHz RFID field. They thus function as an active RFID reader. An integrated Li-Ion battery can be charged via USB and enables stand-alone operation. The core of the hardware is an Atmel ATXMega128A4U microcontroller. The AES and DES hardware engines in the microcontroller enable very fast calculation of the cryptographic algorithms.&lt;br /&gt;
&lt;br /&gt;
[[File:Chameleon-Mini-RevE-Rebooted.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
=== Functionality of Chameleon Mini RevE rebooted ===&lt;br /&gt;
&lt;br /&gt;
Chameleon Mini RevE rebooted has 8 card slots to simulate cards/UIDs, each slot can be set in an own configuration mode to&lt;br /&gt;
* simulate cards/UIDs to readers&lt;br /&gt;
* help getting a first auth key from a dialogue with a reader&lt;br /&gt;
* only first slot allows up to 4K dumps/uploads because of memory limitations&lt;br /&gt;
* the default firmware can only configure MIFARE cards&lt;br /&gt;
* RevE does not copy cards&lt;br /&gt;
&lt;br /&gt;
Chameleon Mini RevE rebooted is a stand-alone device powered by CR2032 button battery&lt;br /&gt;
&lt;br /&gt;
===Card configurations supported by default firmware===&lt;br /&gt;
&lt;br /&gt;
* NONE: No functionality, ChameleonMini does nothing, the current setting is skipped when cycling through the settings&lt;br /&gt;
* MF_ULTRALIGHT: Emulates a MiFare Ultralight card&lt;br /&gt;
* MF_ULTRALIGHT_EV1_80B: Emulates a MiFare Ultralight EV1 80B card&lt;br /&gt;
* MF_ULTRALIGHT_EV1_164B: Emulates a MiFare Ultralight EV1 164B card&lt;br /&gt;
* MF_CLASSIC_1K: Emulates a MiFare Classic 1k card&lt;br /&gt;
* MF_CLASSIC_4K: Emulates a MiFare Classic 4k card&lt;br /&gt;
* MF_CLASSIC_1K_7B: Emulates a MiFare Classic 1k card with 7b UID&lt;br /&gt;
* MF_CLASSIC_4K_7B: Emulates a MiFare Classic 4k card with 7b UID&lt;br /&gt;
* MF_DETECTION: Emulates a MiFare Classic 1k card and saves nonces which can be used for mfkey32 attack in GUI&lt;br /&gt;
    &lt;br /&gt;
(Source: https://github.com/iceman1001/ChameleonMini-rebooted/wiki/Configurations, Feb 2,2020)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Hardware Description ===&lt;br /&gt;
[[File:Chameleon mini.png|200px|thumb|left|Chameleon Mini RevE rebooted]]&lt;br /&gt;
&lt;br /&gt;
* Red Leds on left side: &lt;br /&gt;
: - 8 red LEDs which indicate the active slot&lt;br /&gt;
* Black Button - &amp;quot;KEY&amp;quot;:&lt;br /&gt;
: - “short press” referred as BUTTON in commands and GUI and let you switch the active slot &lt;br /&gt;
: - “long press” - BUTTON_LONG&lt;br /&gt;
: - “long press while plugging USB cable” - BOOTLOADER Mode&lt;br /&gt;
* Red Buttern - &amp;quot;POWER&amp;quot;:&lt;br /&gt;
: - used to power on the device when used stand-alone on battery&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Device Recognition ===&lt;br /&gt;
&lt;br /&gt;
==== Linux ====&lt;br /&gt;
The linux kernel recognizes a usb device from the idVendor 03eb with the product id 2fe4&lt;br /&gt;
&lt;br /&gt;
    dmesg | grep usb&lt;br /&gt;
    [  167.571731] usb 1-3: USB disconnect, device number 3&lt;br /&gt;
    [  180.768751] usb 1-3: new full-speed USB device number 11 using xhci_hcd&lt;br /&gt;
    [  180.917821] usb 1-3: New USB device found, idVendor=03eb, idProduct=2fe4, bcdDevice= 0.04&lt;br /&gt;
    [  180.917829] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0&lt;br /&gt;
    &lt;br /&gt;
The chameleon RevE is seen as a USB modem &lt;br /&gt;
&lt;br /&gt;
    lsusb&lt;br /&gt;
    Bus 001 Device 011: ID 03eb:2fe4 Atmel Corp. ATxmega32A4U DFU bootloader&lt;br /&gt;
    &lt;br /&gt;
&lt;br /&gt;
==== Windows ====&lt;br /&gt;
&lt;br /&gt;
* in the Windows device manager should appear an Atmel USB Device: ATxmega32A4U&lt;br /&gt;
![](https://i.imgur.com/EJXyvdJ.png)&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
===GUI Usage with Chameleon Mini GUI v1.3.0.5 in Windows===&lt;br /&gt;
First you need to install the software in order to have a GUI to use the Chameleon Mini. The Version 1.3.0.5 can be downloaded here (http://www.icesql.se/download/ChameleonMiniGUI/publish.htm) &lt;br /&gt;
Afterwards connect the Chameleon Mini RevE Rebooted with an USB-Cable to your PC. The first LED with the label &amp;quot;TAG1&amp;quot; now lights up red.&lt;br /&gt;
&lt;br /&gt;
==== Device Recognition  ====&lt;br /&gt;
On start of the Windows GUI the device should be recognized and following lines should appear in the output window&lt;br /&gt;
&lt;br /&gt;
        [=] Connecting to USB Serial Device (COMX) at COMX&lt;br /&gt;
        [+] Success, found Chameleon Mini device on &#039;COMX&#039; with Firmware RevE rebooted installed&lt;br /&gt;
&lt;br /&gt;
[[File:ChameleonMiniSuccess.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
If this is not the case and you are using Windows in a VM verify that the USB device is redirected to the VM and test to connect again in the submenu &amp;quot;Settings&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Use of the Chameleon Mini with the GUI in Window ====&lt;br /&gt;
&lt;br /&gt;
In the first tab &amp;quot;Operation&amp;quot; of the Chameleon Mini GUI, up to eight different memory slots can be freely configured. In order to change an entry, the corresponding box of the entry must first be marked. Then one of four different variants can be selected in the &amp;quot;Mode&amp;quot; selection and any ID can be entered in the UID input field as shown below in the screenshot.&lt;br /&gt;
&lt;br /&gt;
[[File:ChameleonOperation.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
Below this, you can configure what happens when the button is pressed briefly or for a long time.&lt;br /&gt;
[[File:ChameleonButton.PNG|300px]]&lt;br /&gt;
&lt;br /&gt;
To save the changes made, the &amp;quot;Apply&amp;quot; button must be clicked at the bottom. It is possible to edit several entries at the same time. To do this, simply select the corresponding checkboxes.&lt;br /&gt;
&lt;br /&gt;
To emulate an RFID tag, first press the red button on the ChameleonMini RevE Rebooted. Now the memory slot that was marked as active in the software is active. Accordingly, the red LED lights up. Alternatively, ChameleonMini RevE Rebooted is activated when an RFID reader is detected. Then it activates automatically and the corresponding LED lights up. Depending on how the buttons have been configured, it is possible to switch through to RFID emulation through the corresponding memory loads.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Command Line Interface==&lt;br /&gt;
&lt;br /&gt;
==== Command return codes ====&lt;br /&gt;
Status numbers beginning with a &#039;1&#039; denote an informational item and those beginning with a &#039;2&#039; denote an error.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Response 	&lt;br /&gt;
! Description &lt;br /&gt;
|-&lt;br /&gt;
|100:OK 	&lt;br /&gt;
|The command has been successfully executed&lt;br /&gt;
|-&lt;br /&gt;
| 101:OK WITH TEXT 	&lt;br /&gt;
| The command has been successfully executed and this response is appended with an additional line of information, terminated with CR+LF&lt;br /&gt;
|-&lt;br /&gt;
| 110:WAITING FOR XMODEM 	&lt;br /&gt;
| The Chameleon is waiting for an XMODEM connection to be established&lt;br /&gt;
|-&lt;br /&gt;
| 120:FALSE 	&lt;br /&gt;
| The request is answered with false&lt;br /&gt;
|-&lt;br /&gt;
| 121:TRUE 	&lt;br /&gt;
| The request is answered with true&lt;br /&gt;
|-&lt;br /&gt;
| 200:UNKNOWN COMMAND 	&lt;br /&gt;
| This command is unknown to the Chameleon&lt;br /&gt;
|-&lt;br /&gt;
| 201:INVALID COMMAND USAGE 	&lt;br /&gt;
| This action is not supported by this command&lt;br /&gt;
|-&lt;br /&gt;
| 202:INVALID PARAMETER 	&lt;br /&gt;
| The format or value of the given parameter value is invalid&lt;br /&gt;
|-&lt;br /&gt;
| 203:TIMEOUT 	&lt;br /&gt;
| The timeout of the currently active command has expired &lt;br /&gt;
|+ Command response codes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Updating Firmware on Windows ==&lt;br /&gt;
&lt;br /&gt;
First you should download the necessary drivers, firmware, and software.&lt;br /&gt;
&lt;br /&gt;
You can the latests manufacturer firmware [https://lab401.com/products/chameleon-mini/firmware/latest.zip here].&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/iceman1001/ChameleonMini-rebooted iceman1001&#039;s GitHub repo]. It contains the necessary drivers and software to update the firmware.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:ChameleonMiniSuccess.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Chameleon Mini: RevE Rebooted]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Wiki: https://github.com/iceman1001/ChameleonMini-rebooted/wiki&lt;br /&gt;
* Linux GUI: https://github.com/WolfgangMau/chamgo-qt/releases&lt;br /&gt;
* Windows GUI: https://github.com/iceman1001/ChameleonMini-rebootedGUI&lt;br /&gt;
* Product description: https://lab401.com/products/chameleon-mini-reve-rebooted&lt;br /&gt;
* https://scheible.it/chameleon-mini/&lt;br /&gt;
* Updating Firmware: https://github.com/iceman1001/ChameleonMini-rebooted/wiki/Getting-started&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Chameleon_Mini_RevE_rebooted_Usage&amp;diff=11295</id>
		<title>Chameleon Mini RevE rebooted Usage</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Chameleon_Mini_RevE_rebooted_Usage&amp;diff=11295"/>
		<updated>2023-01-30T07:06:59Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* Updating Firmware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Functionality and usage of Chameleon Mini RevE rebooted&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Chameleon Mini RevE Rebooted&lt;br /&gt;
* Operating systems are referred as: &lt;br /&gt;
** Linux: Ubuntu 18.04 bionic amd64&lt;br /&gt;
** Windows: Windows 10 (tested in a VM)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The RFID Multitool ChameleonMini is a powerful and portable RFID emulation and manipulation tool that can emulate RFID tags, read tokens and sniff the radio communication. The credit card-shaped housing and integrated battery make it suitable for mobile use. In addition, transmissions can be read out and all data can be conveniently processed on the computer. Using a freely available open-source application, the ChameleonMini can be conveniently configured via a graphical user interface. Otherwise, it can be connected to a smartphone via USB cable or, in part, via Bluetooth and can thus also be configured on the move. This makes it possible, for example, to read an access card in passing and emulate it directly with the ChameleonMini and thus open a (actually protected) door. The ChameleonMini hardware is capable of emulating various ISO 14443, NFC and ISO 15693 cards, as well as other types of RFID transponders operating at 13.56 MHz. The ChameleonMini hardware consists of a PCB antenna driven by power transistors on the board to generate a 13.56 MHz RFID field. They thus function as an active RFID reader. An integrated Li-Ion battery can be charged via USB and enables stand-alone operation. The core of the hardware is an Atmel ATXMega128A4U microcontroller. The AES and DES hardware engines in the microcontroller enable very fast calculation of the cryptographic algorithms.&lt;br /&gt;
&lt;br /&gt;
[[File:Chameleon-Mini-RevE-Rebooted.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
=== Functionality of Chameleon Mini RevE rebooted ===&lt;br /&gt;
&lt;br /&gt;
Chameleon Mini RevE rebooted has 8 card slots to simulate cards/UIDs, each slot can be set in an own configuration mode to&lt;br /&gt;
* simulate cards/UIDs to readers&lt;br /&gt;
* help getting a first auth key from a dialogue with a reader&lt;br /&gt;
* only first slot allows up to 4K dumps/uploads because of memory limitations&lt;br /&gt;
* the default firmware can only configure MIFARE cards&lt;br /&gt;
* RevE does not copy cards&lt;br /&gt;
&lt;br /&gt;
Chameleon Mini RevE rebooted is a stand-alone device powered by CR2032 button battery&lt;br /&gt;
&lt;br /&gt;
===Card configurations supported by default firmware===&lt;br /&gt;
&lt;br /&gt;
* NONE: No functionality, ChameleonMini does nothing, the current setting is skipped when cycling through the settings&lt;br /&gt;
* MF_ULTRALIGHT: Emulates a MiFare Ultralight card&lt;br /&gt;
* MF_ULTRALIGHT_EV1_80B: Emulates a MiFare Ultralight EV1 80B card&lt;br /&gt;
* MF_ULTRALIGHT_EV1_164B: Emulates a MiFare Ultralight EV1 164B card&lt;br /&gt;
* MF_CLASSIC_1K: Emulates a MiFare Classic 1k card&lt;br /&gt;
* MF_CLASSIC_4K: Emulates a MiFare Classic 4k card&lt;br /&gt;
* MF_CLASSIC_1K_7B: Emulates a MiFare Classic 1k card with 7b UID&lt;br /&gt;
* MF_CLASSIC_4K_7B: Emulates a MiFare Classic 4k card with 7b UID&lt;br /&gt;
* MF_DETECTION: Emulates a MiFare Classic 1k card and saves nonces which can be used for mfkey32 attack in GUI&lt;br /&gt;
    &lt;br /&gt;
(Source: https://github.com/iceman1001/ChameleonMini-rebooted/wiki/Configurations, Feb 2,2020)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Hardware Description ===&lt;br /&gt;
[[File:Chameleon mini.png|200px|thumb|left|Chameleon Mini RevE rebooted]]&lt;br /&gt;
&lt;br /&gt;
* Red Leds on left side: &lt;br /&gt;
: - 8 red LEDs which indicate the active slot&lt;br /&gt;
* Black Button - &amp;quot;KEY&amp;quot;:&lt;br /&gt;
: - “short press” referred as BUTTON in commands and GUI and let you switch the active slot &lt;br /&gt;
: - “long press” - BUTTON_LONG&lt;br /&gt;
: - “long press while plugging USB cable” - BOOTLOADER Mode&lt;br /&gt;
* Red Buttern - &amp;quot;POWER&amp;quot;:&lt;br /&gt;
: - used to power on the device when used stand-alone on battery&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Device Recognition ===&lt;br /&gt;
&lt;br /&gt;
==== Linux ====&lt;br /&gt;
The linux kernel recognizes a usb device from the idVendor 03eb with the product id 2fe4&lt;br /&gt;
&lt;br /&gt;
    dmesg | grep usb&lt;br /&gt;
    [  167.571731] usb 1-3: USB disconnect, device number 3&lt;br /&gt;
    [  180.768751] usb 1-3: new full-speed USB device number 11 using xhci_hcd&lt;br /&gt;
    [  180.917821] usb 1-3: New USB device found, idVendor=03eb, idProduct=2fe4, bcdDevice= 0.04&lt;br /&gt;
    [  180.917829] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0&lt;br /&gt;
    &lt;br /&gt;
The chameleon RevE is seen as a USB modem &lt;br /&gt;
&lt;br /&gt;
    lsusb&lt;br /&gt;
    Bus 001 Device 011: ID 03eb:2fe4 Atmel Corp. ATxmega32A4U DFU bootloader&lt;br /&gt;
    &lt;br /&gt;
&lt;br /&gt;
==== Windows ====&lt;br /&gt;
&lt;br /&gt;
* in the Windows device manager should appear an Atmel USB Device: ATxmega32A4U&lt;br /&gt;
![](https://i.imgur.com/EJXyvdJ.png)&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
===GUI Usage with Chameleon Mini GUI v1.3.0.5 in Windows===&lt;br /&gt;
First you need to install the software in order to have a GUI to use the Chameleon Mini. The Version 1.3.0.5 can be downloaded here (http://www.icesql.se/download/ChameleonMiniGUI/publish.htm) &lt;br /&gt;
Afterwards connect the Chameleon Mini RevE Rebooted with an USB-Cable to your PC. The first LED with the label &amp;quot;TAG1&amp;quot; now lights up red.&lt;br /&gt;
&lt;br /&gt;
==== Device Recognition  ====&lt;br /&gt;
On start of the Windows GUI the device should be recognized and following lines should appear in the output window&lt;br /&gt;
&lt;br /&gt;
        [=] Connecting to USB Serial Device (COMX) at COMX&lt;br /&gt;
        [+] Success, found Chameleon Mini device on &#039;COMX&#039; with Firmware RevE rebooted installed&lt;br /&gt;
&lt;br /&gt;
[[File:ChameleonMiniSuccess.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
If this is not the case and you are using Windows in a VM verify that the USB device is redirected to the VM and test to connect again in the submenu &amp;quot;Settings&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Use of the Chameleon Mini with the GUI in Window ====&lt;br /&gt;
&lt;br /&gt;
In the first tab &amp;quot;Operation&amp;quot; of the Chameleon Mini GUI, up to eight different memory slots can be freely configured. In order to change an entry, the corresponding box of the entry must first be marked. Then one of four different variants can be selected in the &amp;quot;Mode&amp;quot; selection and any ID can be entered in the UID input field as shown below in the screenshot.&lt;br /&gt;
&lt;br /&gt;
[[File:ChameleonOperation.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
Below this, you can configure what happens when the button is pressed briefly or for a long time.&lt;br /&gt;
[[File:ChameleonButton.PNG|300px]]&lt;br /&gt;
&lt;br /&gt;
To save the changes made, the &amp;quot;Apply&amp;quot; button must be clicked at the bottom. It is possible to edit several entries at the same time. To do this, simply select the corresponding checkboxes.&lt;br /&gt;
&lt;br /&gt;
To emulate an RFID tag, first press the red button on the ChameleonMini RevE Rebooted. Now the memory slot that was marked as active in the software is active. Accordingly, the red LED lights up. Alternatively, ChameleonMini RevE Rebooted is activated when an RFID reader is detected. Then it activates automatically and the corresponding LED lights up. Depending on how the buttons have been configured, it is possible to switch through to RFID emulation through the corresponding memory loads.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Command Line Interface==&lt;br /&gt;
&lt;br /&gt;
==== Command return codes ====&lt;br /&gt;
Status numbers beginning with a &#039;1&#039; denote an informational item and those beginning with a &#039;2&#039; denote an error.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Response 	&lt;br /&gt;
! Description &lt;br /&gt;
|-&lt;br /&gt;
|100:OK 	&lt;br /&gt;
|The command has been successfully executed&lt;br /&gt;
|-&lt;br /&gt;
| 101:OK WITH TEXT 	&lt;br /&gt;
| The command has been successfully executed and this response is appended with an additional line of information, terminated with CR+LF&lt;br /&gt;
|-&lt;br /&gt;
| 110:WAITING FOR XMODEM 	&lt;br /&gt;
| The Chameleon is waiting for an XMODEM connection to be established&lt;br /&gt;
|-&lt;br /&gt;
| 120:FALSE 	&lt;br /&gt;
| The request is answered with false&lt;br /&gt;
|-&lt;br /&gt;
| 121:TRUE 	&lt;br /&gt;
| The request is answered with true&lt;br /&gt;
|-&lt;br /&gt;
| 200:UNKNOWN COMMAND 	&lt;br /&gt;
| This command is unknown to the Chameleon&lt;br /&gt;
|-&lt;br /&gt;
| 201:INVALID COMMAND USAGE 	&lt;br /&gt;
| This action is not supported by this command&lt;br /&gt;
|-&lt;br /&gt;
| 202:INVALID PARAMETER 	&lt;br /&gt;
| The format or value of the given parameter value is invalid&lt;br /&gt;
|-&lt;br /&gt;
| 203:TIMEOUT 	&lt;br /&gt;
| The timeout of the currently active command has expired &lt;br /&gt;
|+ Command response codes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Updating Firmware on Windows ==&lt;br /&gt;
&lt;br /&gt;
First you should download the necessary drivers, firmware, and software.&lt;br /&gt;
&lt;br /&gt;
You can the latests manufacturer firmware [https://lab401.com/products/chameleon-mini/firmware/latest.zip here].&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/iceman1001/ChameleonMini-rebooted iceman1001&#039;s GitHub repo]. It contains the necessary drivers and software to update the firmware.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:ChameleonMiniSuccess.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Chameleon Mini: RevE Rebooted]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Wiki: https://github.com/iceman1001/ChameleonMini-rebooted/wiki&lt;br /&gt;
* Linux GUI: https://github.com/WolfgangMau/chamgo-qt/releases&lt;br /&gt;
* Windows GUI: https://github.com/iceman1001/ChameleonMini-rebootedGUI&lt;br /&gt;
* Product description: https://lab401.com/products/chameleon-mini-reve-rebooted&lt;br /&gt;
* https://scheible.it/chameleon-mini/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Chameleon_Mini_RevE_rebooted_Usage&amp;diff=11294</id>
		<title>Chameleon Mini RevE rebooted Usage</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Chameleon_Mini_RevE_rebooted_Usage&amp;diff=11294"/>
		<updated>2023-01-30T06:54:55Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary == &lt;br /&gt;
&lt;br /&gt;
Functionality and usage of Chameleon Mini RevE rebooted&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Chameleon Mini RevE Rebooted&lt;br /&gt;
* Operating systems are referred as: &lt;br /&gt;
** Linux: Ubuntu 18.04 bionic amd64&lt;br /&gt;
** Windows: Windows 10 (tested in a VM)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
The RFID Multitool ChameleonMini is a powerful and portable RFID emulation and manipulation tool that can emulate RFID tags, read tokens and sniff the radio communication. The credit card-shaped housing and integrated battery make it suitable for mobile use. In addition, transmissions can be read out and all data can be conveniently processed on the computer. Using a freely available open-source application, the ChameleonMini can be conveniently configured via a graphical user interface. Otherwise, it can be connected to a smartphone via USB cable or, in part, via Bluetooth and can thus also be configured on the move. This makes it possible, for example, to read an access card in passing and emulate it directly with the ChameleonMini and thus open a (actually protected) door. The ChameleonMini hardware is capable of emulating various ISO 14443, NFC and ISO 15693 cards, as well as other types of RFID transponders operating at 13.56 MHz. The ChameleonMini hardware consists of a PCB antenna driven by power transistors on the board to generate a 13.56 MHz RFID field. They thus function as an active RFID reader. An integrated Li-Ion battery can be charged via USB and enables stand-alone operation. The core of the hardware is an Atmel ATXMega128A4U microcontroller. The AES and DES hardware engines in the microcontroller enable very fast calculation of the cryptographic algorithms.&lt;br /&gt;
&lt;br /&gt;
[[File:Chameleon-Mini-RevE-Rebooted.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
=== Functionality of Chameleon Mini RevE rebooted ===&lt;br /&gt;
&lt;br /&gt;
Chameleon Mini RevE rebooted has 8 card slots to simulate cards/UIDs, each slot can be set in an own configuration mode to&lt;br /&gt;
* simulate cards/UIDs to readers&lt;br /&gt;
* help getting a first auth key from a dialogue with a reader&lt;br /&gt;
* only first slot allows up to 4K dumps/uploads because of memory limitations&lt;br /&gt;
* the default firmware can only configure MIFARE cards&lt;br /&gt;
* RevE does not copy cards&lt;br /&gt;
&lt;br /&gt;
Chameleon Mini RevE rebooted is a stand-alone device powered by CR2032 button battery&lt;br /&gt;
&lt;br /&gt;
===Card configurations supported by default firmware===&lt;br /&gt;
&lt;br /&gt;
* NONE: No functionality, ChameleonMini does nothing, the current setting is skipped when cycling through the settings&lt;br /&gt;
* MF_ULTRALIGHT: Emulates a MiFare Ultralight card&lt;br /&gt;
* MF_ULTRALIGHT_EV1_80B: Emulates a MiFare Ultralight EV1 80B card&lt;br /&gt;
* MF_ULTRALIGHT_EV1_164B: Emulates a MiFare Ultralight EV1 164B card&lt;br /&gt;
* MF_CLASSIC_1K: Emulates a MiFare Classic 1k card&lt;br /&gt;
* MF_CLASSIC_4K: Emulates a MiFare Classic 4k card&lt;br /&gt;
* MF_CLASSIC_1K_7B: Emulates a MiFare Classic 1k card with 7b UID&lt;br /&gt;
* MF_CLASSIC_4K_7B: Emulates a MiFare Classic 4k card with 7b UID&lt;br /&gt;
* MF_DETECTION: Emulates a MiFare Classic 1k card and saves nonces which can be used for mfkey32 attack in GUI&lt;br /&gt;
    &lt;br /&gt;
(Source: https://github.com/iceman1001/ChameleonMini-rebooted/wiki/Configurations, Feb 2,2020)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Hardware Description ===&lt;br /&gt;
[[File:Chameleon mini.png|200px|thumb|left|Chameleon Mini RevE rebooted]]&lt;br /&gt;
&lt;br /&gt;
* Red Leds on left side: &lt;br /&gt;
: - 8 red LEDs which indicate the active slot&lt;br /&gt;
* Black Button - &amp;quot;KEY&amp;quot;:&lt;br /&gt;
: - “short press” referred as BUTTON in commands and GUI and let you switch the active slot &lt;br /&gt;
: - “long press” - BUTTON_LONG&lt;br /&gt;
: - “long press while plugging USB cable” - BOOTLOADER Mode&lt;br /&gt;
* Red Buttern - &amp;quot;POWER&amp;quot;:&lt;br /&gt;
: - used to power on the device when used stand-alone on battery&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Device Recognition ===&lt;br /&gt;
&lt;br /&gt;
==== Linux ====&lt;br /&gt;
The linux kernel recognizes a usb device from the idVendor 03eb with the product id 2fe4&lt;br /&gt;
&lt;br /&gt;
    dmesg | grep usb&lt;br /&gt;
    [  167.571731] usb 1-3: USB disconnect, device number 3&lt;br /&gt;
    [  180.768751] usb 1-3: new full-speed USB device number 11 using xhci_hcd&lt;br /&gt;
    [  180.917821] usb 1-3: New USB device found, idVendor=03eb, idProduct=2fe4, bcdDevice= 0.04&lt;br /&gt;
    [  180.917829] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0&lt;br /&gt;
    &lt;br /&gt;
The chameleon RevE is seen as a USB modem &lt;br /&gt;
&lt;br /&gt;
    lsusb&lt;br /&gt;
    Bus 001 Device 011: ID 03eb:2fe4 Atmel Corp. ATxmega32A4U DFU bootloader&lt;br /&gt;
    &lt;br /&gt;
&lt;br /&gt;
==== Windows ====&lt;br /&gt;
&lt;br /&gt;
* in the Windows device manager should appear an Atmel USB Device: ATxmega32A4U&lt;br /&gt;
![](https://i.imgur.com/EJXyvdJ.png)&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
===GUI Usage with Chameleon Mini GUI v1.3.0.5 in Windows===&lt;br /&gt;
First you need to install the software in order to have a GUI to use the Chameleon Mini. The Version 1.3.0.5 can be downloaded here (http://www.icesql.se/download/ChameleonMiniGUI/publish.htm) &lt;br /&gt;
Afterwards connect the Chameleon Mini RevE Rebooted with an USB-Cable to your PC. The first LED with the label &amp;quot;TAG1&amp;quot; now lights up red.&lt;br /&gt;
&lt;br /&gt;
==== Device Recognition  ====&lt;br /&gt;
On start of the Windows GUI the device should be recognized and following lines should appear in the output window&lt;br /&gt;
&lt;br /&gt;
        [=] Connecting to USB Serial Device (COMX) at COMX&lt;br /&gt;
        [+] Success, found Chameleon Mini device on &#039;COMX&#039; with Firmware RevE rebooted installed&lt;br /&gt;
&lt;br /&gt;
[[File:ChameleonMiniSuccess.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
If this is not the case and you are using Windows in a VM verify that the USB device is redirected to the VM and test to connect again in the submenu &amp;quot;Settings&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Use of the Chameleon Mini with the GUI in Window ====&lt;br /&gt;
&lt;br /&gt;
In the first tab &amp;quot;Operation&amp;quot; of the Chameleon Mini GUI, up to eight different memory slots can be freely configured. In order to change an entry, the corresponding box of the entry must first be marked. Then one of four different variants can be selected in the &amp;quot;Mode&amp;quot; selection and any ID can be entered in the UID input field as shown below in the screenshot.&lt;br /&gt;
&lt;br /&gt;
[[File:ChameleonOperation.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
Below this, you can configure what happens when the button is pressed briefly or for a long time.&lt;br /&gt;
[[File:ChameleonButton.PNG|300px]]&lt;br /&gt;
&lt;br /&gt;
To save the changes made, the &amp;quot;Apply&amp;quot; button must be clicked at the bottom. It is possible to edit several entries at the same time. To do this, simply select the corresponding checkboxes.&lt;br /&gt;
&lt;br /&gt;
To emulate an RFID tag, first press the red button on the ChameleonMini RevE Rebooted. Now the memory slot that was marked as active in the software is active. Accordingly, the red LED lights up. Alternatively, ChameleonMini RevE Rebooted is activated when an RFID reader is detected. Then it activates automatically and the corresponding LED lights up. Depending on how the buttons have been configured, it is possible to switch through to RFID emulation through the corresponding memory loads.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Command Line Interface==&lt;br /&gt;
&lt;br /&gt;
==== Command return codes ====&lt;br /&gt;
Status numbers beginning with a &#039;1&#039; denote an informational item and those beginning with a &#039;2&#039; denote an error.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Response 	&lt;br /&gt;
! Description &lt;br /&gt;
|-&lt;br /&gt;
|100:OK 	&lt;br /&gt;
|The command has been successfully executed&lt;br /&gt;
|-&lt;br /&gt;
| 101:OK WITH TEXT 	&lt;br /&gt;
| The command has been successfully executed and this response is appended with an additional line of information, terminated with CR+LF&lt;br /&gt;
|-&lt;br /&gt;
| 110:WAITING FOR XMODEM 	&lt;br /&gt;
| The Chameleon is waiting for an XMODEM connection to be established&lt;br /&gt;
|-&lt;br /&gt;
| 120:FALSE 	&lt;br /&gt;
| The request is answered with false&lt;br /&gt;
|-&lt;br /&gt;
| 121:TRUE 	&lt;br /&gt;
| The request is answered with true&lt;br /&gt;
|-&lt;br /&gt;
| 200:UNKNOWN COMMAND 	&lt;br /&gt;
| This command is unknown to the Chameleon&lt;br /&gt;
|-&lt;br /&gt;
| 201:INVALID COMMAND USAGE 	&lt;br /&gt;
| This action is not supported by this command&lt;br /&gt;
|-&lt;br /&gt;
| 202:INVALID PARAMETER 	&lt;br /&gt;
| The format or value of the given parameter value is invalid&lt;br /&gt;
|-&lt;br /&gt;
| 203:TIMEOUT 	&lt;br /&gt;
| The timeout of the currently active command has expired &lt;br /&gt;
|+ Command response codes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Updating Firmware ==&lt;br /&gt;
&lt;br /&gt;
First you should download the necessary drivers and firmware.&lt;br /&gt;
&lt;br /&gt;
You can the latests manufacturer firmware [https://lab401.com/products/chameleon-mini/firmware/latest.zip here].&lt;br /&gt;
&lt;br /&gt;
[[File:ChameleonMiniSuccess.PNG|500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Used Hardware ==&lt;br /&gt;
&lt;br /&gt;
[[Chameleon Mini: RevE Rebooted]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Wiki: https://github.com/iceman1001/ChameleonMini-rebooted/wiki&lt;br /&gt;
* Linux GUI: https://github.com/WolfgangMau/chamgo-qt/releases&lt;br /&gt;
* Windows GUI: https://github.com/iceman1001/ChameleonMini-rebootedGUI&lt;br /&gt;
* Product description: https://lab401.com/products/chameleon-mini-reve-rebooted&lt;br /&gt;
* https://scheible.it/chameleon-mini/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=CVE_Webscraper&amp;diff=10303</id>
		<title>CVE Webscraper</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=CVE_Webscraper&amp;diff=10303"/>
		<updated>2022-07-13T10:24:33Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Web Scraping is a way of automated data mining.&lt;br /&gt;
This means it is used for collecting various information in an automated way from open sources.&amp;lt;br /&amp;gt;&lt;br /&gt;
The Web scraper usually makes HTTP requests to a target Website in order to do so, it can also make requests to APIs for further data. &amp;lt;br /&amp;gt;&lt;br /&gt;
There are many uses for this, not even exclusively for security reasons. For example is it used for price monitoring, news monitoring and other types of automated research that needs big amounts of data.&lt;br /&gt;
&lt;br /&gt;
== Web crawler and Web scraper – not the same, but working together ==&lt;br /&gt;
These two get often confused and are sometimes even used as synonyms, but on closer inspection there is a different purpose and function to them.&lt;br /&gt;
&lt;br /&gt;
=== Web Crawler ===&lt;br /&gt;
Compared to the Web scraper you do not have a specified URL and you don’t know the domain the crawler will look at.&amp;lt;br /&amp;gt; &lt;br /&gt;
Actually, that is the purpose of the crawler, you want to get the URLs, with which you might for example scrape later.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
So the output here is a list of URLs that might include what you were looking for.&lt;br /&gt;
&lt;br /&gt;
=== Web scraper ===&lt;br /&gt;
&lt;br /&gt;
The purpose of web crawling is about getting the desired data from specific websites. Here you usually know what data you want and the specific website you want it from, this is the most significant difference.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Here the output is usually the data we specifically “ask” for.&lt;br /&gt;
&lt;br /&gt;
== How Can Web Scraping Enhance Cyber Security? ==&lt;br /&gt;
Even though web scraping activities fundamentally do not aim to harm the website they are targeting, there are still some concerns that one should be aware of.&amp;lt;br /&amp;gt;&lt;br /&gt;
Some scraper bots purposefully perform malicious attacks, but there are also those issues that aren’t on purpose.&amp;lt;br /&amp;gt;&lt;br /&gt;
Some of the dangers are: extracting sensitive data, extract web apps, help attackers identify vulnerabilities, overwhelming the website with too many requests and more.&lt;br /&gt;
&lt;br /&gt;
== Pen testing ==&lt;br /&gt;
&lt;br /&gt;
While web crawler have enough concerning properties, it can also be useful in cyber security, it can for example be used for penetration testing.&amp;lt;br /&amp;gt;&lt;br /&gt;
With the web crawler and web scraper it is possible to find possible vulnerabilities and remodel it in order to get rid of the vulnerability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Our web scraper ==&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
Quickly find known vulnerabilities for a certain application.&lt;br /&gt;
Runs on windows and Linux.&lt;br /&gt;
&lt;br /&gt;
The application was written in C# with the [https://dotnet.microsoft.com/en-us/ .NET 6.0 Framework] with a focus on a crossplatform availability.&lt;br /&gt;
&lt;br /&gt;
The software is available at the [https://git.fh-campuswien.ac.at/sisch/cve-crawlwe FH Campus Wien Git] or at [https://github.com/karaxis/wpf1/tree/main Github].&lt;br /&gt;
&lt;br /&gt;
It scans the vulnerability database of [https://cve.mitre.org/ mitre.org] for vulerabilities for a given software and saves all CVE numbers with corresponding links in a file.&lt;br /&gt;
&lt;br /&gt;
=== Use ===&lt;br /&gt;
&lt;br /&gt;
For a detailed explation of how to setup and use the software please refer to the README.md at the [https://git.fh-campuswien.ac.at/sisch/cve-crawlwe FH Campus Wien Git] or at [https://github.com/karaxis/wpf1/tree/main Github].&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
https://realpython.com/python-web-scraping-practical-introduction/#your-first-web-scraper&amp;lt;br /&amp;gt;&lt;br /&gt;
https://www.cyberdb.co/how-web-scraping-can-enhance-cyber-security/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://thehackernews.com/2020/09/zenscrape-simple-web-scraping-solution.html&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=CVE_Webscraper&amp;diff=10302</id>
		<title>CVE Webscraper</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=CVE_Webscraper&amp;diff=10302"/>
		<updated>2022-07-13T10:22:52Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: /* General */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Web Scraping is a way of automated data mining.&lt;br /&gt;
This means it is used for collecting various information in an automated way from open sources.&amp;lt;br /&amp;gt;&lt;br /&gt;
The Web scraper usually makes HTTP requests to a target Website in order to do so, it can also make requests to APIs for further data. &amp;lt;br /&amp;gt;&lt;br /&gt;
There are many uses for this, not even exclusively for security reasons. For example is it used for price monitoring, news monitoring and other types of automated research that needs big amounts of data.&lt;br /&gt;
&lt;br /&gt;
== Web crawler and Web scraper – not the same, but working together ==&lt;br /&gt;
These two get often confused and are sometimes even used as synonyms, but on closer inspection there is a different purpose and function to them.&lt;br /&gt;
&lt;br /&gt;
=== Web Crawler ===&lt;br /&gt;
Compared to the Web scraper you do not have a specified URL and you don’t know the domain the crawler will look at.&amp;lt;br /&amp;gt; &lt;br /&gt;
Actually, that is the purpose of the crawler, you want to get the URLs, with which you might for example scrape later.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
So the output here is a list of URLs that might include what you were looking for.&lt;br /&gt;
&lt;br /&gt;
=== Web scraper ===&lt;br /&gt;
&lt;br /&gt;
The purpose of web crawling is about getting the desired data from specific websites. Here you usually know what data you want and the specific website you want it from, this is the most significant difference.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Here the output is usually the data we specifically “ask” for.&lt;br /&gt;
&lt;br /&gt;
== How Can Web Scraping Enhance Cyber Security? ==&lt;br /&gt;
Even though web scraping activities fundamentally do not aim to harm the website they are targeting, there are still some concerns that one should be aware of.&amp;lt;br /&amp;gt;&lt;br /&gt;
Some scraper bots purposefully perform malicious attacks, but there are also those issues that aren’t on purpose.&amp;lt;br /&amp;gt;&lt;br /&gt;
Some of the dangers are: extracting sensitive data, extract web apps, help attackers identify vulnerabilities, overwhelming the website with too many requests and more.&lt;br /&gt;
&lt;br /&gt;
== Pen testing ==&lt;br /&gt;
&lt;br /&gt;
While web crawler have enough concerning properties, it can also be useful in cyber security, it can for example be used for penetration testing.&amp;lt;br /&amp;gt;&lt;br /&gt;
With the web crawler and web scraper it is possible to find possible vulnerabilities and remodel it in order to get rid of the vulnerability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Our web scraper ==&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
Quickly find known vulnerabilities for a certain application.&lt;br /&gt;
Runs on windows and Linux.&lt;br /&gt;
&lt;br /&gt;
The application was written in C# with the [https://dotnet.microsoft.com/en-us/ .NET 6.0 Framework] with a focus on a crossplatform availability.&lt;br /&gt;
&lt;br /&gt;
The software is available at the [https://git.fh-campuswien.ac.at/sisch/cve-crawlwe FH Campus Wien Git] or at [https://github.com/karaxis/wpf1/tree/main Github].&lt;br /&gt;
&lt;br /&gt;
It scans the vulnerability database of [https://cve.mitre.org/ mitre.org] for vulerabilities for a given software and saves all CVE numbers with corresponding links in a file.&lt;br /&gt;
&lt;br /&gt;
=== Use ===&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
https://realpython.com/python-web-scraping-practical-introduction/#your-first-web-scraper&amp;lt;br /&amp;gt;&lt;br /&gt;
https://www.cyberdb.co/how-web-scraping-can-enhance-cyber-security/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://thehackernews.com/2020/09/zenscrape-simple-web-scraping-solution.html&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=Flare_VM_Installation&amp;diff=10301</id>
		<title>Flare VM Installation</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=Flare_VM_Installation&amp;diff=10301"/>
		<updated>2022-07-13T10:10:51Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: LLaschitz moved page (Article title) to CVE Webscraper: Title was Article Title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[CVE Webscraper]]&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
	<entry>
		<id>https://elvis.hcw.ac.at/wiki/index.php?title=CVE_Webscraper&amp;diff=10300</id>
		<title>CVE Webscraper</title>
		<link rel="alternate" type="text/html" href="https://elvis.hcw.ac.at/wiki/index.php?title=CVE_Webscraper&amp;diff=10300"/>
		<updated>2022-07-13T10:10:51Z</updated>

		<summary type="html">&lt;p&gt;LLaschitz: LLaschitz moved page (Article title) to CVE Webscraper: Title was Article Title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Web Scraping is a way of automated data mining.&lt;br /&gt;
This means it is used for collecting various information in an automated way from open sources.&amp;lt;br /&amp;gt;&lt;br /&gt;
The Web scraper usually makes HTTP requests to a target Website in order to do so, it can also make requests to APIs for further data. &amp;lt;br /&amp;gt;&lt;br /&gt;
There are many uses for this, not even exclusively for security reasons. For example is it used for price monitoring, news monitoring and other types of automated research that needs big amounts of data.&lt;br /&gt;
&lt;br /&gt;
== Web crawler and Web scraper – not the same, but working together ==&lt;br /&gt;
These two get often confused and are sometimes even used as synonyms, but on closer inspection there is a different purpose and function to them.&lt;br /&gt;
&lt;br /&gt;
=== Web Crawler ===&lt;br /&gt;
Compared to the Web scraper you do not have a specified URL and you don’t know the domain the crawler will look at.&amp;lt;br /&amp;gt; &lt;br /&gt;
Actually, that is the purpose of the crawler, you want to get the URLs, with which you might for example scrape later.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
So the output here is a list of URLs that might include what you were looking for.&lt;br /&gt;
&lt;br /&gt;
=== Web scraper ===&lt;br /&gt;
&lt;br /&gt;
The purpose of web crawling is about getting the desired data from specific websites. Here you usually know what data you want and the specific website you want it from, this is the most significant difference.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Here the output is usually the data we specifically “ask” for.&lt;br /&gt;
&lt;br /&gt;
== How Can Web Scraping Enhance Cyber Security? ==&lt;br /&gt;
Even though web scraping activities fundamentally do not aim to harm the website they are targeting, there are still some concerns that one should be aware of.&amp;lt;br /&amp;gt;&lt;br /&gt;
Some scraper bots purposefully perform malicious attacks, but there are also those issues that aren’t on purpose.&amp;lt;br /&amp;gt;&lt;br /&gt;
Some of the dangers are: extracting sensitive data, extract web apps, help attackers identify vulnerabilities, overwhelming the website with too many requests and more.&lt;br /&gt;
&lt;br /&gt;
== Pen testing ==&lt;br /&gt;
&lt;br /&gt;
While web crawler have enough concerning properties, it can also be useful in cyber security, it can for example be used for penetration testing.&amp;lt;br /&amp;gt;&lt;br /&gt;
With the web crawler and web scraper it is possible to find possible vulnerabilities and remodel it in order to get rid of the vulnerability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Our web scraper ==&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
Quickly find known vulnerabilities for a certain application.&lt;br /&gt;
Runs on windows and Linux.&lt;br /&gt;
&lt;br /&gt;
=== Use ===&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
https://realpython.com/python-web-scraping-practical-introduction/#your-first-web-scraper&amp;lt;br /&amp;gt;&lt;br /&gt;
https://www.cyberdb.co/how-web-scraping-can-enhance-cyber-security/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://thehackernews.com/2020/09/zenscrape-simple-web-scraping-solution.html&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>LLaschitz</name></author>
	</entry>
</feed>