This commit is contained in:
sirlilpanda
2025-08-20 11:45:51 +12:00
5 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
a cool table showing the workflow of all the kicad projects.
| project_name | DRC | ERC |
| ------------ | --- | --- |
| 10MHz-amp | [](https://github.com/sirlilpanda/10MHz-20v-pkpk-amp/actions/runs/17062423946/attempts/1#summary-48371849900)| [](https://github.com/sirlilpanda/10MHz-20v-pkpk-amp/actions/runs/17062423946/attempts/1#summary-48371849904) |
| 10MHz-amp | [](https://github.com/sirlilpanda/10MHz-20v-pkpk-amp/actions/runs/17068700905/attempts/1#summary-48391942758)| [](https://github.com/sirlilpanda/10MHz-20v-pkpk-amp/actions/runs/17068700905/attempts/1#summary-48391942757) |
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)
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/17062423946). 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/17068700905). 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)

Binary file not shown.

View File

@@ -87,9 +87,9 @@
"Q2","DMN6075SQ-7","Package_TO_SOT_SMD:SOT-23-3","1",""
"Q3","DMPH6250SQ-13","Package_TO_SOT_SMD:SOT-23-3","1",""
"R1","1k","Potentiometer_THT:Potentiometer_Alps_RK09Y11_Single_Horizontal","1",""
"R2","110R","Resistor_SMD:R_0603_1608Metric","1",""
"R3","1k","Resistor_SMD:R_0603_1608Metric","1",""
"R4","200R","Resistor_SMD:R_0603_1608Metric","1",""
"R2","1k","Resistor_SMD:R_0603_1608Metric","1",""
"R3","200R","Resistor_SMD:R_0603_1608Metric","1",""
"R4","110R","Resistor_SMD:R_0603_1608Metric","1",""
"R5","10R2","Resistor_SMD:R_0603_1608Metric","1",""
"R6","1R","Resistor_SMD:R_0603_1608Metric","1",""
"R7","1R","Resistor_SMD:R_0603_1608Metric","1",""
1 Refs Value Footprint Qty DNP
87 Q2 DMN6075SQ-7 Package_TO_SOT_SMD:SOT-23-3 1
88 Q3 DMPH6250SQ-13 Package_TO_SOT_SMD:SOT-23-3 1
89 R1 1k Potentiometer_THT:Potentiometer_Alps_RK09Y11_Single_Horizontal 1
90 R2 110R 1k Resistor_SMD:R_0603_1608Metric 1
91 R3 1k 200R Resistor_SMD:R_0603_1608Metric 1
92 R4 200R 110R Resistor_SMD:R_0603_1608Metric 1
93 R5 10R2 Resistor_SMD:R_0603_1608Metric 1
94 R6 1R Resistor_SMD:R_0603_1608Metric 1
95 R7 1R Resistor_SMD:R_0603_1608Metric 1

View File

@@ -1,6 +1,6 @@
# 📄 BOM for 10MHz-amp_bill_of_material 📄
report created at 07:17:28.153352 on 19-08-2025.
report created at 11:53:12.353790 on 19-08-2025.
10MHz-amp_bill_of_material has a total of 136 parts with a cost of $0.
@@ -94,9 +94,9 @@ report created at 07:17:28.153352 on 19-08-2025.
| Q2 | DMN6075SQ-7 | 1 | Package_TO_SOT_SMD:SOT-23-3 | $0 |
| Q3 | DMPH6250SQ-13 | 1 | Package_TO_SOT_SMD:SOT-23-3 | $0 |
| R1 | 1k | 1 | Potentiometer_THT:Potentiometer_Alps_RK09Y11_Single_Horizontal | $0 |
| R2 | 110R | 1 | Resistor_SMD:R_0603_1608Metric | $0 |
| R3 | 1k | 1 | Resistor_SMD:R_0603_1608Metric | $0 |
| R4 | 200R | 1 | Resistor_SMD:R_0603_1608Metric | $0 |
| R2 | 1k | 1 | Resistor_SMD:R_0603_1608Metric | $0 |
| R3 | 200R | 1 | Resistor_SMD:R_0603_1608Metric | $0 |
| R4 | 110R | 1 | Resistor_SMD:R_0603_1608Metric | $0 |
| R5 | 10R2 | 1 | Resistor_SMD:R_0603_1608Metric | $0 |
| R6 | 1R | 1 | Resistor_SMD:R_0603_1608Metric | $0 |
| R7 | 1R | 1 | Resistor_SMD:R_0603_1608Metric | $0 |

Binary file not shown.