Discover the world of animal tracking with our DIY FDX-B RFID Reader, built entirely from discrete components. Designed to read common RFID tags found in pets and livestock, this open-source project invites makers and animal shelter enthusiasts alike to create their own hardware solutions. Join us in enhancing animal identification through simplicity and innovation.
The Arduino FDX-B Reader is a DIY ISO 11784/11785 FDX-B RFID reader designed using discrete components. This project empowers you to create hardware and software capable of reading RFID tags that are commonly implanted in animals. It exclusively supports the FDX-B protocol, noted for its prevalence in animal identification.
While this project focuses on FDX-B tags, adaptations for other protocols such as HDX and EM4100 are acknowledged, although they would require substantial redesign efforts beyond the current scope.
Utilizing a variety of components, the setup includes:
For a complete component list and shopping links, see the materials section in the repository.
The project revolves around generating a 134.2 kHz carrier frequency using Arduino, which is crucial for reading FDX-B tags. By configuring timers and PWM, the Arduino outputs a square wave that drives an LC resonator shared with the antenna, enabling communication with the tags.
Tuning the LC resonator for optimal performance significantly boosts the read rate of RFID tags. The resonance frequency is tuned using a simple formula:
f = \frac{1}{2 \pi \sqrt{L \times C}}
Achieving an accurately tuned system allows for the efficient reading of tags as they modulate their data into the carrier signal, enabling enhanced identification accuracy.
Once a tag is detected, the reader extracts transmitted data through a series of filters, ensuring the clarity of the signal:
Amplification stages consist of two op-amps configured to ensure the output is suitable for processing by the Arduino, maintaining signal integrity throughout the decoding process.
Whether you are an engineer, a student, or a tech enthusiast, the Arduino FDX-B Reader project provides a robust platform for learning about RFID technology and its applications in animal identification. Dive into the repository to explore the detailed circuit designs, component lists, and ongoing discussions to further enhance this innovative project!
No comments yet.
Sign in to be the first to comment.