Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makuna/rfid134
Arduino library to read packets from the RFID WL-134 module. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.
https://github.com/makuna/rfid134
arduino-library rfid rfid-reader wl-134
Last synced: about 2 months ago
JSON representation
Arduino library to read packets from the RFID WL-134 module. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.
- Host: GitHub
- URL: https://github.com/makuna/rfid134
- Owner: Makuna
- License: lgpl-3.0
- Created: 2019-05-28T01:11:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T05:15:28.000Z (11 months ago)
- Last Synced: 2024-10-11T11:54:29.825Z (2 months ago)
- Topics: arduino-library, rfid, rfid-reader, wl-134
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 18
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Support: SUPPORT.md
Awesome Lists containing this project
README
# Rfid123
[![Join the chat at https://gitter.im/Makuna/Rfid134](https://badges.gitter.im/Makuna/Rfid134.svg)](https://gitter.im/Makuna/Rfid134?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6AA97KE54UJR4)
Library for the RFID WL-134 module
This library allows your Arduino project to read packets from the RFID WL-134 module. It supports both hardware serial and software serial.
## Documentation
[See Wiki](https://github.com/Makuna/Rfid134/wiki)## Installing This Library (prefered, you just want to use it)
Open the Library Manager and search for "Rfid134 by Makuna" and install.## Installing This Library From GitHub (advanced, you want to contribute)
Create a directory in your Arduino\Library folder named "Rfid134"
Clone (Git) this project into that folder.
It should now show up in the import list when you restart Arduino IDE.