Hey ladies and gents,
I'll start this thread by saying, YES I have Googled it! Spent hours on Google and YouTube over the past 3 days trying to make heads or tails of this problem with no luck.
So, here's my project. It's a simple (Ha!) NFC controlled garage door locking/unlocking system. All I want to do is scan an NFC card/NFC device and toggle an actuator... Scan once for unlock, scan again to lock. Seems pretty simple to me...
I have my head around the mechanics and installation of it, my problem is this though, I suck at the finer points of writing/getting sketches to work. I have an elechouse PN532 NFC/RFID module (http://www.elechouse.com/elechouse/index.php?main_page=product_info&cPath=90_93&products_id=2242) hooked up to an Arduino Nano, and I have no idea how to write the sketch so the Arduino accepts certain NFC chips (authorized ID's) and not others (unauthorized ID's). In other words, I'm stuck trying to figure out the authentication protocol.
Please please help!