• Login
    • Search
    • [[global:header.recent]]
    • [[global:header.tags]]
    • [[global:header.popular]]
    • [[global:header.groups]]
    • [[global:header.search]]

    NFC Computer Login (w/ Leonardo), other possibilities?

    Ideas for using NFC Rings
    3
    3
    4174
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      triplethreat77 last edited by

      Hiya guys. So I got my rings in just in time for my birthday yesterday (yay!) and I'm on the search for nifty new tricks. I purchased a ring for my boyfriend as well, but of course he has an iPhone (currently not interactive with the NFC ring and no current jailbreak to fix this) so I'm trying to reinvigorate his interest in the toy. I found this Instructible to login to my computer, and I'm trying to figure out what else can I do with it. After logging in, can I have it save my work for my current window on tap or log back out? I can't imagine this hardware is only good for logging in.

      http://www.instructables.com/id/NFC-Computer-Unlocker/

      1 Reply Last reply Reply Quote 2
      • M
        MacManus last edited by

        Hi, you can do everything you imagine.
        For example the Logout:
        See code for login (https://forum.nfcring.com/topic/392/logging-into-desktop-with-arduino/3).
        Replace the code "Keyboard.println("password");" at the end with the following code:

        Keyboard.press(KEY_LEFT_GUI);
        Keyboard.press('l');
        delay(100);
        Keyboard.releaseAll();

        This code presses the Window Key and the "L" key at the same time, so your windows computer will be locked.
        For more information, read the Arduino docs: http://arduino.cc/en/Reference/MouseKeyboard
        You can emulate the Keyboard and the Mouse with an Ardunio Leonardo

        1 Reply Last reply Reply Quote 1
        • Lokki
          Lokki Community Helper last edited by Lokki

          I'd imagine you could set up the arduino to rotate states so that the first read + delay will log you in and the next read + delay will log you back out again.
          @Nairod785 is looking into doing this with a beetle and PN532 V3 board. The PN532 V3 should work well with the ring and the whole package using the beetle would be tiny. thread here

          1 Reply Last reply Reply Quote 0
          • First post
            Last post