Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.