Technology similar to RFID?

I am looking to make a project where someone wearing something similar to an active RFID tag wristband could walk into a room and their preset lighting style would be turned on.

Is there anything that can be used with Arduino besides UHF RFID that could do something like this? I know 433 MHz could get close, but I don’t want to have two arduinos.

Basically I want to be able to sense a unique ID from a tag of some kind with a range of a couple meters or so.

Thanks for your help!

BT:
How to scan for bluetooth devices - Using Arduino / Networking, Protocols, and Devices - Arduino Forum

More...

Take a look at the PRT100 Long Range Contactless Induce Reader, that may just do it for you.

Instead of radio, the wristband could function like an IR remote control.

Have an IR LED emit a series of pulses, unique to each person. The Arduino IRremote library can be used to encode and decode IDs.

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