Skip to content

Darko-Innovex/Project-Ayu-Arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Ayu NFC Scanner

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.

Features

  • 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.

Getting Started

Prerequisites

  • Arduino IDE installed
  • Basic knowledge of Arduino programming and circuit setup

Installation

  1. Clone the repository:

    git clone https://github.com/Darko-Innovex/Project-Ayu-Arduino.git
  2. Open the project in the Arduino IDE.

  3. Connect your Arduino board with the NFC module according to your hardware setup.

  4. Upload the code to your Arduino board.

Usage

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.

License

Distributed under the MIT License. See LICENSE for more information.

Contributing

Feel free to open issues or submit pull requests for improvements or bug fixes.


© 2024 Project Ayu | Darko Innovex

Contributors 3

  •  
  •  
  •  

Languages