-
Notifications
You must be signed in to change notification settings - Fork 34
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
solo nfc hardware design files #3
Comments
the files are in master currently if you want to peak :) I'm planning to release once the first production is finished. |
Nice :) I took a quick look at it and have following thoughts:
|
Good advice! Certainly would be good to have second sources for the ESD protection and 3v3 LDO, and can potentially reduce the BOM cost some. STM32L4 and NFC IC don't have good replacements currently. Yes, definitely planning to use touch with the STM on a future HW revision. The choice for using a button was initially just preference but it's clear now that touch would be superior.
Yup. I think it's best to force it in bootloader mode at first, then control how to boot it later via software.
NFC antenna is currently implemented on bottom layer of PCB. It should be in the latest Good idea with EEVblog. I've never posted there, but will make a note to share! Maybe I should send some Taps to Dave's mailbag :) |
For microcontroller the only option is probably to take some from the same family (e.g. a mcu with more memory which will be expensive) For the nfc controller there seems to be no alternative (not even different temperature grades). Both are still risky because if the manufacturer cannot provide this chip it's also unlikely that they can provide a slightly different one (I assume different temp grades are coming from the manufacturing line and are just binned). For the voltage regulator or ESD protection it should be possible to find pin compatible parts from a different manufacturer. I've also seen someone on a conference talk using ~4-7cm long traces between a mcu and secure element IC to side-channel extract the information between both ICs as this can act as antenna. But I can't find the video (CCC, shmoocon? don't know any more). Also I don't know if this is a valid threat for the threat model. (if you can sniff this data you can also sniff nfc directly) Just thinking openly, quite nice what you have achieved! :) |
I was poking on https://www.st.com/en/microcontrollers-microprocessors/stm32l4x2.html There are other 6 devices in that family that are slightly more expensive but have twice the amount of RAM and FLASH.
I am not sure why the the solo key does not use one of these. |
I guess the design is not yet finalized and no one wants to release an unfinished buggy product.
So I assume it will be available when production readiness and or certification is reached.
The text was updated successfully, but these errors were encountered: