You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
5
5
6
6
**Arduino-settings.txt** - board settings for uploading via Arduino
7
+
7
8
**PICCprogrammer.ino** - sketch used with Arduino to program RFID-tags. Open Serial monitor and follow instructions.
9
+
8
10
**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
+
9
12
**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.
0 commit comments