Skip to content
Michael Miller edited this page Jul 16, 2019 · 5 revisions

Please consider donating to the cause.
Donate

For quick questions jump on Gitter and ask away.
Gitter

Overview

This library allows your Arduino project to read packets from the RFID WL-134 module. It supports both hardware serial and software serial.

Please see the FAQ for common questions and answers.

Connecting the Device

The module will only need its TX connected to the RX pin on the Arduino. Depending on the actual Arduino board and if hardware or software serial is used, the RX pin will change.
Arduino reference on hardware serial
Arduino reference on software serial

The WL-134 module will also require power. Make sure that VCC is connected to the proper voltage that your device requires, usually 9v. The GND must be connected to the Arduino GND so the serial communications will work; but do not interconnect the VCC!

This object will be used to get the RFID information that is read from the RFID tags.

Clone this wiki locally