Asked — Edited

Sparkfun Rfid Reader With Ezb Compatibility

Hello all, I am new to using RFID tags and have never used a reader with an ezb. At my previous home I used QR codes for location awareness but I cannot do that in my yard. SO I was considering using RFID "stakes" in the soil.

Anyways can someone take a look at this and tell me your thoughts, any help is appreciated so I can plan what to buy to make reading yard tags easy for my mower. THANKYOU for you are help!

https://cdn.sparkfun.com/assets/learn_tutorials/2/2/8/rfid_kit_w_uno_bb.jpg

User-inserted image

https://www.adafruit.com/products/1483

User-inserted image


ARC Pro

Upgrade to ARC Pro

Unleash your robot's full potential with the cutting-edge features and intuitive programming offered by Synthiam ARC Pro.

PRO
Synthiam
#1  

Have a link to the rfid module?

#2  

First option https://www.adafruit.com/products/789 Here is the one I was considering from adafruit. I prefer this one because it says I can write not just read rfid tags

Second option Sparkfun reader module https://www.sparkfun.com/products/10126

Antenna /carrier https://www.sparkfun.com/products/10406

#3  

here is the ID-12LA module data sheet

http://www.id-innovations.com/httpdocs/ID-3LA,ID-12LA,ID-20LA.pdf

#4  

Here is the Adafruit Data Sheet PN532 NFC / RFID module

https://cdn-shop.adafruit.com/datasheets/pn532ds.pdf

#5  

It would be awesome if I could use either of these with easy builder

PRO
Synthiam
#6  

http://www.id-innovations.com/httpdocs/ID-3LA,ID-12LA,ID-20LA.pdf that's UART, it will work with the ez-b v4. Datasheet says its 9600 baud

https://www.adafruit.com/products/789 says it is i2c, so it will work with the either ezb v3 or v4

https://www.sparkfun.com/products/10126 is uart or i2c will work with either v4 or v3

so... anything that's UART or i2c will work with v4 anything that is i2c only will work with the v3 or v4

Keep in mind there are no controls for these devices in ARC. You will have to use EZ-Script or make a plugin ...

#7  

OK, I will cross the bridge of making a script or control once I have a unit to play with. Thank You for checking. I didn't know if UART protocol for example made it automatically compatible.