Difference between revisions of "Simple Low Cost Open Source UHF RFID Reader"

From Nicolas Barbot website
Jump to navigation Jump to search
Line 1: Line 1:
This page presents a simple low-cost SDR RFID UHF reader capable of reading a tag in real time. This work is a direct continuation of the initial design proposed in<ref> P. V. Nikitin, S. Ramamurthy, and R. Martinez, “Simple Low Sost UHF RFID Reader,” in 2013 IEEE International Conference on RFID (RFID), Orlando, FL, USA, Apr. 2013, pp. 1–2.</ref>. This reader is designed around a simple asynchronous OOK modulator
This page presents a simple low-cost SDR RFID UHF reader capable of reading a tag in real time. This work is a direct continuation of the initial design proposed in<ref> P. V. Nikitin, S. Ramamurthy, and R. Martinez, “Simple Low Sost UHF RFID Reader,” in 2013 IEEE International Conference on RFID (RFID), Orlando, FL, USA, Apr. 2013, pp. 1–2.</ref>. This reader is designed around a simple asynchronous OOK modulator
in transmission and an envelope detector in reception. All tasks specific to the RFID protocol including clock recovery, data recovery and frame detection are handled in software by a Arduino Uno micro-controller.  
in transmission and an envelope detector in reception. All tasks specific to the RFID protocol including clock recovery, data recovery and frame detection are handled in software by a Arduino Uno micro-controller.  
This reader is able to generate any RFID command supported by the protocol and to decode any message backscattered by the tag in real time. The details of hardware and software associated with this reader are released in open source for the community on a [https://github.com/nicolas-barbot/SDR_UHF_RFID_reader Github repository].
This reader is able to generate any RFID command supported by the protocol and to decode any message backscattered by the tag in real time. The details of hardware and software associated with this reader are released in open source for the community.
 
Information presented in this page has been directly extracted from <ref>N. Barbot, R. De Amorim Junior and P. Nikitin, [https://nicolas-barbot.ovh/wiki/pool/reader.pdf “Simple Low Cost Open Source UHF RFID Reader,”] in Journal of Radio Frequency Identification, accepted</ref>. Source code of this project is included in a [https://github.com/nicolas-barbot/SDR_UHF_RFID_reader Github repository]. This page also included some additional information.

Revision as of 14:00, 7 December 2022

This page presents a simple low-cost SDR RFID UHF reader capable of reading a tag in real time. This work is a direct continuation of the initial design proposed in[1]. This reader is designed around a simple asynchronous OOK modulator in transmission and an envelope detector in reception. All tasks specific to the RFID protocol including clock recovery, data recovery and frame detection are handled in software by a Arduino Uno micro-controller. This reader is able to generate any RFID command supported by the protocol and to decode any message backscattered by the tag in real time. The details of hardware and software associated with this reader are released in open source for the community.

Information presented in this page has been directly extracted from [2]. Source code of this project is included in a Github repository. This page also included some additional information.

  1. P. V. Nikitin, S. Ramamurthy, and R. Martinez, “Simple Low Sost UHF RFID Reader,” in 2013 IEEE International Conference on RFID (RFID), Orlando, FL, USA, Apr. 2013, pp. 1–2.
  2. N. Barbot, R. De Amorim Junior and P. Nikitin, “Simple Low Cost Open Source UHF RFID Reader,” in Journal of Radio Frequency Identification, accepted