Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pacifiquem/rfid
- Owner: pacifiquem
- License: apache-2.0
- Created: 2023-05-12T07:51:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-02T16:58:54.000Z (about 1 year ago)
- Last Synced: 2024-05-02T05:05:54.459Z (6 months ago)
- Topics: arduino, embeded-systems, payment, rfid
- Language: C++
- Homepage:
- Size: 111 KB
- Stars: 20
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.