Skip to content

Change: Add new PCB design

Olliver Schinagl requested to merge dev/new_kicad_board into master

Add new KiCAD design. This new design adds a couple of interesting features, but should be fully backwards compatible.

New features include support for 2 temperature/humidity sensors.

The DHT11 sensor has been added supplementing/instead of the DS18. Either sensor could be mounted remotely over a wire, though the DHT11 with its 2.54mm pitch is nicer to mount a connector on.

The I2C bus has been exposed on a RJ45 connector and can optionally be used with a differential driver chip.

Two GPIO's are routed to the RJ45 connector, which can be used as I/O or One-Wire bus. Its all in the software.

On the RJ45 there are various options for supplying power. 12v, 5v, 4v3 via a diode, 3v6 via two diodes or 3v3 from the Wemos.

  • CI: Add GitLab KiCad pipeline
  • gitignore: Ignore KiBot generated temporary files
  • kici: Add KiCi submodule for KiBot jobs
  • kicad: Add new PCB design
  • CI: Use git compatible worksheet
  • git: Enable LFS for PDF files
  • editorconfig: Add initial .editorconfig
  • gitignore: Ignore editor related files
  • license: Switch to AGPL-3+ license
  • boyscout: Remove generateable files
Edited by Olliver Schinagl

Merge request reports

Loading