nrf52-u2f
nrf52-u2f copied to clipboard
FIDO2
Hi, have you considered or do you have any plans to extend to FIDO2?
We make Solo: http://github.com/solokeys/solo
Our firmware is based on STM32, but designed to be ported on multiple platforms. We used to have a NRF port but we no longer maintain it, mostly for the effort it requires. You can still see our old code here: https://github.com/solokeys/solo/tree/ed676151f13b2b9ae8176b3318c9f49c4897d783/targets
If you're interested, we'd be really happy to merge our works together and have you maintain the port to NRF -- you'll get FIDO2 for free and soon other features such as openpgp/ssh. Please feel free to reply here or write us directly at [email protected]. Cheers!
@0x0ece Sorry for the late reply. We are very interested in FIDO2 and do have a plan to support it on our nRF52840 Dongle. You guys did a good job. I will see if it is possible to merge our works. If done, it would be awesome. Cheers!
Oh nice, this new dongle looks really neat. Please keep us posted, and feel free to reach out directly if you need any support from us.
Hi there, I have a question I want to implement FIDO2 Server in nrf52 chip, Is that possible without OS? or via it
about project: I want to assemble a device hardware to acquisition patients signals in hospital. and for accessing doctors to these data and settings, I want to implement FIDO2 Server on it , so doctors can connect to device with mobile Bluetooth and be authenticated in it. on the other hand we implemented FIDO client in android. thanks