Author Topic: RFID  (Read 1480 times)

0 Members and 1 Guest are viewing this topic.

Offline zerorisersTopic starter

  • Regular Contributor
  • *
  • Posts: 132
  • Country: us
  • young noobie, my apologies for low knowledge base.
RFID
« on: March 22, 2015, 03:43:22 pm »
Hello zerorisers here.
I have been given a project from the CEO of a small company called drift America RC. Originally it was just going to be an ultrasonic sensor to see how close cars drifted to the goal with lights to indicate how many points they have received. He has added on a few more requests such as a scoreboard and RFID to indicate multiple rc cars that pass along the track. We are building the prototype using arduino and RFID is not one of my specialties. How would I go about this in arduino? With no libraries as everything will be transfered to smaller and cheaper microcontrollers.
 

Offline sacherjj

  • Frequent Contributor
  • **
  • Posts: 993
  • Country: us
Re: RFID
« Reply #1 on: March 22, 2015, 03:59:33 pm »
I would use 900 MHz Gen 2 style tags for the distance reading.  Then you need a reader.  I've used the ALR-9650 from Alien and it seems to be the best value for the money.  It has the ability to mount a second antenna to read from multiple locations on the track.  This allows serial and network reading.  You might be able to get this going with Arduino, but it is going to be much faster initially to run on a PC.  Setting up this with PoE to a network makes install simple with no local power.

This reader can be setup to push new tags it reads to an IP address, while constantly scanning.  It will queue up the tags and feed a stack of recently seen tags.  Individual label tags can be under a dollar.  You would need to make sure that they are placed away from metal (which shouldn't be a problem on RC cars, with mostly plastic bodies.)

I'm talking to this reader with a simple Python script over ethernet.  We will also be using it to detect when things get close and send indications to an IP address. 

http://www.alientechnology.com/readers/smart-antenna/
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf