Categories
- animatronics (12)
- apple (11)
- arduino (179)
- art (41)
- articles (121)
- artificial intelligence (11)
- automation (421)
- avr (205)
- bitcoin (3)
- breadboard (9)
- cameras (57)
- cars (26)
- cell phones (28)
- clothing mods (21)
- console mods (26)
- dangerous (94)
- desktop mods (24)
- embedded (5)
- flying things (54)
- fpga (22)
- gaming creations (108)
- interface (225)
- internet (17)
- laptop mods (6)
- lasers (22)
- linux (7)
- magnetic (3)
- medical (12)
- microcontrollers (51)
- misc projects (152)
- msp (12)
- music (124)
- pic (90)
- projects (23)
- pyroedu (76)
- raspberry pi (26)
- robots (312)
- security (36)
- sensors (307)
- software (200)
- solar (19)
- stamp (9)
- tools (149)
- tutorials (98)
- Uncategorized (45)
- usb (44)
- wireless (256)
Sponsors
Build Like A Pyro!
Find many of the parts used on this site at our favorite online electronics shop
Using an AVR as an RFID tag
Posted August 20, 2010 by Chris
In a little more sinister project, this guy used an AVR micro controller to act as an RFID tag. Hopefully the security gurus see stuff like this in action and realize how bad access control security really can be. The write-up has a few pics and gives a good general overview.
3 Responses to “Using an AVR as an RFID tag”
Leave a Reply
Currently Hot
Wireless Communication Over IR
ascii serial communication over infrared light streams
Dual Motor Control – SN754410
quick and cheap dual motor control of speed and direction
Wireless Motor Controller
easy wireless control of an led and a motor
Mini IR Theremin
make your own mini ir theremin
Intro to Xbee: Build A Xbee Wireless Interface
learn to use xbee for wireless communication
Animatronics
Recent Articles
Arduino DDS Shield
build your own arduino based analog signal generator
A Digital Multimeter In Review (Tenma 72-7735)
learn about your typical digital multimeter in review
The PIC Annoy PCB
build something to annoy your co-workers
Automate Your Life With Cron
learn how to use cron for computer automation
Web Scraping For Weather Updates
learn how to use php to scrape the web
Creating A Web Server In Linux
learn how to make a lamp web server in linux
Stepper Motor Control With A stepRocker TMCM-1110
learn how a commercial stepper motor controller works
Arduino To PIC Wireless Proximity Motor Control
control a motor with a distance sensor wirelessly
PIC to Arduino Wireless Communication via XBee
use xbee to make a pic wirelessly talk to an arduino
Motor Control via Infrared Distance Sensor
control a motor simply by waving your hand
August 20th, 2010 at 6:48 pm
Ah, sorry, this got nothing to do with “security” or “access control”. He is emulating a tag with a static ID, something that is used in product tracking – and not even there any longer, since the simple tags do not offer anti-collision measures.
Someone using static RFID tags for access control can leave the door open…
August 20th, 2010 at 6:55 pm
There’s quite a few systems that use RFID static tags for access control. Check google and you’ll see what I mean. But that doesn’t mean its a good idea.
But I agree with what you said, RFID’s place is for inventory tracking.