Tuesday, July 24, 2012

MSP430+RFID

LaunchPad + RFID Reader. 
This is one of my older projects and something that I figured would be interesting to work on. This used the G2211 proc with a loop that waited for serial data before comparing the input key with some keys that were stored in an array. It worked like a charm and fit in about 600 bytes of code(when not optimized). This includes a set of RFID card data(keys) for testing. This was not something I had actually planned on working on but due to the serial code giving me some headaches, I figured I'd try something simple first. I  put the Parallax RFID reader  put to some use.


Update: Posting source code in git.

No comments:

Post a Comment