├── BOM ├── BOM_GD32_Processing_Board_4in1_RACING_ESC.csv └── BOM_Power_Distribution_Board_4in1_RACING_ESC.csv ├── Graber ├── GD32_Processing_Board_4in1_RACING_ESC │ ├── Drill_PTH_Through.DRL │ ├── Drill_PTH_Through_Via.DRL │ ├── Gerber_BoardOutlineLayer.GKO │ ├── Gerber_BottomLayer.GBL │ ├── Gerber_BottomSilkscreenLayer.GBO │ ├── Gerber_BottomSolderMaskLayer.GBS │ ├── Gerber_InnerLayer1.GP1 │ ├── Gerber_InnerLayer2.G2 │ ├── Gerber_InnerLayer3.GP3 │ ├── Gerber_InnerLayer4.GP4 │ ├── Gerber_TopLayer.GTL │ ├── Gerber_TopPasteMaskLayer.GTP │ ├── Gerber_TopSilkscreenLayer.GTO │ └── Gerber_TopSolderMaskLayer.GTS └── Power_Distribution_Board_4in1_RACING_ESC │ ├── Drill_PTH_Through.DRL │ ├── Drill_PTH_Through_Via.DRL │ ├── Gerber_BoardOutlineLayer.GKO │ ├── Gerber_BottomLayer.GBL │ ├── Gerber_BottomPasteMaskLayer.GBP │ ├── Gerber_BottomSilkscreenLayer.GBO │ ├── Gerber_BottomSolderMaskLayer.GBS │ ├── Gerber_InnerLayer1.G1 │ ├── Gerber_InnerLayer2.G2 │ ├── Gerber_InnerLayer3.G3 │ ├── Gerber_InnerLayer4.G4 │ ├── Gerber_MechanicalLayer.GME │ ├── Gerber_TopLayer.GTL │ ├── Gerber_TopPasteMaskLayer.GTP │ ├── Gerber_TopSilkscreenLayer.GTO │ └── Gerber_TopSolderMaskLayer.GTS ├── LICENSE.md ├── Mounting ├── BOTTOM_20x20_M3_Brass INSERT.STL ├── BOTTOM_30x30_Small M3 INSERTS.STL ├── TOP_20x20_M2.STL ├── TOP_20x20_M3.STL └── TOP_30x30_M3.STL ├── PickAndPlace ├── PickAndPlace_GD32_Processing_Board_4in1_RACING_ESC.csv └── PickAndPlace_Power_Distribution_Board_4in1_RACING_ESC.csv ├── Pictures ├── ESC pinout.png ├── Processing board.png ├── X01.jpg ├── X02.jpg ├── X03.jpg ├── X04.jpg ├── X05.jpg ├── X06.jpg ├── X07.jpg ├── X08.jpg └── X09.jpg ├── README.md └── Schematic ├── IOkFly-Race-AM32-4in1-ESC-MCU-Board.pdf └── IOkFly-Race-AM32-4in1-ESC-PDB.pdf /BOM/BOM_GD32_Processing_Board_4in1_RACING_ESC.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/BOM/BOM_GD32_Processing_Board_4in1_RACING_ESC.csv -------------------------------------------------------------------------------- /BOM/BOM_Power_Distribution_Board_4in1_RACING_ESC.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/BOM/BOM_Power_Distribution_Board_4in1_RACING_ESC.csv -------------------------------------------------------------------------------- /Graber/GD32_Processing_Board_4in1_RACING_ESC/Drill_PTH_Through.DRL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/GD32_Processing_Board_4in1_RACING_ESC/Drill_PTH_Through.DRL -------------------------------------------------------------------------------- /Graber/GD32_Processing_Board_4in1_RACING_ESC/Drill_PTH_Through_Via.DRL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/GD32_Processing_Board_4in1_RACING_ESC/Drill_PTH_Through_Via.DRL -------------------------------------------------------------------------------- /Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_BoardOutlineLayer.GKO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_BoardOutlineLayer.GKO -------------------------------------------------------------------------------- /Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_BottomLayer.GBL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_BottomLayer.GBL -------------------------------------------------------------------------------- /Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_BottomSilkscreenLayer.GBO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_BottomSilkscreenLayer.GBO -------------------------------------------------------------------------------- /Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_BottomSolderMaskLayer.GBS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_BottomSolderMaskLayer.GBS -------------------------------------------------------------------------------- /Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_InnerLayer1.GP1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_InnerLayer1.GP1 -------------------------------------------------------------------------------- /Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_InnerLayer2.G2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_InnerLayer2.G2 -------------------------------------------------------------------------------- /Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_InnerLayer3.GP3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_InnerLayer3.GP3 -------------------------------------------------------------------------------- /Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_InnerLayer4.GP4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_InnerLayer4.GP4 -------------------------------------------------------------------------------- /Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_TopLayer.GTL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_TopLayer.GTL -------------------------------------------------------------------------------- /Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_TopPasteMaskLayer.GTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_TopPasteMaskLayer.GTP -------------------------------------------------------------------------------- /Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_TopSilkscreenLayer.GTO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_TopSilkscreenLayer.GTO -------------------------------------------------------------------------------- /Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_TopSolderMaskLayer.GTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/GD32_Processing_Board_4in1_RACING_ESC/Gerber_TopSolderMaskLayer.GTS -------------------------------------------------------------------------------- /Graber/Power_Distribution_Board_4in1_RACING_ESC/Drill_PTH_Through.DRL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/Power_Distribution_Board_4in1_RACING_ESC/Drill_PTH_Through.DRL -------------------------------------------------------------------------------- /Graber/Power_Distribution_Board_4in1_RACING_ESC/Drill_PTH_Through_Via.DRL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/Power_Distribution_Board_4in1_RACING_ESC/Drill_PTH_Through_Via.DRL -------------------------------------------------------------------------------- /Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_BoardOutlineLayer.GKO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_BoardOutlineLayer.GKO -------------------------------------------------------------------------------- /Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_BottomLayer.GBL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_BottomLayer.GBL -------------------------------------------------------------------------------- /Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_BottomPasteMaskLayer.GBP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_BottomPasteMaskLayer.GBP -------------------------------------------------------------------------------- /Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_BottomSilkscreenLayer.GBO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_BottomSilkscreenLayer.GBO -------------------------------------------------------------------------------- /Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_BottomSolderMaskLayer.GBS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_BottomSolderMaskLayer.GBS -------------------------------------------------------------------------------- /Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_InnerLayer1.G1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_InnerLayer1.G1 -------------------------------------------------------------------------------- /Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_InnerLayer2.G2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_InnerLayer2.G2 -------------------------------------------------------------------------------- /Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_InnerLayer3.G3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_InnerLayer3.G3 -------------------------------------------------------------------------------- /Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_InnerLayer4.G4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_InnerLayer4.G4 -------------------------------------------------------------------------------- /Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_MechanicalLayer.GME: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_MechanicalLayer.GME -------------------------------------------------------------------------------- /Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_TopLayer.GTL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_TopLayer.GTL -------------------------------------------------------------------------------- /Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_TopPasteMaskLayer.GTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_TopPasteMaskLayer.GTP -------------------------------------------------------------------------------- /Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_TopSilkscreenLayer.GTO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_TopSilkscreenLayer.GTO -------------------------------------------------------------------------------- /Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_TopSolderMaskLayer.GTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Graber/Power_Distribution_Board_4in1_RACING_ESC/Gerber_TopSolderMaskLayer.GTS -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Mounting/BOTTOM_20x20_M3_Brass INSERT.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Mounting/BOTTOM_20x20_M3_Brass INSERT.STL -------------------------------------------------------------------------------- /Mounting/BOTTOM_30x30_Small M3 INSERTS.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Mounting/BOTTOM_30x30_Small M3 INSERTS.STL -------------------------------------------------------------------------------- /Mounting/TOP_20x20_M2.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Mounting/TOP_20x20_M2.STL -------------------------------------------------------------------------------- /Mounting/TOP_20x20_M3.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Mounting/TOP_20x20_M3.STL -------------------------------------------------------------------------------- /Mounting/TOP_30x30_M3.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Mounting/TOP_30x30_M3.STL -------------------------------------------------------------------------------- /PickAndPlace/PickAndPlace_GD32_Processing_Board_4in1_RACING_ESC.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/PickAndPlace/PickAndPlace_GD32_Processing_Board_4in1_RACING_ESC.csv -------------------------------------------------------------------------------- /PickAndPlace/PickAndPlace_Power_Distribution_Board_4in1_RACING_ESC.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/PickAndPlace/PickAndPlace_Power_Distribution_Board_4in1_RACING_ESC.csv -------------------------------------------------------------------------------- /Pictures/ESC pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Pictures/ESC pinout.png -------------------------------------------------------------------------------- /Pictures/Processing board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Pictures/Processing board.png -------------------------------------------------------------------------------- /Pictures/X01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Pictures/X01.jpg -------------------------------------------------------------------------------- /Pictures/X02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Pictures/X02.jpg -------------------------------------------------------------------------------- /Pictures/X03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Pictures/X03.jpg -------------------------------------------------------------------------------- /Pictures/X04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Pictures/X04.jpg -------------------------------------------------------------------------------- /Pictures/X05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Pictures/X05.jpg -------------------------------------------------------------------------------- /Pictures/X06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Pictures/X06.jpg -------------------------------------------------------------------------------- /Pictures/X07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Pictures/X07.jpg -------------------------------------------------------------------------------- /Pictures/X08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Pictures/X08.jpg -------------------------------------------------------------------------------- /Pictures/X09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Pictures/X09.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/README.md -------------------------------------------------------------------------------- /Schematic/IOkFly-Race-AM32-4in1-ESC-MCU-Board.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Schematic/IOkFly-Race-AM32-4in1-ESC-MCU-Board.pdf -------------------------------------------------------------------------------- /Schematic/IOkFly-Race-AM32-4in1-ESC-PDB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IOkFly-BLENDERIS/IOkFly-Race-AM32-4in1-ESC/HEAD/Schematic/IOkFly-Race-AM32-4in1-ESC-PDB.pdf --------------------------------------------------------------------------------