Can an RFID-reading module read info from an RFID-writing module?

To explain my question, I want to let my vehicle read a traffic signal when it passes by.

I was thinking about using the 2.4GHz radio com, but it has already been assigned to another task. The traffic is also pretty heavy in a smaller range, so the radio com may not handle it well without creating any interference (multiple cars and traffic lights simultaneously).

So I decided to go with RFID.

The typical RFID use is an RFID reader or writer working with a card or beacon to read/write info. That is a relatively "one-way" communication, the information on a card won't change unless you re-write it.

But in my scenario, the traffic light is constantly changed, so I can't use a single card with fixed info to represent the info of the lights. It needs to be dynamic.

So, does an RFID reader could read info direct from an RFID writer without passing any card? (Is it possible?)

The design concept diagram is attached.

Yes you can create a software tag

And If you use a PN532 + NDEF for example you could even encode your light information in the payload
See GitHub - don/NDEF: NDEF Library for Arduino. Read and Write NDEF Messages to NFC tags with Arduino. and the examples such as NDEF/P2P_Send.ino at master · don/NDEF · GitHub

Range might be an issue though….

1 Like

A typical RFID reader's effective reading range to a sourceless tag is about 5cm, now I have a sourced tag(which is the RFID writer), so I'm expecting a higher range. Even if the range cannot go higher than 5cm, the Min gap between the reader and writer will still be less than 5cm by design, so that shouldn't be a problem theoretically.

Thank you for the library, I'll look into it.

why did you delete and repost?

I assume that you mean "passive" tag with "sourceless" and "active" with "sourced".

An active tag indeed can radiate more energy but it all depends on its antenna and the receiving antenna

I accidentally touched the delete button on the iPad lol

That is correct, I don't really know those terms, that I don't speak English very often. We usually determine a tag category with "is it powered on," which the "source" means "power source."

My RFID combined read/write device manufacturer says the effective range is 6cm. I'm expecting those two RFID devices perform an 8-10cm range for my scenario.
Which is 100% enough.

Ok worth testing !

This is only a minor issue from my whole project design, but I'll let you know if that works when I got time to perform a test. You might need to wait for a century. XD

I might no longer be around… :grimacing:

Interesting. I have been wondering why so many "newbies" here seem to do that instead of editing. This may be the answer. :thinking:

Bad design of the app/ forum?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.