From 32f7e3f1a5ec851424f0ae4e6aae79d8cb7b50ff Mon Sep 17 00:00:00 2001 From: demik Date: Mon, 25 Oct 2021 23:24:12 +0200 Subject: [PATCH] Created Building your own (markdown) --- Building-your-own.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Building-your-own.md diff --git a/Building-your-own.md b/Building-your-own.md new file mode 100644 index 0000000..97f27d4 --- /dev/null +++ b/Building-your-own.md @@ -0,0 +1,25 @@ +This project OpenSource, any advanced user may want to build their own board from scratch. +The board is mostly SMD, with a few through hole components. + +### Assembly +The recommended way is to get the SMD assembly done by your favorite PCB printer and add the through hole components by yourself. +I'm using JLBPCB for this project but there isn't anything specific so you may want to use your favorite one. + +- The gerber archive is located in the [1.4.0 release](https://github.com/demik/quack/releases/tag/v1.4.0) (Quack_14_PCB.zip) +- The SMD BOM and placement files are located in the [EDA/SMT subfolder](https://github.com/demik/quack/tree/master/EDA/SMT) + +### Through hole +A few components has been tested with the board, you can fin them on the following table: + +| Connector | Brand | P/N | Notes | +|-|-|-|-| +| ADB | Lumberg | TM 0508 A/4 | | +| ADB | TE Connectivity | 5749263-1 | Nickel | +| ADB | TE Connectivity | 5749181-1 | Gold | +| Quadrature | TE Connectivity | 2301843-1 | | +| Quadrature | TRU Components | TC-6648084 | | + +You also need a 2.5mm 4 pin header and an 3 Position, Off/On, DIP switch. + +### Flashing +Once assembled, the next step is to [flash](https://github.com/demik/quack/wiki/Flashing) the board \ No newline at end of file