This commit is contained in:
sirlilpanda
2025-08-18 11:32:17 +12:00
5 changed files with 21 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
a cool table showing the workflow of all the kicad projects. a cool table showing the workflow of all the kicad projects.
| project_name | DRC | ERC | | project_name | DRC | ERC |
| ------------ | --- | --- | | ------------ | --- | --- |
| 10MHz-amp | [](https://github.com/sirlilpanda/10MHz-20v-pkpk-amp/actions/runs/16953769394/attempts/1#summary-48051687341)| [](https://github.com/sirlilpanda/10MHz-20v-pkpk-amp/actions/runs/16953769394/attempts/1#summary-48051687343) | | 10MHz-amp | [](https://github.com/sirlilpanda/10MHz-20v-pkpk-amp/actions/runs/16979264638/attempts/1#summary-48135575068)| [](https://github.com/sirlilpanda/10MHz-20v-pkpk-amp/actions/runs/16979264638/attempts/1#summary-48135575065) |
for a quick guide check [project setup](#project-setup) for a quick guide check [project setup](#project-setup)
@@ -15,7 +15,7 @@ This is a simple project template for new kicad projects. This template has some
- [schematic pdf](https://github.com/sirlilpanda/10MHz-20v-pkpk-amp/tree/main/10MHz-amp_schematic.pdf) - [schematic pdf](https://github.com/sirlilpanda/10MHz-20v-pkpk-amp/tree/main/10MHz-amp_schematic.pdf)
This workflow will also run the design rules check on the PCB and schematic to ensure that you upload a working PCB. These reports are uploaded as summaries within the github [actions tab](https://github.com/sirlilpanda/10MHz-20v-pkpk-amp/actions/runs/16953769394). This template has a simple schematic PCB in it (because DRC fails on an empty PCB). Shown below is the example PCB. This workflow will also run the design rules check on the PCB and schematic to ensure that you upload a working PCB. These reports are uploaded as summaries within the github [actions tab](https://github.com/sirlilpanda/10MHz-20v-pkpk-amp/actions/runs/16979264638). This template has a simple schematic PCB in it (because DRC fails on an empty PCB). Shown below is the example PCB.
![example pcb with battery diode and resistor](res/image.png) ![example pcb with battery diode and resistor](res/image.png)

Binary file not shown.

View File

@@ -48,6 +48,7 @@
"D20","LED","Diode_SMD:D_0603_1608Metric","1","" "D20","LED","Diode_SMD:D_0603_1608Metric","1",""
"D21","LED","Diode_SMD:D_0603_1608Metric","1","" "D21","LED","Diode_SMD:D_0603_1608Metric","1",""
"D22","LED","Diode_SMD:D_0603_1608Metric","1","" "D22","LED","Diode_SMD:D_0603_1608Metric","1",""
"D23","D_Schottky","Diode_SMD:D_0603_1608Metric","1",""
"F1","Fuse","","1","" "F1","Fuse","","1",""
"F2","Fuse","","1","" "F2","Fuse","","1",""
"F3","Fuse","","1","" "F3","Fuse","","1",""
@@ -68,12 +69,15 @@
"K3","TQ2-24V","TQ2-5V:TQ2","1","" "K3","TQ2-24V","TQ2-5V:TQ2","1",""
"K4","TQ2-24V","TQ2-5V:TQ2","1","" "K4","TQ2-24V","TQ2-5V:TQ2","1",""
"K5","TQ2-24V","TQ2-5V:TQ2","1","" "K5","TQ2-24V","TQ2-5V:TQ2","1",""
"K6","TQ2-5V","TQ2-5V:TQ2","1",""
"N1","Housing","","1","" "N1","Housing","","1",""
"Q1","PMOS","","1","" "Q1","PMOS","","1",""
"Q2","NMOS","","1","" "Q2","NMOS","","1",""
"Q3","PMOS","","1","" "Q3","PMOS","","1",""
"Q4","AO4803A","SO8SOP-8L_AOS","1","" "Q4","AO4803A","SO8SOP-8L_AOS","1",""
"Q5","AO4803A","SO8SOP-8L_AOS","1","" "Q5","AO4803A","SO8SOP-8L_AOS","1",""
"Q6","NMOS","","1",""
"Q7","NMOS","","1",""
"R1","50","Capacitor_SMD:C_0603_1608Metric","1","" "R1","50","Capacitor_SMD:C_0603_1608Metric","1",""
"R2","1k","Potentiometer_THT:Potentiometer_Alps_RK09Y11_Single_Horizontal","1","" "R2","1k","Potentiometer_THT:Potentiometer_Alps_RK09Y11_Single_Horizontal","1",""
"R3","20k","Capacitor_SMD:C_0603_1608Metric","1","" "R3","20k","Capacitor_SMD:C_0603_1608Metric","1",""
@@ -113,6 +117,10 @@
"R37","10k","Capacitor_SMD:C_0603_1608Metric","1","" "R37","10k","Capacitor_SMD:C_0603_1608Metric","1",""
"R38","0","","1","" "R38","0","","1",""
"R39","0","","1","" "R39","0","","1",""
"R40","10","Capacitor_SMD:C_0603_1608Metric","1",""
"R41","10","Capacitor_SMD:C_0603_1608Metric","1",""
"R42","0","Capacitor_SMD:C_0603_1608Metric","1",""
"R43","1M","Capacitor_SMD:C_0603_1608Metric","1",""
"SW1","SW_SPDT","","1","" "SW1","SW_SPDT","","1",""
"SW2","SW_SP5T_NR01105","Button_Switch_THT:SW_NKK_NR01","1","" "SW2","SW_SP5T_NR01105","Button_Switch_THT:SW_NKK_NR01","1",""
"SW3","SW_SPDT","","1","" "SW3","SW_SPDT","","1",""
1 Refs Value Footprint Qty DNP
48 D20 LED Diode_SMD:D_0603_1608Metric 1
49 D21 LED Diode_SMD:D_0603_1608Metric 1
50 D22 LED Diode_SMD:D_0603_1608Metric 1
51 D23 D_Schottky Diode_SMD:D_0603_1608Metric 1
52 F1 Fuse 1
53 F2 Fuse 1
54 F3 Fuse 1
69 K3 TQ2-24V TQ2-5V:TQ2 1
70 K4 TQ2-24V TQ2-5V:TQ2 1
71 K5 TQ2-24V TQ2-5V:TQ2 1
72 K6 TQ2-5V TQ2-5V:TQ2 1
73 N1 Housing 1
74 Q1 PMOS 1
75 Q2 NMOS 1
76 Q3 PMOS 1
77 Q4 AO4803A SO8SOP-8L_AOS 1
78 Q5 AO4803A SO8SOP-8L_AOS 1
79 Q6 NMOS 1
80 Q7 NMOS 1
81 R1 50 Capacitor_SMD:C_0603_1608Metric 1
82 R2 1k Potentiometer_THT:Potentiometer_Alps_RK09Y11_Single_Horizontal 1
83 R3 20k Capacitor_SMD:C_0603_1608Metric 1
117 R37 10k Capacitor_SMD:C_0603_1608Metric 1
118 R38 0 1
119 R39 0 1
120 R40 10 Capacitor_SMD:C_0603_1608Metric 1
121 R41 10 Capacitor_SMD:C_0603_1608Metric 1
122 R42 0 Capacitor_SMD:C_0603_1608Metric 1
123 R43 1M Capacitor_SMD:C_0603_1608Metric 1
124 SW1 SW_SPDT 1
125 SW2 SW_SP5T_NR01105 Button_Switch_THT:SW_NKK_NR01 1
126 SW3 SW_SPDT 1

View File

@@ -1,8 +1,8 @@
# 📄 BOM for 10MHz-amp_bill_of_material 📄 # 📄 BOM for 10MHz-amp_bill_of_material 📄
report created at 01:49:26.402604 on 14-08-2025. report created at 23:46:35.671864 on 14-08-2025.
10MHz-amp_bill_of_material has a total of 119 parts with a cost of $0. 10MHz-amp_bill_of_material has a total of 127 parts with a cost of $0.
| Reference | Value | Quantity | part number | cost | | Reference | Value | Quantity | part number | cost |
| --------- | ----- | -------- | ----------- | ---- | | --------- | ----- | -------- | ----------- | ---- |
@@ -55,6 +55,7 @@ report created at 01:49:26.402604 on 14-08-2025.
| D20 | LED | 1 | Diode_SMD:D_0603_1608Metric | $0 | | D20 | LED | 1 | Diode_SMD:D_0603_1608Metric | $0 |
| D21 | LED | 1 | Diode_SMD:D_0603_1608Metric | $0 | | D21 | LED | 1 | Diode_SMD:D_0603_1608Metric | $0 |
| D22 | LED | 1 | Diode_SMD:D_0603_1608Metric | $0 | | D22 | LED | 1 | Diode_SMD:D_0603_1608Metric | $0 |
| D23 | D_Schottky | 1 | Diode_SMD:D_0603_1608Metric | $0 |
| F1 | Fuse | 1 | | $0 | | F1 | Fuse | 1 | | $0 |
| F2 | Fuse | 1 | | $0 | | F2 | Fuse | 1 | | $0 |
| F3 | Fuse | 1 | | $0 | | F3 | Fuse | 1 | | $0 |
@@ -75,12 +76,15 @@ report created at 01:49:26.402604 on 14-08-2025.
| K3 | TQ2-24V | 1 | TQ2-5V:TQ2 | $0 | | K3 | TQ2-24V | 1 | TQ2-5V:TQ2 | $0 |
| K4 | TQ2-24V | 1 | TQ2-5V:TQ2 | $0 | | K4 | TQ2-24V | 1 | TQ2-5V:TQ2 | $0 |
| K5 | TQ2-24V | 1 | TQ2-5V:TQ2 | $0 | | K5 | TQ2-24V | 1 | TQ2-5V:TQ2 | $0 |
| K6 | TQ2-5V | 1 | TQ2-5V:TQ2 | $0 |
| N1 | Housing | 1 | | $0 | | N1 | Housing | 1 | | $0 |
| Q1 | PMOS | 1 | | $0 | | Q1 | PMOS | 1 | | $0 |
| Q2 | NMOS | 1 | | $0 | | Q2 | NMOS | 1 | | $0 |
| Q3 | PMOS | 1 | | $0 | | Q3 | PMOS | 1 | | $0 |
| Q4 | AO4803A | 1 | SO8SOP-8L_AOS | $0 | | Q4 | AO4803A | 1 | SO8SOP-8L_AOS | $0 |
| Q5 | AO4803A | 1 | SO8SOP-8L_AOS | $0 | | Q5 | AO4803A | 1 | SO8SOP-8L_AOS | $0 |
| Q6 | NMOS | 1 | | $0 |
| Q7 | NMOS | 1 | | $0 |
| R1 | 50 | 1 | Capacitor_SMD:C_0603_1608Metric | $0 | | R1 | 50 | 1 | Capacitor_SMD:C_0603_1608Metric | $0 |
| R2 | 1k | 1 | Potentiometer_THT:Potentiometer_Alps_RK09Y11_Single_Horizontal | $0 | | R2 | 1k | 1 | Potentiometer_THT:Potentiometer_Alps_RK09Y11_Single_Horizontal | $0 |
| R3 | 20k | 1 | Capacitor_SMD:C_0603_1608Metric | $0 | | R3 | 20k | 1 | Capacitor_SMD:C_0603_1608Metric | $0 |
@@ -120,9 +124,13 @@ report created at 01:49:26.402604 on 14-08-2025.
| R37 | 10k | 1 | Capacitor_SMD:C_0603_1608Metric | $0 | | R37 | 10k | 1 | Capacitor_SMD:C_0603_1608Metric | $0 |
| R38 | 0 | 1 | | $0 | | R38 | 0 | 1 | | $0 |
| R39 | 0 | 1 | | $0 | | R39 | 0 | 1 | | $0 |
| R40 | 10 | 1 | Capacitor_SMD:C_0603_1608Metric | $0 |
| R41 | 10 | 1 | Capacitor_SMD:C_0603_1608Metric | $0 |
| R42 | 0 | 1 | Capacitor_SMD:C_0603_1608Metric | $0 |
| R43 | 1M | 1 | Capacitor_SMD:C_0603_1608Metric | $0 |
| SW1 | SW_SPDT | 1 | | $0 | | SW1 | SW_SPDT | 1 | | $0 |
| SW2 | SW_SP5T_NR01105 | 1 | Button_Switch_THT:SW_NKK_NR01 | $0 | | SW2 | SW_SP5T_NR01105 | 1 | Button_Switch_THT:SW_NKK_NR01 | $0 |
| SW3 | SW_SPDT | 1 | | $0 | | SW3 | SW_SPDT | 1 | | $0 |
| U1 | THS3491xDDA | 1 | Package_SO:Texas_R-PDSO-G8_EP2.95x4.9mm_Mask2.4x3.1mm | $0 | | U1 | THS3491xDDA | 1 | Package_SO:Texas_R-PDSO-G8_EP2.95x4.9mm_Mask2.4x3.1mm | $0 |
| U2 | LTC4417HGN | 1 | Package_SO:SSOP-24_3.9x8.7mm_P0.635mm | $0 | | U2 | LTC4417HGN | 1 | Package_SO:SSOP-24_3.9x8.7mm_P0.635mm | $0 |
| | total | 119 | total | $0 | | | total | 127 | total | $0 |

Binary file not shown.