├── 3D Files ├── Buttons │ ├── Nosymbols │ │ ├── README.md │ │ ├── bumper.stl │ │ ├── dpad.stl │ │ ├── powerbutton.stl │ │ ├── sidebutton.stl │ │ ├── topbutton.stl │ │ └── trigger.stl │ └── Symbols │ │ ├── README.md │ │ ├── a.stl │ │ ├── b.stl │ │ ├── dpad.stl │ │ ├── lb.stl │ │ ├── ls.stl │ │ ├── lt.stl │ │ ├── menu.stl │ │ ├── power.stl │ │ ├── rb.stl │ │ ├── rs.stl │ │ ├── rt.stl │ │ ├── s1.stl │ │ ├── s2.stl │ │ ├── select.stl │ │ ├── start.stl │ │ ├── x.stl │ │ └── y.stl ├── Hinge │ ├── README.md │ ├── endcap.stl │ ├── hinge-bottomleft.stl │ ├── hinge-bottommiddle.stl │ ├── hinge-bottomright.stl │ ├── hinge-topleft.stl │ ├── hinge-topright.stl │ ├── topcover-l.stl │ └── topcover-r.stl ├── Misc │ ├── README.md │ ├── batterymount.stl │ ├── fanguide1.stl │ ├── fanguide2.stl │ ├── fanmount.stl │ └── speakergrille.stl ├── Plate │ ├── README.md │ ├── bottomcover.stl │ ├── bottomplate.stl │ ├── lowerscreenmount-back.stl │ ├── lowerscreenmount.stl │ ├── topcover.stl │ └── topframe.stl ├── README.md └── ds-simple.blend ├── BOM ├── Main BOM.xlsx └── README.md ├── LICENSE ├── PCB ├── BOM_Board1_PCB1_2025-08-25.xlsx ├── CM5_Mobo_final.epro ├── Gerber_PCB1_2025-08-25.zip ├── PickAndPlace_PCB1_2025-08-25.xlsx └── README.md ├── Programming ├── I2C-MCU.zip └── README.md ├── README.md └── SysImage └── README.md /3D Files/Buttons/Nosymbols/README.md: -------------------------------------------------------------------------------- 1 | Buttons with no symbols 2 | -------------------------------------------------------------------------------- /3D Files/Buttons/Nosymbols/bumper.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Nosymbols/bumper.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Nosymbols/dpad.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Nosymbols/dpad.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Nosymbols/powerbutton.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Nosymbols/powerbutton.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Nosymbols/sidebutton.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Nosymbols/sidebutton.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Nosymbols/topbutton.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Nosymbols/topbutton.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Nosymbols/trigger.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Nosymbols/trigger.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Symbols/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Symbols/README.md -------------------------------------------------------------------------------- /3D Files/Buttons/Symbols/a.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Symbols/a.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Symbols/b.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Symbols/b.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Symbols/dpad.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Symbols/dpad.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Symbols/lb.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Symbols/lb.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Symbols/ls.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Symbols/ls.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Symbols/lt.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Symbols/lt.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Symbols/menu.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Symbols/menu.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Symbols/power.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Symbols/power.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Symbols/rb.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Symbols/rb.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Symbols/rs.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Symbols/rs.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Symbols/rt.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Symbols/rt.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Symbols/s1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Symbols/s1.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Symbols/s2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Symbols/s2.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Symbols/select.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Symbols/select.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Symbols/start.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Symbols/start.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Symbols/x.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Symbols/x.stl -------------------------------------------------------------------------------- /3D Files/Buttons/Symbols/y.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Buttons/Symbols/y.stl -------------------------------------------------------------------------------- /3D Files/Hinge/README.md: -------------------------------------------------------------------------------- 1 | Contains all components of the hinge 2 | -------------------------------------------------------------------------------- /3D Files/Hinge/endcap.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Hinge/endcap.stl -------------------------------------------------------------------------------- /3D Files/Hinge/hinge-bottomleft.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Hinge/hinge-bottomleft.stl -------------------------------------------------------------------------------- /3D Files/Hinge/hinge-bottommiddle.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Hinge/hinge-bottommiddle.stl -------------------------------------------------------------------------------- /3D Files/Hinge/hinge-bottomright.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Hinge/hinge-bottomright.stl -------------------------------------------------------------------------------- /3D Files/Hinge/hinge-topleft.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Hinge/hinge-topleft.stl -------------------------------------------------------------------------------- /3D Files/Hinge/hinge-topright.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Hinge/hinge-topright.stl -------------------------------------------------------------------------------- /3D Files/Hinge/topcover-l.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Hinge/topcover-l.stl -------------------------------------------------------------------------------- /3D Files/Hinge/topcover-r.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Hinge/topcover-r.stl -------------------------------------------------------------------------------- /3D Files/Misc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Misc/README.md -------------------------------------------------------------------------------- /3D Files/Misc/batterymount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Misc/batterymount.stl -------------------------------------------------------------------------------- /3D Files/Misc/fanguide1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Misc/fanguide1.stl -------------------------------------------------------------------------------- /3D Files/Misc/fanguide2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Misc/fanguide2.stl -------------------------------------------------------------------------------- /3D Files/Misc/fanmount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Misc/fanmount.stl -------------------------------------------------------------------------------- /3D Files/Misc/speakergrille.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Misc/speakergrille.stl -------------------------------------------------------------------------------- /3D Files/Plate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Plate/README.md -------------------------------------------------------------------------------- /3D Files/Plate/bottomcover.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Plate/bottomcover.stl -------------------------------------------------------------------------------- /3D Files/Plate/bottomplate.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Plate/bottomplate.stl -------------------------------------------------------------------------------- /3D Files/Plate/lowerscreenmount-back.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Plate/lowerscreenmount-back.stl -------------------------------------------------------------------------------- /3D Files/Plate/lowerscreenmount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Plate/lowerscreenmount.stl -------------------------------------------------------------------------------- /3D Files/Plate/topcover.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Plate/topcover.stl -------------------------------------------------------------------------------- /3D Files/Plate/topframe.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/Plate/topframe.stl -------------------------------------------------------------------------------- /3D Files/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/README.md -------------------------------------------------------------------------------- /3D Files/ds-simple.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/3D Files/ds-simple.blend -------------------------------------------------------------------------------- /BOM/Main BOM.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/BOM/Main BOM.xlsx -------------------------------------------------------------------------------- /BOM/README.md: -------------------------------------------------------------------------------- 1 | OK its here 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/LICENSE -------------------------------------------------------------------------------- /PCB/BOM_Board1_PCB1_2025-08-25.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/PCB/BOM_Board1_PCB1_2025-08-25.xlsx -------------------------------------------------------------------------------- /PCB/CM5_Mobo_final.epro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/PCB/CM5_Mobo_final.epro -------------------------------------------------------------------------------- /PCB/Gerber_PCB1_2025-08-25.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/PCB/Gerber_PCB1_2025-08-25.zip -------------------------------------------------------------------------------- /PCB/PickAndPlace_PCB1_2025-08-25.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/PCB/PickAndPlace_PCB1_2025-08-25.xlsx -------------------------------------------------------------------------------- /PCB/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/PCB/README.md -------------------------------------------------------------------------------- /Programming/I2C-MCU.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/Programming/I2C-MCU.zip -------------------------------------------------------------------------------- /Programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/Programming/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/README.md -------------------------------------------------------------------------------- /SysImage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/borpendy/DSpi/HEAD/SysImage/README.md --------------------------------------------------------------------------------