|
|
@@ -53,6 +53,25 @@ There's an Arduino library that has appropriate code (from [monkeyboard](https:/
|
|
|
|
|
|
I'm also unclear as to what the current system RFID media uses.
|
|
|
|
|
|
+---
|
|
|
+
|
|
|
+#### UPDATE
|
|
|
+
|
|
|
+The [proxmark3](https://github.com/Proxmark/proxmark3) is a general purpose RFID hardware tool that can be used to read and write
|
|
|
+low frequency (125 kHz - 134 kHz) as well as high frequency (12.57 MHz).
|
|
|
+The code is under LGPL and I assume the hardware files are under the same or similar license.
|
|
|
+The hardware files don't have a license on them but I think the proxmark3 is marketed as an open source hardware project so
|
|
|
+it's probably safe to assume this was the intent.
|
|
|
+
|
|
|
+The `proxmark3` is sold in the $250-$300 (as of this writing) but there are clones available at a fraction of the cost ($60-$80) on eBay.
|
|
|
+
|
|
|
+The `proxmark3` can read HID class cards so I think it's an ideal candidate to use as a general purpose RFID reader.
|
|
|
+At the least, this will be a relatively low cost solution that will read a variety of cards that any organization can use.
|
|
|
+If needed, there is the possibility of using it as a writer, either in the field or offline, for custom RFID tags.
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
Display
|
|
|
---
|
|
|
|