Hardware documentation Guide

Author

Julien Colomb

Published

March 27, 2025

A guide to open source hardware projects documentation

Overview of the guide

After analyzing open source hardware documentation and existing templates, we are convinced that (1) documentation should grow with the different phases of a project and (2) the documentation should not restrict itself to the technical documentation necessary to reproduce the hardware, but should have a larger scope: the goal is not only to make the hardware (re-)producible, but to facilitate collaborative work in the development of the hardware (see Fig below).

Hardware project documentation is diverse, it grows with project development (depicted by orange boxes from left to right: ideation, specification, concept development, prototyping), and go beyond the technical documentation (black box)

Accordingly, we created a template for hardware project, including different folders and files, and this guide to facilitate the creation of hardware project documentation. The guide starts with a description of the steps, with a checklist of information to add at each step, which corresponds to the elements of the template. In the checklist, we added linked to the corresponding sub-chapters of the guide.

The next book chapters indeed provide information for each elements, organised following the different files and folders of the template (readme,community, project history, conceptualisation and specification, hardware design, and user guides).

Because we expect most project to see this template when already having a prototype, we added a special chapter on starting at this stage (Document when you already have a prototype).

Technicality

This is a quarto book, each element has its own quarto/markdown file and a specific code merge them together to create chapters. See the Git repository to modify this book.

Online version of the book:

URL: https://open-make.github.io/RHardware-minimaltemplate/

FAQ

  1. How iterative is the process ?

    • At each step, the whole content may be modified. Especially, the analysis of “Similar projects” coming in step 3, and the prototyping (step 4) are often giving new ideas and refining use cases. The vision may change when new team members enter the project, independently of the development stage.
  2. What is the minimal documentation? My project is tiny.

    • The size of the project is not really affecting the number of elements that are important, it will affect the size of each element, though.
    • While you may tend to skip the community aspects of the documentation, we think these are important aspects of the development process, unless you really want to do it alone.
  3. Why is the technical documentation description so small?

    • Technical documentation will be very different depending on the hardware created, we only gave general hints in this guide. As a rule of thumb, developing a hardware collaboratively with at least one other human will help you define how to organise the technical documentation.
  4. When should I start documenting?

    • As soon as possible. This template allows you to start documenting your project at the ideation phase. While it might seem too early, it is useful when you want to present your ideas to collect feedback or even find collaborators. This allows to make clearer what are the important aspects of your idea, and can start interesting discussions.