Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.1.0 #1

Merged
merged 1 commit into from
Feb 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# zip
*.zip
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# 808-kick-eurorack
808 kick (bass drum) for eurorack / modular synth

## 3D view
### 3D view front
![3D view front](./imgs/front_v0.1.0.jpg)

### 3D view back
![3D view back](./imgs/back_v0.1.0.jpg)

## ToDo
* add front panel for potentiometers
* add JST connectors to BOM
* add Mouser shopping cart to get all parts

## Release Notes
* **v0.1.0**
* first version of schematic and layout done and ordered

29 changes: 29 additions & 0 deletions bom_kick.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
"Id";"Designator";"Package";"Quantity";"Designation";"Supplier and ref";
1;"R6,R11";"R_0805_2012Metric";2;"4.7k";;;
2;"C1,C2,C4,C5,C8";"C_0805_2012Metric";5;"100n";;;
3;"C3,C6,C7";"C_0805_2012Metric";3;"15n";;;
4;"C9,C10,C12";"C_Elec_4x5.4";3;"0.47/50";;;
5;"C11";"C_Elec_4x5.4";1;"33/6.3";;;
6;"C13";"C_0805_2012Metric";1;"220p";;;
7;"D1";"D_SOD-323F";1;"1N914A";;;
8;"D2,D3";"D_SOD-523";2;"1N4148";;;
9;"H1";"PinHeader_2x08_P2.54mm_Vertical";1;"PIN_HEADER_2x8";;;
10;"J1";"JST_XH_B2B-XH-AM_1x02_P2.50mm_Vertical";1;"CV IN";;;
11;"J3";"JST_XH_B2B-XH-A_1x02_P2.50mm_Vertical";1;"TRIGGER OUT";;;
12;"Q1,Q2,Q4,Q5,Q6";"TO-92";5;"BC546";;;
13;"Q3";"TO-92";1;"BC556";;;
14;"R1,R10,R12,R24,R27";"R_0805_2012Metric";5;"100k";;;
15;"R2";"R_0805_2012Metric";1;"8.2k";;;
16;"R3,R9,R21";"R_0805_2012Metric";3;"22k";;;
17;"R4,R7,R19";"R_0805_2012Metric";3;"10k";;;
18;"R5";"R_0805_2012Metric";1;"2.7k";;;
19;"R8,R13,R14";"R_0805_2012Metric";3;"1M";;;
20;"R15,R25";"R_0805_2012Metric";2;"6.8k";;;
21;"R16,R20,R22";"R_0805_2012Metric";3;"47k";;;
22;"R17";"R_0805_2012Metric";1;"220";;;
23;"R18";"R_0805_2012Metric";1;"470k";;;
24;"R23";"R_0805_2012Metric";1;"82k";;;
25;"R26";"R_0805_2012Metric";1;"1k";;;
26;"RV1,RV2";"JST_XH_B3B-XH-A_1x03_P2.50mm_Vertical";2;"10k";;;
27;"RV3";"JST_XH_B3B-XH-A_1x03_P2.50mm_Vertical";1;"500kB";;;
28;"U1";"SO-8_3.9x4.9mm_P1.27mm";1;"TL072P";;;
Binary file added bom_kick.pdf
Binary file not shown.
Loading