diff --git a/README.md b/README.md index 6c3b3fb..d8f67e5 100644 --- a/README.md +++ b/README.md @@ -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/high-freq-range-amp/actions/runs/17084483826/attempts/1#summary-48445753216)| [❌](https://github.com/sirlilpanda/high-freq-range-amp/actions/runs/17084483826/attempts/1#summary-48445753240) | +| 10MHz-amp | [❌](https://github.com/sirlilpanda/high-freq-range-amp/actions/runs/17086086319/attempts/1#summary-48450379986)| [❌](https://github.com/sirlilpanda/high-freq-range-amp/actions/runs/17086086319/attempts/1#summary-48450379989) | 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/high-freq-range-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/high-freq-range-amp/actions/runs/17084483826). 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/high-freq-range-amp/actions/runs/17086086319). 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) diff --git a/docs/10MHz-amp_schematic.pdf b/docs/10MHz-amp_schematic.pdf index 7d25ed8..10d8d82 100644 Binary files a/docs/10MHz-amp_schematic.pdf and b/docs/10MHz-amp_schematic.pdf differ diff --git a/docs/BOM/10MHz-amp_bill_of_materials.csv b/docs/BOM/10MHz-amp_bill_of_materials.csv index 6f2a5eb..b83a079 100644 --- a/docs/BOM/10MHz-amp_bill_of_materials.csv +++ b/docs/BOM/10MHz-amp_bill_of_materials.csv @@ -22,6 +22,10 @@ "C21","100n","Capacitor_SMD:C_0805_2012Metric","1","" "C22","100n","Capacitor_SMD:C_0805_2012Metric","1","" "C23","100n","Capacitor_SMD:C_0805_2012Metric","1","" +"C24","1000p","Capacitor_SMD:C_0603_1608Metric","1","" +"C25","100p","Capacitor_SMD:C_0603_1608Metric","1","" +"C26","100p","Capacitor_SMD:C_0603_1608Metric","1","" +"C27","1000p","Capacitor_SMD:C_0603_1608Metric","1","" "D1","SM15T39A","Diode_SMD:ST_D_SMC","1","" "D2","SM15T39A","Diode_SMD:ST_D_SMC","1","" "D3","SMAJ16CA","Diode_SMD:D_SMA","1","" @@ -56,6 +60,7 @@ "FB2","2508051217Y6","Resistor_SMD:R_0805_2012Metric","1","" "FB3","2508051217Y6","Resistor_SMD:R_0805_2012Metric","1","" "HS1","Heatsink","","1","" +"HS2","Heatsink","","1","" "J1","Conn_Coaxial","Connector_Coaxial:BNC_TEConnectivity_1478035_Horizontal","1","" "J2","BANANA_JACK","","1","" "J3","BANANA_JACK","","1","" @@ -87,19 +92,17 @@ "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","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","" +"R2","1000R","Resistor_SMD:R_0603_1608Metric","1","" +"R3","274R","Resistor_SMD:R_0603_1608Metric","1","" +"R4","157R","Resistor_SMD:R_0603_1608Metric","1","" +"R5","15R0","Resistor_SMD:R_0603_1608Metric","1","" +"R6","50R","Resistor_SMD:R_0603_1608Metric","1","" "R8","50R","Resistor_SMD:R_0603_1608Metric","1","" "R9","10k","Resistor_SMD:R_0603_1608Metric","1","" "R10","10k","Resistor_SMD:R_0603_1608Metric","1","" "R11","10k","Resistor_SMD:R_0603_1608Metric","1","" -"R12","1000R","Resistor_SMD:R_0603_1608Metric","1","" +"R12","3000R","Resistor_SMD:R_0603_1608Metric","1","" "R13","10k","Resistor_SMD:R_0603_1608Metric","1","" -"R14","50R","Resistor_SMD:R_0603_1608Metric","1","" "R15","10k","Resistor_SMD:R_0603_1608Metric","1","" "R16","10k","Resistor_SMD:R_0603_1608Metric","1","" "R17","10k","Resistor_SMD:R_0603_1608Metric","1","" diff --git a/docs/BOM/10MHz-amp_bom_report.md b/docs/BOM/10MHz-amp_bom_report.md index ad616ff..5fbb14a 100644 --- a/docs/BOM/10MHz-amp_bom_report.md +++ b/docs/BOM/10MHz-amp_bom_report.md @@ -1,8 +1,8 @@ # 📄 BOM for 10MHz-amp_bill_of_material 📄 -report created at 23:47:18.527263 on 19-08-2025. +report created at 01:36:15.788483 on 20-08-2025. -10MHz-amp_bill_of_material has a total of 136 parts with a cost of $0. +10MHz-amp_bill_of_material has a total of 139 parts with a cost of $0. | Reference | Value | Quantity | part number | cost | | --------- | ----- | -------- | ----------- | ---- | @@ -29,6 +29,10 @@ report created at 23:47:18.527263 on 19-08-2025. | C21 | 100n | 1 | Capacitor_SMD:C_0805_2012Metric | $0 | | C22 | 100n | 1 | Capacitor_SMD:C_0805_2012Metric | $0 | | C23 | 100n | 1 | Capacitor_SMD:C_0805_2012Metric | $0 | +| C24 | 1000p | 1 | Capacitor_SMD:C_0603_1608Metric | $0 | +| C25 | 100p | 1 | Capacitor_SMD:C_0603_1608Metric | $0 | +| C26 | 100p | 1 | Capacitor_SMD:C_0603_1608Metric | $0 | +| C27 | 1000p | 1 | Capacitor_SMD:C_0603_1608Metric | $0 | | D1 | SM15T39A | 1 | Diode_SMD:ST_D_SMC | $0 | | D2 | SM15T39A | 1 | Diode_SMD:ST_D_SMC | $0 | | D3 | SMAJ16CA | 1 | Diode_SMD:D_SMA | $0 | @@ -63,6 +67,7 @@ report created at 23:47:18.527263 on 19-08-2025. | FB2 | 2508051217Y6 | 1 | Resistor_SMD:R_0805_2012Metric | $0 | | FB3 | 2508051217Y6 | 1 | Resistor_SMD:R_0805_2012Metric | $0 | | HS1 | Heatsink | 1 | | $0 | +| HS2 | Heatsink | 1 | | $0 | | J1 | Conn_Coaxial | 1 | Connector_Coaxial:BNC_TEConnectivity_1478035_Horizontal | $0 | | J2 | BANANA_JACK | 1 | | $0 | | J3 | BANANA_JACK | 1 | | $0 | @@ -94,19 +99,17 @@ report created at 23:47:18.527263 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 | 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 | +| R2 | 1000R | 1 | Resistor_SMD:R_0603_1608Metric | $0 | +| R3 | 274R | 1 | Resistor_SMD:R_0603_1608Metric | $0 | +| R4 | 157R | 1 | Resistor_SMD:R_0603_1608Metric | $0 | +| R5 | 15R0 | 1 | Resistor_SMD:R_0603_1608Metric | $0 | +| R6 | 50R | 1 | Resistor_SMD:R_0603_1608Metric | $0 | | R8 | 50R | 1 | Resistor_SMD:R_0603_1608Metric | $0 | | R9 | 10k | 1 | Resistor_SMD:R_0603_1608Metric | $0 | | R10 | 10k | 1 | Resistor_SMD:R_0603_1608Metric | $0 | | R11 | 10k | 1 | Resistor_SMD:R_0603_1608Metric | $0 | -| R12 | 1000R | 1 | Resistor_SMD:R_0603_1608Metric | $0 | +| R12 | 3000R | 1 | Resistor_SMD:R_0603_1608Metric | $0 | | R13 | 10k | 1 | Resistor_SMD:R_0603_1608Metric | $0 | -| R14 | 50R | 1 | Resistor_SMD:R_0603_1608Metric | $0 | | R15 | 10k | 1 | Resistor_SMD:R_0603_1608Metric | $0 | | R16 | 10k | 1 | Resistor_SMD:R_0603_1608Metric | $0 | | R17 | 10k | 1 | Resistor_SMD:R_0603_1608Metric | $0 | @@ -142,4 +145,4 @@ report created at 23:47:18.527263 on 19-08-2025. | TP10 | crimp | 1 | | $0 | | TP11 | crimp | 1 | | $0 | | U1 | THS3491xDDA | 1 | Package_SO:SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.3mm | $0 | -| | total | 136 | total | $0 | +| | total | 139 | total | $0 | diff --git a/pcbs/10MHz-amp_gerber.zip b/pcbs/10MHz-amp_gerber.zip index 4c6da0e..2540e26 100644 Binary files a/pcbs/10MHz-amp_gerber.zip and b/pcbs/10MHz-amp_gerber.zip differ