Skip to content

EnAccess/oseas24-open-hardware-template-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenSmartMeter

9-10 May | Open Source in Energy Access Symposium Hackathon


Open Hardware Template Repository

Stack: KiCAD, Python scripting

Helpful experiences: KiCAD automation, CI/CD pipelines

Abstract: The tooling for Open Hardware repositories is currently undergoing rapid development. It can be overwhelming for an electrical engineer working on the PCB’s to follow up on all this.

Challenge

The goal of this workgroup is to create a KiCAD template repository with the some of following features (in no particular order)

  • Automatic diff generation for PCB’s and Schematics
  • KiCanvas WebViewer Link integration
  • CI pipeline to run lint checks: DRC rules check, conventions, etc..
  • Release management, using GitHub tags
  • Workflow to update the release tag as labels on the PCB
  • Deploy workflow that generates production files and makes them available in the release (not part of version control)
  • Auto-generated documentation (incl. versioning)
  • Deployment of documentation (keeping docs of older PCB revisions)

This repo uses a sample KiCAD PCB from the Cicada Project.

As part of the Open BMS we have already explored some features of the amazing KiBot tool. Also, the recent release of KiCAD v8 enriches the native KiCAD CLI with some features

Expected outcome: The optimal outcome of this challenge would be a repository template including all above mentioned features and integrations. However we know time is short and anything getting us closer to this can be a great success (e.g. an early draft repo + a detailed specifications and to-do list).

Getting Started

Contact person(s): Daniel (remote) / Martin (remote)

Further information and resources