mclear / Sesame

Microsoft Windows NFC Login and Logout
Apache License 2.0
53 stars 18 forks source link

RS232 - Serial Communication #12

Closed Deph0 closed 6 years ago

Deph0 commented 8 years ago

Being able to talk to a reader with is made up by a dev-board such as a Arduino with a NFC-Shield or the like would open up a lot of possibilities for developers creating their own solution, without having to use pre-existing usb-nfcreaders.

This would likely need some sort of protocol to function, with handshake implementation for discovery of said reader.

maz-net-au commented 6 years ago

Do you know of a nfc reader shield or something that i can buy to build this for? I have a pile of Arduino boards already.

JohnMcLear commented 6 years ago

Keyduino?

maz-net-au commented 6 years ago

I think there is an add-on that just adds nfc functionality to and existing Arduino compatible board. I'll investigate more tomorrow. If i can nfc enable one of my esp8266 I'll be able to make a really funky wireless lock. Otherwise I'll see how much a keyduino costs.

JohnMcLear commented 6 years ago

Pn532 board


From: Maz notifications@github.com Sent: Monday, 30 April 2018 1:22 pm To: mclear/Sesame Cc: John McLear; Comment Subject: Re: [mclear/Sesame] RS232 - Serial Communication (#12)

I think there is an add-on that just adds nfc functionality to and existing Arduino compatible board. I'll investigate more tomorrow. If i can nfc enable one of my esp8266 I'll be able to make a really funky wireless lock. Otherwise I'll see how much a keyduino costs.

- You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/mclear/Sesame/issues/12#issuecomment-385382823, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AANewN1tAs9neb3BHx2FniTA0SQ96Xf-ks5ttwHagaJpZM4HqGs5.

maz-net-au commented 6 years ago

Added a simple RS232 example and a description of the protocol that the service expects to be implemented. Works with my Uno and PN532 shield.

Deph0 commented 6 years ago

Fixed in commites 6ab783d818c43f8cd03cbac9a7accdec69137313 , 34942b2535178539392f63c4d966e721144d9a18 , 3ec07b46307512ff5af2d5c4dbd423ff9bda7a54 , 86ecbf395b058bf091c2b0a36c9fabcaf9d11b8c

Just for posterity, would be nice if you could mention the issue in your commits with #-issuenumber

maz-net-au commented 6 years ago

No problem. I can do that in the future.