Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pacifiquem/rfid

read, write, memory-map, data-storage & RFID transaction SYSTEM.
https://github.com/pacifiquem/rfid

arduino embeded-systems payment rfid

Last synced: 13 days ago
JSON representation

read, write, memory-map, data-storage & RFID transaction SYSTEM.

Awesome Lists containing this project

README

        

# RFID Sample Projects Repository

This repository contains sample projects for working with RFID technology. RFID, or radio-frequency identification, is a technology that uses radio waves to automatically identify and track tags attached to objects. It has a wide range of applications, from inventory management to access control systems.

The projects in this repository are intended to serve as examples and starting points for developers who want to work with RFID.

# Table Of Content

| Folder | Link |
|-------------------------------------------------------------|--------------------------------------------------------------------------------------------|
| reading-memory-map | [reading-memory-map](https://github.com/pacifiquem/RFID/tree/main/read-memory-map.ino) |
| reading-data-from-card | [reading-data-from-card](https://github.com/pacifiquem/RFID/tree/main/reading-rfid.ino/reading-rfid) |
| secure rfid or authentication with rfid | [secure-rfid](https://github.com/pacifiquem/RFID/tree/main/secure-rfid.ino) |
| writing data | [writing-data](https://github.com/pacifiquem/RFID/tree/main/writing.ino/writing) |
| rfid transaction system | [rfid-transaction-system](https://github.com/pacifiquem/RFID/tree/main/rfid-transaction.ino/rfid-transaction/rfid-transaction.ino) |

# Getting Started
To get started with these projects, clone this repository to your local machine and follow the instructions provided in the project's README file. Each project has its own dependencies and setup requirements, so be sure to read the instructions carefully before attempting to run any code.

# Connecting PCD to Arduino Uno

This image shows how you can connect your PCD to an Arduino Uno board.
![PCD to Arduino Uno picture](https://github.com/pacifiquem/RFID/blob/main/Screenshot%20from%202023-11-02%2018-52-51.png)

# Contributing
Contributions to this repository are welcome! If you have a sample project you'd like to add, please fork this repository and submit a pull request with your changes. Please include a README file with instructions for running your project.

# License
This repository is licensed under the MIT License. See the LICENSE file for more information.