diff --git a/.gitignore b/.gitignore index 0220b0bd1..f7bb3a493 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,15 @@ -.DS_Store -__pycache__/ -src/seedsigner.egg-info/ -.nova -.vscode -src/seedsigner/models/settings_definition.json -.idea -.coverage* - -*.po -*.mo -jcardsim.jar -settings.json -/microsd -build/ +.DS_Store +__pycache__/ +src/seedsigner.egg-info/ +.nova +.vscode +src/seedsigner/models/settings_definition.json +.idea +.coverage* + +*.po +*.mo +jcardsim.jar +settings.json +/microsd +build/ \ No newline at end of file diff --git a/electronics/README.md b/electronics/README.md new file mode 100644 index 000000000..f455fa283 --- /dev/null +++ b/electronics/README.md @@ -0,0 +1,17 @@ +# Electronics + +This folder contains hardware design files for SeedSigner electronics projects. Source files are provided in a range of formats including KiCad, Circuitmaker, and EasyEDA. + +## SEC1210 Smartcard Hat + +The [`SmartcardHat/`](SmartcardHat/) folder contains the design files for a CCID/PCSC compatible Smart Card interface hat that connects over UART through a standard Raspberry Pi GPIO header (using the SEC1210-URT or SEC1210-UR2 serial interface). It also provides a USB-C socket for powering the device. Available in full-sized card, SIM-sized card, and dual-slot variants. See the [SmartcardHat readme](SmartcardHat/readme.md) for full details. + +## SeedSignerPlus Display Hat + +The SeedSignerPlus display hat design files are maintained in a separate repository: + +👉 [**seedsigner-hardware — SeedSignerPlus Display Hat**](https://github.com/3rdIteration/seedsigner-hardware/tree/main/display_hats/plus_hat) + +## SeedSignerPlus + Smartcard Combo Hat + +The [`SeedSigner+ Smartcard combo hat/`](SeedSigner+%20Smartcard%20combo%20hat/) folder contains the design files for a hat that integrates the SeedSignerPlus display hat and the Smartcard hat functionality into a single board. diff --git a/electronics/SeedSigner+ Smartcard combo hat/seedsigner plus with smartcard V2_easyeda_backup.zip b/electronics/SeedSigner+ Smartcard combo hat/seedsigner plus with smartcard V2_easyeda_backup.zip new file mode 100644 index 000000000..1720fdb70 Binary files /dev/null and b/electronics/SeedSigner+ Smartcard combo hat/seedsigner plus with smartcard V2_easyeda_backup.zip differ