Skip to content

Commit 1abcc36

Browse files
authored
Update readme.md
1 parent 760a31b commit 1abcc36

File tree

1 file changed

+3
-1
lines changed
  • rfid-transaction.ino/rfid-transaction/rfid-transaction.ino

1 file changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
## RFID Transaction Management System
22

3-
This project is an RFID Transaction Management System implemented using an Arduino and an RFID module. It allows users to perform transactions using either money or points. The system reads the card, authenticates, deducts the desired amount, and updates the card's data. The remaining money and points are displayed, and a buzzer sound indicates a successful transaction. The code is written in C++ and utilizes the MFRC522 library for RFID functionality. This system provides a simple and efficient solution for managing transactions using RFID technology.
3+
This project is an RFID Transaction Management System implemented using an Arduino and an RFID module. It allows users to perform transactions using either money or points. The system reads the card, authenticates, deducts the desired amount, and updates the card's data. The remaining money and points are displayed, and a buzzer sound indicates a successful transaction. The code is written in C++ and utilizes the MFRC522 library for RFID functionality. This system provides a simple and efficient solution for managing transactions using RFID technology.
4+
5+
NB: `In this version we are using SD cards as our data store.`

0 commit comments

Comments
 (0)