This repository contains the firmware for an Arduino-based NFC scanner used in Project Ayu. The scanner is designed to read NFC cards and transmit the card data for integration with the Project Ayu backend, enabling secure and fast access to patient records.
- NFC Card Scanning: Uses an NFC module to read NFC cards.
- Data Transmission: Sends scanned NFC card IDs over Serial for further processing.
- Easy Integration: Designed to integrate seamlessly with the Project Ayu ecosystem.
- Arduino IDE installed
- Basic knowledge of Arduino programming and circuit setup
-
Clone the repository:
git clone https://github.com/Darko-Innovex/Project-Ayu-Arduino.git
-
Open the project in the Arduino IDE.
-
Connect your Arduino board with the NFC module according to your hardware setup.
-
Upload the code to your Arduino board.
Once the firmware is uploaded, the Arduino will continuously scan for NFC cards. When a card is detected, its unique ID will be sent via Serial. Open the Serial Monitor in the Arduino IDE to view the scanned NFC card data.
Distributed under the MIT License. See LICENSE for more information.
Feel free to open issues or submit pull requests for improvements or bug fixes.
© 2024 Project Ayu | Darko Innovex