Simon's and Max' camera steering software. https://stiefel.tech
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

46 lines
877 B

{
"axis_configurations": [
{
"stepper": {
"gear_reduction": 64.0,
"steps_per_revolution": 32,
"clockwise" : true
},
"a4988": {
"microsteps": 16,
"gpio_dir": 20,
"gpio_en": 21,
"gpio_step": 12
},
"id": "elevation"
},
{
"stepper": {
"gear_reduction": 64.0,
"steps_per_revolution": 32,
"clockwise" : false
},
"a4988": {
"microsteps": 16,
"gpio_dir": 19,
"gpio_en": 26,
"gpio_step": 13
},
"id": "azimuth"
},
{
"stepper": {
"gear_reduction": 64.0,
"steps_per_revolution": 32,
"clockwise" : false
},
"a4988": {
"microsteps": 16,
"gpio_dir": 3,
"gpio_en": 4,
"gpio_step": 2
},
"id": "focus"
}
]
}