Skip to content

Add electronics README with project descriptions and display hat link#347

Merged
3rdIteration merged 2 commits intoSeedSigner+SmartCard-Hatfrom
copilot/update-electronics-readme-and-link
Apr 1, 2026
Merged

Add electronics README with project descriptions and display hat link#347
3rdIteration merged 2 commits intoSeedSigner+SmartCard-Hatfrom
copilot/update-electronics-readme-and-link

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 31, 2026

Description

Adds electronics/README.md describing the three hardware projects in the folder:

  • SEC1210 Smartcard Hat (SmartcardHat/) — CCID/PCSC smart card interface via UART with USB-C power
  • SeedSignerPlus Display Hat — links to seedsigner-hardware/display_hats/plus_hat
  • SeedSignerPlus + Smartcard Combo Hat (SeedSigner+ Smartcard combo hat/) — integrated single-board combining both

Notes that source files span KiCad, Circuitmaker, and EasyEDA formats.

No screenshots — documentation-only change.

This pull request is categorized as a:

  • New feature
  • Bug fix
  • Code refactor
  • Documentation
  • Other

Checklist

  • I've run pytest and made sure all unit tests pass before sumbitting the PR

If you modified or added functionality/workflow, did you add new unit tests?

  • No, I'm a fool
  • Yes
  • N/A

I have tested this PR on the following platforms/os:

…ignerPlus 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>
Copilot AI changed the title [WIP] Update electronics readme and add repository link Add electronics README with project descriptions and display hat link Mar 31, 2026
Copilot AI requested a review from 3rdIteration March 31, 2026 23:50
@3rdIteration 3rdIteration marked this pull request as ready for review April 1, 2026 01:29
Copilot AI review requested due to automatic review settings April 1, 2026 01:29
@3rdIteration 3rdIteration merged commit ec7c4c0 into SeedSigner+SmartCard-Hat Apr 1, 2026
2 checks passed
@3rdIteration 3rdIteration deleted the copilot/update-electronics-readme-and-link branch April 1, 2026 01:29
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds top-level documentation for the electronics/ folder to help users understand the available hardware projects and where to find the related design files.

Changes:

  • Introduces electronics/README.md describing the three hardware projects in the folder.
  • Adds an external link to the SeedSignerPlus Display Hat design files hosted in seedsigner-hardware.
  • Notes the mix of CAD/source formats used across the projects (KiCad, CircuitMaker, EasyEDA).

@@ -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.
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Circuitmaker" appears to be a capitalization typo; the product name is typically "CircuitMaker". Consider updating the casing for accuracy/consistency alongside KiCad and EasyEDA.

Suggested change
This folder contains hardware design files for SeedSigner electronics projects. Source files are provided in a range of formats including KiCad, Circuitmaker, and EasyEDA.
This folder contains hardware design files for SeedSigner electronics projects. Source files are provided in a range of formats including KiCad, CircuitMaker, and EasyEDA.

Copilot uses AI. Check for mistakes.

## 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.
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The smart card standards acronym is usually written "PC/SC" (often in "CCID/PC/SC-compatible") rather than "PCSC". Updating this would make the documentation more technically accurate/searchable.

Suggested change
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.
The [`SmartcardHat/`](SmartcardHat/) folder contains the design files for a CCID/PC/SC-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.

Copilot uses AI. Check for mistakes.

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)
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "👉" symbol may not render well in all Markdown viewers and can be noisy for screen readers. Consider replacing it with a standard Markdown list item or a simple "Link:" line for better accessibility/portability.

Suggested change
👉 [**seedsigner-hardware — SeedSignerPlus Display Hat**](https://github.com/3rdIteration/seedsigner-hardware/tree/main/display_hats/plus_hat)
- [**seedsigner-hardware — SeedSignerPlus Display Hat**](https://github.com/3rdIteration/seedsigner-hardware/tree/main/display_hats/plus_hat)

Copilot uses AI. Check for mistakes.
3rdIteration added a commit that referenced this pull request Apr 1, 2026
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants