Hardware Blueprints Index
July 25, 2026 · View on GitHub
An index of repositories that document physical builds — the bill of materials, sourcing, wiring and enclosure decisions, and firmware plan for a piece of hardware. These are blueprints: enough to order the parts and assemble the thing, whether or not it has actually been built yet.
See SCOPE.md for what belongs here and how this index relates to the neighbouring ones.
Sensors & Monitoring
Input Devices & Peripherals
Infrastructure & Appliances
Anatomy of a blueprint repo
The pattern these repos converge on, most fully realised in esp32-porch-decibel-monitor:
| File | Contents |
|---|---|
spec.md | What it is, variants, goals, the design decisions and what was ruled out |
research.md | Dated component research — comparisons, prices, discarded options |
bom.md / bom.json | Bill of materials, costed, ideally per variant |
sourcing.md | Real listings with URLs and verified prices, dated, plus order-time checks |
software.md | Firmware / integration plan (ESPHome YAML, HA entities, dashboards) |
Not every repo needs all five, but a repo with no BOM is a plan, not a blueprint — it belongs in Architectural-Plans-Index.
Related Indexes
| Index | Covers |
|---|---|
| Architectural Plans Index | Plans, specs and design documents where the artifact is the written plan |
| Printables Index | Print-ready reference posters built from HTML/CSS |
| Docs And Notes Index | Documentation and reference projects |