├── .DS_Store ├── .gitignore ├── CurrentSense.sch ├── F051_ESC-4in1-V1-cache.lib ├── F051_ESC-4in1-V2-cache.lib ├── F051_ESC-4in1-V2.kicad_pcb ├── F051_ESC-4in1-V2.pro ├── F051_ESC-4in1-V2.sch ├── F051_ESC-cache.lib ├── Gerbers.zip ├── Gerbers ├── F051_ESC-4in1-V2-B_Cu.gbr ├── F051_ESC-4in1-V2-B_Mask.gbr ├── F051_ESC-4in1-V2-B_Paste.gbr ├── F051_ESC-4in1-V2-B_SilkS.gbr ├── F051_ESC-4in1-V2-Edge_Cuts.gbr ├── F051_ESC-4in1-V2-F_Cu.gbr ├── F051_ESC-4in1-V2-F_Mask.gbr ├── F051_ESC-4in1-V2-F_Paste.gbr ├── F051_ESC-4in1-V2-F_SilkS.gbr ├── F051_ESC-4in1-V2-In1_Cu.gbr ├── F051_ESC-4in1-V2-In2_Cu.gbr ├── F051_ESC-4in1-V2-job.gbrjob └── F051_ESC-4in1-V2.drl ├── MCU_1.sch ├── MCU_2.sch ├── MCU_3.sch ├── MCU_4.sch ├── MCU_Test.sch ├── MOSFET_Driver_1.sch ├── MOSFET_Driver_2.sch ├── MOSFET_Driver_3.sch ├── MOSFET_Driver_4.sch ├── MOSFET_Driver_Test.sch ├── PNGs ├── .DS_Store ├── 3D_Back.png ├── 3D_Front.png ├── Design_Back.png ├── Design_BackFill.png ├── Design_Front.png ├── Design_FrontFill.png ├── Design_In1Fill.png ├── Design_In2Fill.png ├── FD6288_Layout.png ├── FD6288_Wiring.png ├── STM32F051_Layout.png ├── Schematic_CurrSense.png ├── Schematic_FETDriver.png ├── Schematic_MCU.png ├── Schematic_Main.png └── Schematic_Power.png ├── Power.sch ├── README.md └── replicate_layout.log /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/.gitignore -------------------------------------------------------------------------------- /CurrentSense.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/CurrentSense.sch -------------------------------------------------------------------------------- /F051_ESC-4in1-V1-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/F051_ESC-4in1-V1-cache.lib -------------------------------------------------------------------------------- /F051_ESC-4in1-V2-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/F051_ESC-4in1-V2-cache.lib -------------------------------------------------------------------------------- /F051_ESC-4in1-V2.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/F051_ESC-4in1-V2.kicad_pcb -------------------------------------------------------------------------------- /F051_ESC-4in1-V2.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/F051_ESC-4in1-V2.pro -------------------------------------------------------------------------------- /F051_ESC-4in1-V2.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/F051_ESC-4in1-V2.sch -------------------------------------------------------------------------------- /F051_ESC-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/F051_ESC-cache.lib -------------------------------------------------------------------------------- /Gerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/Gerbers.zip -------------------------------------------------------------------------------- /Gerbers/F051_ESC-4in1-V2-B_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/Gerbers/F051_ESC-4in1-V2-B_Cu.gbr -------------------------------------------------------------------------------- /Gerbers/F051_ESC-4in1-V2-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/Gerbers/F051_ESC-4in1-V2-B_Mask.gbr -------------------------------------------------------------------------------- /Gerbers/F051_ESC-4in1-V2-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/Gerbers/F051_ESC-4in1-V2-B_Paste.gbr -------------------------------------------------------------------------------- /Gerbers/F051_ESC-4in1-V2-B_SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/Gerbers/F051_ESC-4in1-V2-B_SilkS.gbr -------------------------------------------------------------------------------- /Gerbers/F051_ESC-4in1-V2-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/Gerbers/F051_ESC-4in1-V2-Edge_Cuts.gbr -------------------------------------------------------------------------------- /Gerbers/F051_ESC-4in1-V2-F_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/Gerbers/F051_ESC-4in1-V2-F_Cu.gbr -------------------------------------------------------------------------------- /Gerbers/F051_ESC-4in1-V2-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/Gerbers/F051_ESC-4in1-V2-F_Mask.gbr -------------------------------------------------------------------------------- /Gerbers/F051_ESC-4in1-V2-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/Gerbers/F051_ESC-4in1-V2-F_Paste.gbr -------------------------------------------------------------------------------- /Gerbers/F051_ESC-4in1-V2-F_SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/Gerbers/F051_ESC-4in1-V2-F_SilkS.gbr -------------------------------------------------------------------------------- /Gerbers/F051_ESC-4in1-V2-In1_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/Gerbers/F051_ESC-4in1-V2-In1_Cu.gbr -------------------------------------------------------------------------------- /Gerbers/F051_ESC-4in1-V2-In2_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/Gerbers/F051_ESC-4in1-V2-In2_Cu.gbr -------------------------------------------------------------------------------- /Gerbers/F051_ESC-4in1-V2-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/Gerbers/F051_ESC-4in1-V2-job.gbrjob -------------------------------------------------------------------------------- /Gerbers/F051_ESC-4in1-V2.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/Gerbers/F051_ESC-4in1-V2.drl -------------------------------------------------------------------------------- /MCU_1.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/MCU_1.sch -------------------------------------------------------------------------------- /MCU_2.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/MCU_2.sch -------------------------------------------------------------------------------- /MCU_3.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/MCU_3.sch -------------------------------------------------------------------------------- /MCU_4.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/MCU_4.sch -------------------------------------------------------------------------------- /MCU_Test.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/MCU_Test.sch -------------------------------------------------------------------------------- /MOSFET_Driver_1.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/MOSFET_Driver_1.sch -------------------------------------------------------------------------------- /MOSFET_Driver_2.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/MOSFET_Driver_2.sch -------------------------------------------------------------------------------- /MOSFET_Driver_3.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/MOSFET_Driver_3.sch -------------------------------------------------------------------------------- /MOSFET_Driver_4.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/MOSFET_Driver_4.sch -------------------------------------------------------------------------------- /MOSFET_Driver_Test.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/MOSFET_Driver_Test.sch -------------------------------------------------------------------------------- /PNGs/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/PNGs/.DS_Store -------------------------------------------------------------------------------- /PNGs/3D_Back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/PNGs/3D_Back.png -------------------------------------------------------------------------------- /PNGs/3D_Front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/PNGs/3D_Front.png -------------------------------------------------------------------------------- /PNGs/Design_Back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/PNGs/Design_Back.png -------------------------------------------------------------------------------- /PNGs/Design_BackFill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/PNGs/Design_BackFill.png -------------------------------------------------------------------------------- /PNGs/Design_Front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/PNGs/Design_Front.png -------------------------------------------------------------------------------- /PNGs/Design_FrontFill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/PNGs/Design_FrontFill.png -------------------------------------------------------------------------------- /PNGs/Design_In1Fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/PNGs/Design_In1Fill.png -------------------------------------------------------------------------------- /PNGs/Design_In2Fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/PNGs/Design_In2Fill.png -------------------------------------------------------------------------------- /PNGs/FD6288_Layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/PNGs/FD6288_Layout.png -------------------------------------------------------------------------------- /PNGs/FD6288_Wiring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/PNGs/FD6288_Wiring.png -------------------------------------------------------------------------------- /PNGs/STM32F051_Layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/PNGs/STM32F051_Layout.png -------------------------------------------------------------------------------- /PNGs/Schematic_CurrSense.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/PNGs/Schematic_CurrSense.png -------------------------------------------------------------------------------- /PNGs/Schematic_FETDriver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/PNGs/Schematic_FETDriver.png -------------------------------------------------------------------------------- /PNGs/Schematic_MCU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/PNGs/Schematic_MCU.png -------------------------------------------------------------------------------- /PNGs/Schematic_Main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/PNGs/Schematic_Main.png -------------------------------------------------------------------------------- /PNGs/Schematic_Power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/PNGs/Schematic_Power.png -------------------------------------------------------------------------------- /Power.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/Power.sch -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/README.md -------------------------------------------------------------------------------- /replicate_layout.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jpwolfe9912/F051-ESC-4in1-V2/HEAD/replicate_layout.log --------------------------------------------------------------------------------