11

I am looking for an Arduino-compatible RFID reader supporting ISO 11784 & 11785, in order to read tags used for animals (mostly cats and dogs) identification.

I found both RMD660 and and Sniffer Nano v2.0 from ITead Studio, but they are out of stock. Is there any alternative?

The final goal is to build an intelligent cat door, that does not require adding a new RFID tag to my cat (he already had one implanted, and doesn't wear a collar).

Wookai
  • 253
  • 1
  • 3
  • 8
  • 1
    If your goal is _not_ to require an RFID tag why do you need an RFID reader? – Curd Jan 03 '12 at 12:54
  • 2
    He meant "does not require adding ANOTHER RFID tag to my cat". See [this Wikipedia page: Microchip implant (animal)](http://en.wikipedia.org/wiki/Microchip_implant_\(animal\)) – Axeman Jan 03 '12 at 13:32
  • Thanks Axeman, that's exactly what I meant. I edited my question to reflect this. – Wookai Jan 03 '12 at 16:39
  • BTW I'm not an expert, but I don't think those tags can be easily (and reliably) read beyond the usual 10-15cm range... – Axeman Jan 03 '12 at 18:31
  • That's enough, the chip is located on the left shoulder, and I plan on putting the reader at the top of the cat door. If this does not work, I may look into another alternative though. – Wookai Jan 03 '12 at 22:03
  • @Wookai When my vet planted the tag on my dog, she told me that many times it is difficult for their wand to detect the tag and some times even have to turn the wand by 90* to get the tag to read. Just keep this in mind when working on your project. – Kellenjb Jan 03 '12 at 22:14
  • @Kellenjb Thanks for the warning, I'll definitely do some tests before investing too much (time or money). – Wookai Jan 04 '12 at 10:34

4 Answers4

3

I have been using an Arduino UNO to decode FDX-B with some success in conjunction with the EM4095 chip tuned for 134.2kHz. I purchased a populated board from Elektor, see the article link: http://outlet.elektor.com/contents/en-us/50-00023%20manual.pdf.

BTW you can buy a cat flap from: http://www.sureflap.co.uk/ , a bit expensive, it uses a patented technique to extend the detection range.

As for my progress, I can currently detect the cats' tags as well as a test tag and locate the header in the data stream, working on the CRC and data payload formatting.

JYelton
  • 32,302
  • 33
  • 134
  • 249
Dan
  • 31
  • 2
1
  1. Are you sure it's a 134.2 kHz tag? Companion animal tags in the US are commonly 125 kHz. Some tags are non-ISO/proprietary and can only be read with the manufacturer's reader.

  2. Many 125 kHz readers can be modified to read 134.2 kHz by replacing the crystal.

  3. There are higher power readers that can read 12mm tags at much larger distances than what the Arduino and other simple readers can do. They cost a couple thousand dollars though. FYI, the world's most powerful ISO FDX reader is at Bonneville dam on the Columbia River and can read 12mm FDX-B tags at 7 feet. It has its own HVAC system. http://php.ptagis.org/wiki/index.php/Site_Page_BCC_-_Bonneville_PH2_Corner_Collector

JYelton
  • 32,302
  • 33
  • 134
  • 249
  • Yes, I'm quite sur it's 134.2 kHz. The specs (http://www.anis.ch/en/microchip/) say it uses ISO 11784 & 11785. – Wookai Jan 03 '12 at 22:04
1

I got a reader dirt cheap from Priority1 Design. There based in Australia but with shipping it only cost $61 ($43 for the reader + shipping). The electronics are exposed so I needed to make a custom case for it but it works great. They have readers for both 125 KHz and 134 KHz but both seem to read the 134 KHz chips fine. I get my RFID tags from Oregon RFID. Links below.

http://www.priority1design.com.au

http://www.oregonrfid.biz

m.Alin
  • 10,638
  • 19
  • 62
  • 89
Kevin
  • 26
  • 1
  • 2
    @Wookai Those Priority 1 Design boards' antennas are on the PCB, resulting in a short reading distance, as it can be seen in [this](http://www.priority1design.com.au/rfidread4100.pdf) technical sheet. Check out [my tutorial](http://freshengineer.com/blog/simple-rfid-reader-module-design/) if you want to build it from scratch for very cheap. – abdullah kahraman Mar 04 '13 at 08:37
  • Thanks, your tutorial looks very interesting! I'll give it a try! – Wookai Mar 04 '13 at 16:43
  • @abdullahkahraman Your tutorial link seems to be broken... Do you still have it around anywhere? I'm trying to figure out how to make a large diameter antenna to go around a cat flap. – AndyD273 Apr 03 '17 at 15:16
  • @AndyD273 Yes, I couldn't afford my hosting anymore, so I dumped it.. [Here](http://web.archive.org/web/20160104234121/http://freshengineer.com/blog/simple-rfid-reader-module-design) is a link to a cached page.. – abdullah kahraman Apr 05 '17 at 13:28
  • @abdullahkahraman Thanks for the link. I already have a 125khz reader, but I'd like to make a custom antenna coil for it with a 12inch (30cm) diameter... How did you calculate what you needed for your antenna? Unfortunately I don't have any way to see the wave form or anything like that. – AndyD273 Apr 05 '17 at 14:09
  • @AndyD273 I guess you also don't have an LCR meter, too :( I guess you could use online coil inductance calculators like [this one](https://www.eeweb.com/toolbox/rectangle-loop-inductance). – abdullah kahraman Apr 06 '17 at 09:25
  • @abdullahkahraman That cache link doesn't seem to work anymore. Here's an older cache link that does appear to load [his tutorial](http://web.archive.org/web/20121105225603/http://freshengineer.com:80/blog/simple-rfid-reader-module-design/). – Stephen S Sep 20 '17 at 17:46
0

These OEM boards will read ISO FDX-B at close range

  • HID 0000-USM-01-0-01
  • Priority 1 RFIDRW-E-232
clabacchio
  • 13,481
  • 4
  • 40
  • 80