top | item 1765741

Advanced RFID with Arduino and Python

13 points| dawsdesign | 15 years ago |appdelegateinc.com | reply

6 comments

order
[+] beambot|15 years ago|reply
There are some really great open-source Python libraries for UHF RFID tags (battery-free tags that can be read from 6+ meters away): http://www.ros.org/wiki/hrl_rfid

These form the basis of my PhD work. Turns out you can do some cool stuff when you couple it to an autonomous, mobile, manipulating robot: http://www.hsi.gatech.edu/hrl/pdf/pervasive_computing_2010.p... (PDF)

[+] tassl|15 years ago|reply
A couple of questions... How do you get rid of the signal rebound due metallic presence in the robot?

provides an object a unique ID with extremely small uncertainty, whose location is inferred by lowerlevel sensory processing

How precise is your method to locate the object? Are you using an array of antennas to calculate the position of every RFID?

[+] arohann|15 years ago|reply
The Arduinos are great. I have two of them. One is a DIY clone called "DorkBoard". Check it out. Also have a look at the MSP430 based LaunchPad kit, its very cheap and available from Mouser.com.
[+] dawsdesign|15 years ago|reply
Yeah, I have 4 MSP430's, but they're a little tougher to program
[+] dawsdesign|15 years ago|reply
Advanced features, but easy to use.