Arduino based RFID card reader using EM-18
1.Introduction
About the project in brief
In this project, we'll be using em-18 as an RFID card reader to reveal the unique id of RFID tag cards that can be used for many purposes one of them are attendance making system used in many companies for their employees but in this article, we'll just explore how the card reads via the reader and see the generated output over the display.
Generally, the RFID card has a 12 digits unique id stored on it and can only be read via special readers so EM-18 is one of them. Many more types of readers are available, but EM-18 is a simplified version of complex readers as it works of UART communication at a baud rate of 9600 by default (Bits per second).
We'll be using Arduino to read those 14 digits unique code and display that over the Arduino serial monitor, so further that can be recorded for any specific purpose like marking attendance or catalogue management at a warehouse etc.
For this project, we need a few components listed below.
2. Components
Hardware:
- Arduino Uno x 1
- Male to Female jumper wire x 3
- Arduino Cable x 1
- EM-18 Reader Module x1
- RFID Tag Cards x 1 (quantity varies as per requirement)
SOFTWARE:
- Arduino IDE
- Arduino Drivers i.e CH340 (If using Arduino nano)
Note: Github repository for code and circuit Click here
3. Wiring Circuit diagram
4. Code
5. OUTPUT
For any kind of doubt or query just comment down and we'll get back to you as soon as possible
Till then stay creative and DIY
Regards
Team Innovationsfy
Instagram: @innovationsfy




0 Comments