Messages : 85 Reputation : 4 Date d'inscription : 2015-10-10 Age : 31 Localisation : Lille, FRANCE
Subject: NFC logger Sat 5 Dec - 12:23
Code:
/* The goal of this sketch is to unlock your computer (for example) with KeyDuino and a NFC tag. Get the ID of your tag, put it in NFC_KEY below, and set the PASSWORD of your computer. When you scan the tag with KeyDuino, it will enter your password automatically, as if you had typed it with your keyboard. More information in the video of the project: https://www.youtube.com/watch?v=TPVR7IkHJbM Author: Mr Stein Revised by Raymond Borenstein - CITC-EuraRFID Compatible with KeyDuino 5.1 Join http://keyduino.forumsactifs.com/ to ask your questions, suggest your ideas, and show your projects! */
Messages : 4 Reputation : 0 Date d'inscription : 2017-11-26
Subject: Re: NFC logger Sun 26 Nov - 1:40
I was able to make this work by following the video. Although I went back into serial monitor after making sure it works to read the id of another tag. When I scanned a new tag it just says tag found and does not list the id of the tag like it first did. What am I doing wrong?
MrStein KeyDuino TEAM
Messages : 85 Reputation : 4 Date d'inscription : 2015-10-10 Age : 31 Localisation : Lille, FRANCE
Subject: Re: NFC logger Sun 26 Nov - 7:50
Hum in fact it miss this : Serial.print(readID);
Just after this readID = keyDuino.convertUintToString(uid, uidLength);
Keep me in touch if it doesn't work
kthorpe88 Newbie
Messages : 4 Reputation : 0 Date d'inscription : 2017-11-26
Subject: Re: NFC logger Mon 27 Nov - 4:55
That did the trick, I was thinking it needed something like that but didn't know the terms. This is all new to me and learning as I go. Thanks a lot!
kthorpe88 Newbie
Messages : 4 Reputation : 0 Date d'inscription : 2017-11-26