Closed Deph0 closed 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.
Keyduino?
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.
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.
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.
Fixed in commites 6ab783d818c43f8cd03cbac9a7accdec69137313 , 34942b2535178539392f63c4d966e721144d9a18 , 3ec07b46307512ff5af2d5c4dbd423ff9bda7a54 , 86ecbf395b058bf091c2b0a36c9fabcaf9d11b8c
Just for posterity, would be nice if you could mention the issue in your commits with #-issuenumber
No problem. I can do that in the future.
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.