Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] - NFC Support #27

Open
641i130 opened this issue Nov 10, 2023 · 7 comments
Open

[Feature Request] - NFC Support #27

641i130 opened this issue Nov 10, 2023 · 7 comments

Comments

@641i130
Copy link

641i130 commented Nov 10, 2023

Not too sure I fully understand how fido keys work over NFC (13.56 MHz) but I did find this NFC rp2040 dev board that might be a good starting point for getting this functional:
https://thepihut.com/products/challenger-rp2040-nfc-with-antenna
I guess you would also need an NFC reader connecting to the computer to test it as well. Here are the ones that people with yubikeys say work:

I think its anything with support for ISO 14443-4 (NFC-A) support, from my understanding.

@wzqvip
Copy link

wzqvip commented Dec 21, 2023

nrf52832/840 should be better for this purpose. Like the Charmeleon.

@Kalrkloss
Copy link

The nrf52840 can't be supplied from NFC, it needs additional power, which makes it pretty useless as a wireless FIDO2 key.

@DevSnyco
Copy link

yes, but can u make it so nfc works when its plugged into power? because if it support nfc, then it supports ios and android too

@DevSnyco
Copy link

also, how would the nfc work on yubikeys then?

@wzqvip
Copy link

wzqvip commented Aug 26, 2024

also, how would the nfc work on yubikeys then?

That's a different chip, and possibly could be powered from nfc.

@wzqvip
Copy link

wzqvip commented Aug 26, 2024

The nrf52840 can't be supplied from NFC, it needs additional power, which makes it pretty useless as a wireless FIDO2 key.

Maybe it's fine if you connect it to pc and then tab with phone to auth. )

@DevSnyco
Copy link

The nrf52840 can't be supplied from NFC, it needs additional power, which makes it pretty useless as a wireless FIDO2 key.

Maybe it's fine if you connect it to pc and then tab with phone to auth. )

ok, then can we get that feature then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants