And why do we need them

Hardware standards:

An important point to observe from open source projects is that due to their distributed nature, they normally do not follow one specific standard. In other words, as project X is brought to reality, its developers might have had a certain train of thought on how to organise their documentation, and this can be completely different from what the developers of project Y would have thought about. Although this is in principle OK, as in theory all projects should be documented well enough for anyone to understand them, it does bring the added complexity of having to navigate through different documentation styles, with different levels of completeness.

One way to decrease this complexity (which is not exclusive to open hardware) is to create standards and make sure different projects and people have incentives to follow them. For instance, if you are in Europe and you sell consumer goods, there is a strong incentive for you to follow certain standards, so that your products get a “CE certification” which testify that your products pass certain controls and safety measurements.

Another example of the benefits of standards, comes from the materials needed to build projects. No matter where you are in the world, buying an 3mm metric bolt will always give you something that fits in a thread designed for that bolt size. So even when we are not thinking about standards, we are making use of them.

In OSH, the first standards are starting to be created and gain traction, and they cover different OSH aspects. We are going to cover two of them:

  • The first standardisation we need is defining what exactly is open source hardware. In this case, this entails defining what kind of files should be shared (drawing, schematics, build plans, bill of materials, etc), in what format (editable X non-editable formats, proprietary X open formats, etc). A group of people from the Open Source Hardware Association (OSHWA) has thought long about this and has come up with a definition that covers these issues (The definition has been translated in other languages - they can be found in the dropdown menu at the page header).
    • In short, the OSHWA definition states that files shared should be in a public repository, in editable format, and if possible generated using open source software.
  • OSHWA also runs a certification program, which is free of charge and provides a way for developers to clearly display that their designs conforms with OSHWA’s definition. This is quite useful for everyone, since users/collaborators/developers already know what to expect from the project’s repository/documentation.

  • For hardware documentation, there is a DIN (Deutsches Institute fuer Normung - The German Institute for Standardization) specification, created by a joint effort of many people from the OSH community in collaboration with DIN. Specifically, it is DIN SPEC 3105. A general explanation on the standard and its potential impacts can be found here DIN standard for OSH documentation. One thing to note is that the DIN Spec for OSH was made with an industry/commercialisation goal in mind, so conforming fully with this specification is not complicated, but could can be a bit time consuming.

Assignment: Update your documentation to make use of OSH standards

  • OSHWA certification
  • revisit your documentation and adjust it so that it is conforming with the OSHWA certification(no need to submit for certification just yet!)
  • (optional) 3105 DIN specification
  • update your documentation so it is one step closer to fulfil DIN SPEC 3105

Resources

Additional Standards

next: Findability standards  

Help us improve content and suggest changes to this page.