From c50c5db9454577452e3425556bdc83b20b0ad772 Mon Sep 17 00:00:00 2001 From: "Sergey V. DUDANOV" Date: Tue, 15 Jun 2021 00:21:27 +0400 Subject: [PATCH] Add BOM and POS files --- .gitignore | 28 ---------------------------- bom.csv | 13 +++++++++++++ position.csv | 16 ++++++++++++++++ 3 files changed, 29 insertions(+), 28 deletions(-) delete mode 100644 .gitignore create mode 100644 bom.csv create mode 100644 position.csv diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 2b80e73..0000000 --- a/.gitignore +++ /dev/null @@ -1,28 +0,0 @@ -# For PCBs designed using KiCad: http://www.kicad-pcb.org/ -# Format documentation: http://kicad-pcb.org/help/file-formats/ - -# Temporary files -*.000 -*.bak -*.bck -*.kicad_pcb-bak -*.kicad_sch-bak -*.kicad_prl -*.sch-bak -*~ -_autosave-* -*.tmp -*-save.pro -*-save.kicad_pcb -fp-info-cache - -# Netlist files (exported from Eeschema) -*.net - -# Autorouter files (exported from Pcbnew) -*.dsn -*.ses - -# Exported BOM files -*.xml -*.csv \ No newline at end of file diff --git a/bom.csv b/bom.csv new file mode 100644 index 0000000..8ea80b0 --- /dev/null +++ b/bom.csv @@ -0,0 +1,13 @@ +Comment,Designator,Footprint,LCSC +"22uF","C1,C2","Capacitor_Tantalum_SMD:CP_EIA-3216-18_Kemet-A","C129272" +"1nF","C3","Capacitor_SMD:C_0603_1608Metric","C1588" +"KT-0603RG","D1","project_components:KT-0603RG","C24477" +"AC connector","J1","Connector_USB:USB_A_CNCTech_1001-011-01101_Horizontal","" +"2N7002","Q1,Q2,Q3","Package_TO_SOT_SMD:SOT-23","C8545" +"2.2K","R1","Resistor_SMD:R_0603_1608Metric","C4190" +"10K","RN1,RN2","Resistor_SMD:R_Array_Concave_4x0603","C29718" +"FLASH","SW1","project_components:TS-1088","C720477" +"RESET","SW2","project_components:TS-1088","C720477" +"IR_TSOP","TP1","project_components:IROUT","" +"AMS1117-3.3","U1","Package_TO_SOT_SMD:SOT-223-3_TabPin2","C6186" +"ESP-12F","U2","project_components:ESP-12E","" \ No newline at end of file diff --git a/position.csv b/position.csv new file mode 100644 index 0000000..aaeffdc --- /dev/null +++ b/position.csv @@ -0,0 +1,16 @@ +Designator,Val,Package,Mid X,Mid Y,Rotation,Layer +C1,22uF,CP_EIA-3216-18_Kemet-A,17.000000,-31.400000,0.000000,top +C2,22uF,CP_EIA-3216-18_Kemet-A,3.000000,-31.400000,180.000000,top +C3,1nF,C_0603_1608Metric,2.400000,-33.900000,180.000000,top +D1,KT-0603RG,KT-0603RG,15.000000,-21.000000,0.000000,top +J1,AC connector,USB_A_CNCTech_1001-011-01101_Horizontal,10.000000,-52.800000,270.000000,top +Q1,2N7002,SOT-23,5.000000,-26.000000,180.000000,top +Q2,2N7002,SOT-23,15.000000,-26.000000,180.000000,top +Q3,2N7002,SOT-23,10.000000,-26.000000,180.000000,top +R1,2.2K,R_0603_1608Metric,12.500000,-21.000000,90.000000,top +RN1,10K,R_Array_Concave_4x0603,9.000000,-21.000000,270.000000,top +RN2,10K,R_Array_Concave_4x0603,5.000000,-21.000000,90.000000,top +SW1,FLASH,TS-1088,17.500000,-39.000000,90.000000,top +SW2,RESET,TS-1088,2.500000,-39.000000,90.000000,top +U1,AMS1117-3.3,SOT-223-3_TabPin2,10.000000,-34.600000,90.000000,top +U2,ESP-12F,ESP-12E,10.000000,-4.600000,0.000000,top