134.2khz RFID Sheep Tag Reader

Hi all! Would really appreciate some help with the design of this project. Newbie to arduino but willing to learn and listen. Aim of the project is to develop a RFID reader to read134.2khz tags at close range of approx 10cm which will then place the tag number via arduino into an attached laptop excel sheet. The idea is that the sheep's tag is read and then relevant information such as weight etc is stored alongside it.

For antenna I was looking at: Long distance Card Reader Part 134.2K AGV RFID Animal Tag TTL FDX-B ISO11784/85 (Long distance Card Reader Part 134.2K AGV RFID Animal Tag TTL FDX-B ISO11784/85 | eBay).

Not sure which arduino board would be best? Or any significant issues I may run into?

Many thanks for any replies greatly appreciated

looks like the tag reader has a serial interface
what do the need the arduino for if it then sends data to a laptop
connect the tag reader direct to the laptop?

Any Arduino should be OK for that reader. The processing required is fairly easy. One thing to note is that to get the best from the reader to need to adjust the tuning capacitors.

This thread discusses that, and also provides some code to use with that reader (post #20).

Hi thanks for the reply and highlighting that thread. Did you build something similar yourself? If I go for say the arduino Rev3 would that be suitable? Ultimately the goal is for the antenna to read the sheep's tag while in a fixed crate then compile the tags with relevant data such as weight, body condition etc in a database possibly through excel. Is it complex to do the coding for something to work? Further down the line if possible I would love to attach linear actuators so that if a tag was read a certain linear actuator would open a gate hence drafting the sheep (ambitious I know) but hear to learn and thanks again

I built a fairly simple reader program (the start of it is in that other thread).

In my case I wanted something handheld that simply wrote the tag number to an LCD screen. To improve battery life, I ended up using an ATTiny85 micro processor, that sleeps between readings. The unit had a single button that activated the scanning functionality.

In your case, because you want to push the results to a database, you might want to consider something that has WiFi (assuming you have WIFi available) capability, such as an ESP32 board.

A nice! I'm trying to get the ouput into a database so that other data can be added to the specific tag rather than just a list of the tag numbers. Unfortunately due to being in the middle of nowhere there would be no wifi - would need wired connection to laptop. Had thought about using excel as would let you hopefully but the tag number in one column and then weight for example separate to this. Not sure how realistic this is. Limited electrical knowledge with a lot more mechanical knowledge for building the weigh crate/gates etc for the sheep

The ESP32 has a couple of WiFi modes... so you can essentially set up as a "hotspot" and connect the laptop to that.

It really depends how you are going to capture and access all the data. You could just get the Arduino to write the data to an SD card, then transfer that to your PC afterwards.

No need for WiFi.

The Arduino can update an Excel spreadsheet data base on a Windows laptop via a serial USB connection (the same one that was used to upload the program, if you like).

Check out the simple code, and the PLX-DAQ macro for Excel here: PLX-DAQ version 2 - now with 64 bit support! (and further new features)

Hi thanks so much! Yes i think I'll go with this option. No doubt I will have plenty of queries once I start building the thing!

Hi diy12751, I'm working at a similar project right now !!

Hello tavasanis,
Don't expect a reply from diy12751, he hasn't been seen since Nov 2022.

Thanks John. I also bought a LICHIFIT 134.2K AGV and it's working pretty well!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.