Skip to content

Commit bdcec52

Browse files
authoredMar 11, 2019
Update README.md
1 parent b946ce2 commit bdcec52

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

‎Arduino_RFID-reader/README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
# RFID reader/programmer based on Arduino Micro
1+
## RFID reader/programmer based on Arduino Micro
22

33
Reads/writes RFID tags and outputs as text via USB (HID keyboard emulation).
4-
Outputs one character when RFID tag is placed on reader and another when tag is removed.##
4+
Outputs one character when RFID tag is placed on reader and another when tag is removed.
55

66
**Arduino-settings.txt** - board settings for uploading via Arduino
7+
78
**PICCprogrammer.ino** - sketch used with Arduino to program RFID-tags. Open Serial monitor and follow instructions.
9+
810
**PICCreader-One_LED.ino** - sketch used in standalone mode with LED connected to GPIO 5. Output is dim when no tag is present and high when tag is present
11+
912
**PICCreader-Two_LED.ino** - sketch used in standalone mode with one LED connected to GPIO 5 and another to GPIO 6. Output is LOW on GPIO 5 and HIGH on GPIO 6 when tag is present and HIGH on GPIO 5 and LOW on GPIO 6 when tag is not present.
13+
1014
**PICCreader-connection_diagram.jpg**

0 commit comments

Comments
 (0)
Please sign in to comment.