Hey gang..
I want to pick up an RFID BOB (reader/writer) to play with.. and possibly use in some odd projects (all for fun)
@ GrumpyMike - if you are around, would appreciate your input, I know you have some experience in this area.
I had originally purchased this RFID Reader/writer a while back:
http://www.ebay.com/itm/RFID-module-Kit-13-56-Mhz-with-Tags-SPI-Write-and-Read-For-Arduino-/200892882864?pt=UK_Sound_Vision_Other&hash=item2ec6261fb0
arrived fine and 'works'.. as far as a basic sketch goes for 'reading' the card.
I could never figure out how to WRITE.. or read specific sectors/blocks.. (to use for a fake laundry card or allowance card for my kids..anything interactive/dynamic)..
I got as far as reading/displaying each card's number in serial monitor.. using that (hard coded) in a sketch in some conditional checks..but thats where it ended.
(documentation is rubbish, IMHO.. at least at my level.. but searching the internet, everyone else had the same problems not sure how to set change password or write to card)
Getting the itch again to 'play' with RFID technology... I want to get another similar board/device..
1.) reader & writer
2.) an easier learning curve or simple API
3.) around the $25.00 or less mark
I believe 13.56Mhz is what Im looking for as well..
seems to be a UART (serial) based device... so it should be easier to work with?
Going to watch this vid more in depth as I believe it is more or less the same approach (being a UART board as well) to get some info..
However.. I have now been seeing something called NFC RFID (Near Field Communication) modules (ebay, Adafruit..etc)
Like this one:
http://www.ebay.com/itm/PN532-NFC-RFID-module-kits-Arduino-compatible-ISO14443-Mifare-1k-4k-/190774279870?pt=UK_Sound_Vision_Other&hash=item2c6b087ebe
from reading on.. this looks to be an I2C device/protocol used..
(I have yet to play with I2C as I dont have any I2C devices.... so this leaves me with even less experience on the difference?)
Are these NFC both readable & writable? (If ebay descriptions are to be believed..I guess yes then)
Seems to support alot of cards:
RFID reader/writer supports:
Mifare 1k, 4k, Ultralight, and DesFire cards
ISO/IEC 14443-4 cards such as CD97BX, CD light, Desfire, P5CN072 (SMX)
Innovision Jewel cards such as IRT5001 card
FeliCa cards such as RCS_860 and RCS_854
On-board level shifter, Standard 5V TTL for I2C and UART, 3.3V TTL SPI
the last line is confusing a bit?
Anyways.. Im leaning toward the serial/uart version I linked to.. but would like any advice, suggestions, input ya got.
thanks!