├── .gitignore ├── Example Configs ├── BotStep17.txt ├── Kysan 1124090.txt ├── Kysan 1124187.txt ├── Moons 17HD-4063-xxN.txt ├── Pololu 4988.txt ├── Pololu 8825.txt ├── RAPS128.txt └── SureStepr SD6128.txt ├── LICENSE ├── README.md ├── Sim sheets ├── A3977 w phase circle.xlsx ├── A3977.xlsx ├── A4988 A4982 w phase circle.xlsx ├── A4988 A4982.xlsx ├── DRV8825 w phase circle.xlsx ├── DRV8825.xlsx ├── THB6128 w phase circle.xlsx └── THB6128.xlsx └── Torque Curve Predictor.xlsx /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcarlyle/StepperSim/HEAD/.gitignore -------------------------------------------------------------------------------- /Example Configs/BotStep17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcarlyle/StepperSim/HEAD/Example Configs/BotStep17.txt -------------------------------------------------------------------------------- /Example Configs/Kysan 1124090.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcarlyle/StepperSim/HEAD/Example Configs/Kysan 1124090.txt -------------------------------------------------------------------------------- /Example Configs/Kysan 1124187.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcarlyle/StepperSim/HEAD/Example Configs/Kysan 1124187.txt -------------------------------------------------------------------------------- /Example Configs/Moons 17HD-4063-xxN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcarlyle/StepperSim/HEAD/Example Configs/Moons 17HD-4063-xxN.txt -------------------------------------------------------------------------------- /Example Configs/Pololu 4988.txt: -------------------------------------------------------------------------------- 1 | Pololu 4988 Default Parameters 2 | Rosc: 10kohm pull-down 3 | Rsense: 0.05 ohm -------------------------------------------------------------------------------- /Example Configs/Pololu 8825.txt: -------------------------------------------------------------------------------- 1 | Pololu 8825 Default Parameters 2 | Decay Pin Config: Float 3 | Rsense: 0.1 ohm 4 | -------------------------------------------------------------------------------- /Example Configs/RAPS128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcarlyle/StepperSim/HEAD/Example Configs/RAPS128.txt -------------------------------------------------------------------------------- /Example Configs/SureStepr SD6128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcarlyle/StepperSim/HEAD/Example Configs/SureStepr SD6128.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcarlyle/StepperSim/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcarlyle/StepperSim/HEAD/README.md -------------------------------------------------------------------------------- /Sim sheets/A3977 w phase circle.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcarlyle/StepperSim/HEAD/Sim sheets/A3977 w phase circle.xlsx -------------------------------------------------------------------------------- /Sim sheets/A3977.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcarlyle/StepperSim/HEAD/Sim sheets/A3977.xlsx -------------------------------------------------------------------------------- /Sim sheets/A4988 A4982 w phase circle.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcarlyle/StepperSim/HEAD/Sim sheets/A4988 A4982 w phase circle.xlsx -------------------------------------------------------------------------------- /Sim sheets/A4988 A4982.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcarlyle/StepperSim/HEAD/Sim sheets/A4988 A4982.xlsx -------------------------------------------------------------------------------- /Sim sheets/DRV8825 w phase circle.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcarlyle/StepperSim/HEAD/Sim sheets/DRV8825 w phase circle.xlsx -------------------------------------------------------------------------------- /Sim sheets/DRV8825.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcarlyle/StepperSim/HEAD/Sim sheets/DRV8825.xlsx -------------------------------------------------------------------------------- /Sim sheets/THB6128 w phase circle.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcarlyle/StepperSim/HEAD/Sim sheets/THB6128 w phase circle.xlsx -------------------------------------------------------------------------------- /Sim sheets/THB6128.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcarlyle/StepperSim/HEAD/Sim sheets/THB6128.xlsx -------------------------------------------------------------------------------- /Torque Curve Predictor.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rcarlyle/StepperSim/HEAD/Torque Curve Predictor.xlsx --------------------------------------------------------------------------------