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

From Nicolas Barbot website
Jump to navigation Jump to search
(Created page with "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~\cite{pave...")
 
Line 1: Line 1:
This page presents a simple low-cost SDR RFID UHF reader capable of reading a tag in real time.
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 work is a direct continuation of the initial design proposed in~\cite{pavel}.
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 designed around a simple asynchronous OOK modulator
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].
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].

Revision as of 13:54, 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 on a Github repository.

  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.