mirror of
https://github.com/demik/quack.git
synced 2025-01-11 00:30:09 +00:00
Created Building your own (markdown)
parent
40c3edfe03
commit
32f7e3f1a5
25
Building-your-own.md
Normal file
25
Building-your-own.md
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user