Tuesday 5 January 2016

magnetics - RFID + permanent magnet



A project I'm exploring requires placing a permanent magnet in close proximity to an RFID tag (within a cm or so). Can an RFID tag be read when there's a permanent EM field so close to it?



Answer



That really depends on your RFID technology and frequency range you are using.
With LF (125/135 kHz) and HF (13.56 MHz) you will have problems (as they work inductive) due to core losses, i.e., eddy currents (the higher the frequency, the higher the losses) and hysteresis.
You will have more problems with HF than LF. LF tags sometimes have ferrite cores to increase the inductance of the coil.
With UHF tags you may have even advantages, depending on the distance (frequency dependent) and orientation between tag and magnet and the antenna design of the tag. However, there exist UHF tags particularly for use on metal.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...