I'm unsure what you're referring to when you say "Lic Tag"; could you elaborate?
In regards to using RFID, my guess is that you could stick a UHF tag
(typical range is 10-20 feet according to
http://www.rfidjournal.com/faq/18/69 ) in each car you're tracking,
and use a motion sensor to detect objects in the road.
A basic setup would involve a reader that would be triggered by the
motion sensor; if the reader doesn't recognize a known RFID sticker
carried by a car, then it would log an unknown passerby.
This kind of setup is going to be pretty tricky to use, given that
it's going to report a large number of incidents that'll turn out to
be the neighbourhood kids messing with the detector, or some animal in
the road. I'm not sure what kind of information you're wanting to
gather with this device, so maybe that's ok. I'd just be careful with
making judgements based on the stats the device reports.
Take a look at one of these RFID demo boards and play around with it
before you make a big decision:
http://www.digikey.com/scripts/DkSearch/dksus.dll?Criteria?Ref=371521&Site=US&Cat=33686579
In regards to wirelessly reporting the logs, you could use a mesh
network running on 802.11g components if the devices are outdoors and
have a relative line of sight. Take a look at an evaluation kit from
here:http://www.lantronix.com/device-networking/embedded-device-servers/wiport.html#ordering
Writing a driver to link the wireless module together with the RFID
sensor might not be trivial though. Given that Lantronix seems to have
some experience doing this kind of thing
[http://www.lantronix.com/solutions/transportation.html] albeit for
larger organizations, they might be able to give you a hand.
[Note: I am in no ways affiliated with mentioned companies, and
haven't tried their products, so if you find something you're more
comfortable with, then go for it.] |