Help Needed setting up a Raspberry Pi Pico RP2040 #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Thanks for making this library open-source 🚀
I would like to start using it on my Raspberry Pi Pico RP2040 but I need some help identifying what I'm doing wrong.
Steps I've taken:
pico_fido_pico-2.8.uf2I've tried at https://www.token2.com/tools/fido2-test/ and https://demo.yubico.com/webauthn-technical/registration
Screenshots



If the LED goes off permanently it means it crashed for some reason.
Which Pico model you use? Note the file you downloaded is just for the Pico model manufactured by the Raspberry Foundation https://www.raspberrypi.com/products/raspberry-pi-pico/
Have you nuked first? It is necessary to blank flash memory first. https://github.com/polhenarejos/pico-nuke
Can you try with the newest release 2.10? It fixes lots of bugs and could be related with yours.
I usually use https://webauthn.io/ for testing.
That's exactly the one I'm using here.
Not really, didn't know that was a step until you made me aware.
Sure, I've followed the steps you've provided, nuked it first, and then flashed the latest version 2.10, and it is working!
Looks good, thanks. I'm using that one from now on.
Thanks for your help 🙇♂️