├── Arduino Code ├── .gitkeep ├── ATTiny_Code.ino └── Main_Simplified_Code.ino ├── CAD Files ├── .gitkeep ├── Grip Block v5.f3d ├── Grip Screw Head v8.f3d ├── Moving Grip v40.f3d ├── Moving Load Cell Mount Mk2 v23.f3d ├── Stationary Grip Mk3 v37.f3d ├── Stepper Motor Mount Mk4 Long v11.f3d └── Tensile Testing Machine Assembly v50.step ├── Green HX711 PCB ├── .gitkeep ├── Gerber_Tensile Test PCB Green.zip ├── Schematic_Tensile Test Green.pdf ├── Tensile Test PCB Green.json └── Tensile Test PCB Green.pcbdoc ├── LICENSE ├── README.md └── Red HX711 PCB ├── .gitkeep ├── Gerber_Tensile Test PCB.zip ├── Schematic.pdf ├── Tensile Test PCB.json └── Tensile Test PCB.pcbdoc /Arduino Code/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Arduino Code/ATTiny_Code.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyBlackStone/Universal-Tensile-Testing-Machine/HEAD/Arduino Code/ATTiny_Code.ino -------------------------------------------------------------------------------- /Arduino Code/Main_Simplified_Code.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyBlackStone/Universal-Tensile-Testing-Machine/HEAD/Arduino Code/Main_Simplified_Code.ino -------------------------------------------------------------------------------- /CAD Files/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /CAD Files/Grip Block v5.f3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyBlackStone/Universal-Tensile-Testing-Machine/HEAD/CAD Files/Grip Block v5.f3d -------------------------------------------------------------------------------- /CAD Files/Grip Screw Head v8.f3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyBlackStone/Universal-Tensile-Testing-Machine/HEAD/CAD Files/Grip Screw Head v8.f3d -------------------------------------------------------------------------------- /CAD Files/Moving Grip v40.f3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyBlackStone/Universal-Tensile-Testing-Machine/HEAD/CAD Files/Moving Grip v40.f3d -------------------------------------------------------------------------------- /CAD Files/Moving Load Cell Mount Mk2 v23.f3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyBlackStone/Universal-Tensile-Testing-Machine/HEAD/CAD Files/Moving Load Cell Mount Mk2 v23.f3d -------------------------------------------------------------------------------- /CAD Files/Stationary Grip Mk3 v37.f3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyBlackStone/Universal-Tensile-Testing-Machine/HEAD/CAD Files/Stationary Grip Mk3 v37.f3d -------------------------------------------------------------------------------- /CAD Files/Stepper Motor Mount Mk4 Long v11.f3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyBlackStone/Universal-Tensile-Testing-Machine/HEAD/CAD Files/Stepper Motor Mount Mk4 Long v11.f3d -------------------------------------------------------------------------------- /CAD Files/Tensile Testing Machine Assembly v50.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyBlackStone/Universal-Tensile-Testing-Machine/HEAD/CAD Files/Tensile Testing Machine Assembly v50.step -------------------------------------------------------------------------------- /Green HX711 PCB/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Green HX711 PCB/Gerber_Tensile Test PCB Green.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyBlackStone/Universal-Tensile-Testing-Machine/HEAD/Green HX711 PCB/Gerber_Tensile Test PCB Green.zip -------------------------------------------------------------------------------- /Green HX711 PCB/Schematic_Tensile Test Green.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyBlackStone/Universal-Tensile-Testing-Machine/HEAD/Green HX711 PCB/Schematic_Tensile Test Green.pdf -------------------------------------------------------------------------------- /Green HX711 PCB/Tensile Test PCB Green.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyBlackStone/Universal-Tensile-Testing-Machine/HEAD/Green HX711 PCB/Tensile Test PCB Green.json -------------------------------------------------------------------------------- /Green HX711 PCB/Tensile Test PCB Green.pcbdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyBlackStone/Universal-Tensile-Testing-Machine/HEAD/Green HX711 PCB/Tensile Test PCB Green.pcbdoc -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyBlackStone/Universal-Tensile-Testing-Machine/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyBlackStone/Universal-Tensile-Testing-Machine/HEAD/README.md -------------------------------------------------------------------------------- /Red HX711 PCB/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Red HX711 PCB/Gerber_Tensile Test PCB.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyBlackStone/Universal-Tensile-Testing-Machine/HEAD/Red HX711 PCB/Gerber_Tensile Test PCB.zip -------------------------------------------------------------------------------- /Red HX711 PCB/Schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyBlackStone/Universal-Tensile-Testing-Machine/HEAD/Red HX711 PCB/Schematic.pdf -------------------------------------------------------------------------------- /Red HX711 PCB/Tensile Test PCB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyBlackStone/Universal-Tensile-Testing-Machine/HEAD/Red HX711 PCB/Tensile Test PCB.json -------------------------------------------------------------------------------- /Red HX711 PCB/Tensile Test PCB.pcbdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyBlackStone/Universal-Tensile-Testing-Machine/HEAD/Red HX711 PCB/Tensile Test PCB.pcbdoc --------------------------------------------------------------------------------