RFID Reader with digital output

geniusintraining

Lifetime Supporting Member + Moderator
Join Date
Jun 2005
Location
SC
Posts
8,268
Hello everyone,

I am working on a project that I need to know when a RFID chip passes over, I just need a 24v input to the PLC so I can reset a timer, I have found lots of readers but they are basically only readers and I cant get a signal from them, they also need to be small in size

I dont need details from the chip just that it passes over.

If anyone knows of one or has used them I could use a little help on this one

Thank you
Mark (GiT)
 
The MFRC522, which is the RFID reader/writer on the RC522 card, seems to have interrupt capabilities:


https://www.nxp.com/docs/en/data-sheet/MFRC522.pdf#G1001015778




[Update for the stuff below: never mind; the IRQ is to the RC522, not the other way 'round]



https://lastminuteengineers.com/how-rfid-works-rc522-arduino-tutorial/




The RC522 RFID Reader module is designed to create a 13.56MHz electromagnetic field that it uses to communicate with the RFID tags (ISO 14443A standard tags). The reader can communicate with a microcontroller over a 4-pin Serial Peripheral Interface (SPI) with a maximum data rate of 10Mbps. It also supports communication over I2C and UART protocols.


The module comes with an interrupt pin. It is handy because instead of constantly asking the RFID module “is there a card in view yet? “, the module will alert us when a tag comes into its vicinity.
Maybe that interrupt pin could be used to do what you want?
 
Last edited:
Probably over kill for your use.

Yes and it would kill my budget

drbitboy said:
Maybe that interrupt pin could be used to do what you want?

I found one similar but they are all 5-15 volts, I would like to do it all in 24vdc

I think I may have found one in China, waiting for a reply

Thank you both!
 

Similar Topics

Good afternoon! For the past several days, I have been trying to set up this Balluff BIS018A RFID head to communicate with a Do-more BRX DM1E-M-D...
Replies
10
Views
5,550
We have a situation where we have a ControlLogix PLC that we need to connect to existing Siemens RFID readers using RF180C units. To do this we...
Replies
0
Views
1,079
Hi, i'm actually using a rfid card reader to send cards number to the plc, we have two differents type of cards: one with 6 digits (24 bits) and...
Replies
4
Views
1,812
Looking to see if someone can suggest one of these for me, something ideally compact, and not insanely expensive. I'll end up buying probably 4 of...
Replies
5
Views
1,915
Hello everyone, I am a student at Humber College and I ran into an issue regarding the communication between 1756 ControlLogix Allen-Bradley PLC...
Replies
7
Views
3,706
Back
Top Bottom