Skip to content

Commit 29a32f7

Browse files
3rdIterationxmrstreetstoreCopilot
authored
Seed signer+smart card hat stuff from XMRStreet (#330)
* Create README.md * Create production files * Delete SeedSigner+ Smartcard combo hat/production files * Add files from XMRStreet Plus initial kicad import * Update .gitignore * Remove WIP Kicad version for now * Add electronics README with project descriptions and display hat link (#347) * Initial plan * Add electronics/README.md with project descriptions and link to SeedSignerPlus display hat Agent-Logs-Url: https://github.com/3rdIteration/seedsigner/sessions/9f823fc2-6d1a-4a1f-8f24-9735c2d8fdbc Co-authored-by: 3rdIteration <2230318+3rdIteration@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: 3rdIteration <2230318+3rdIteration@users.noreply.github.com> * Remove placeholder folder-name/ directory with empty README.md Agent-Logs-Url: https://github.com/3rdIteration/seedsigner/sessions/d6e6c89b-e871-4fe7-a10a-a4dbcacb72c2 Co-authored-by: 3rdIteration <2230318+3rdIteration@users.noreply.github.com> --------- Co-authored-by: xmrstreetstore <info@xmrstreet.store> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: 3rdIteration <2230318+3rdIteration@users.noreply.github.com>
1 parent e9dfabd commit 29a32f7

3 files changed

Lines changed: 32 additions & 15 deletions

File tree

.gitignore

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
.DS_Store
2-
__pycache__/
3-
src/seedsigner.egg-info/
4-
.nova
5-
.vscode
6-
src/seedsigner/models/settings_definition.json
7-
.idea
8-
.coverage*
9-
10-
*.po
11-
*.mo
12-
jcardsim.jar
13-
settings.json
14-
/microsd
15-
build/
1+
.DS_Store
2+
__pycache__/
3+
src/seedsigner.egg-info/
4+
.nova
5+
.vscode
6+
src/seedsigner/models/settings_definition.json
7+
.idea
8+
.coverage*
9+
10+
*.po
11+
*.mo
12+
jcardsim.jar
13+
settings.json
14+
/microsd
15+
build/

electronics/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Electronics
2+
3+
This folder contains hardware design files for SeedSigner electronics projects. Source files are provided in a range of formats including KiCad, Circuitmaker, and EasyEDA.
4+
5+
## SEC1210 Smartcard Hat
6+
7+
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.
8+
9+
## SeedSignerPlus Display Hat
10+
11+
The SeedSignerPlus display hat design files are maintained in a separate repository:
12+
13+
👉 [**seedsigner-hardware — SeedSignerPlus Display Hat**](https://github.com/3rdIteration/seedsigner-hardware/tree/main/display_hats/plus_hat)
14+
15+
## SeedSignerPlus + Smartcard Combo Hat
16+
17+
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.
Binary file not shown.

0 commit comments

Comments
 (0)