I'm looking at different technology alternatives, and finding no alternative I really like...
The task:
A little microcontroller device I am building needs to know when it passes through doorways, using some kind of wireless technology.
The range needs to be somewhat controlled, so it doesn't think it's passed the doorway just by being close to it.
I want to use some existing stuff that has decent reliability, since I do not have resources to do a lot of testing and tuning...
So I looked at:
27MHz remote control chips - Range control is very hard. I need to be able to tell if I'm 5 or 1 meters from the door, RSSI is too unprecise?
WiFi and Zigbee type modules: To much handshaking and negotiation going on before the device is connected, can take several seconds and then I am already passed the door.
RFID tags: The market is full of different systems, but they all seem focused on the base station knowing about where the tag is, not the tag knowing about where the base station is, which is what I need.
In fact, the base station by the door can be totally dumb, all the intelligence sits in the mobile unit.
Any one with ideas around here?