File tree Expand file tree Collapse file tree
Software/Arduino code/OpenAstroTracker Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ float RAStepsPerRevolution = 4096;
4141// Theoretically correct RA tracking speed is 1.246586 (300 x 14.95903 / 3600) (V2 : 1.333800 (322 x 14.95903 / 3600) steps/sec
4242
4343// Your drive pulley tooth count:
44- #define RAPulleyTeeth 20
44+ #define RAPulleyTeeth 16
4545// the Circumference of the RA wheel
4646// V1: 1057.1
4747// V2: 1131
@@ -59,7 +59,7 @@ float DECStepsPerRevolution = 4096;
5959// One DEC revolution needs 14.13 (565.5mm/40mm) stepper revolutions
6060// Which means 57907 steps (14.14 x 4096) moves 360 degrees
6161// So there are 160.85 steps/degree (57907/360)
62- #define DecPulleyTeeth 20
62+ #define DecPulleyTeeth 16
6363
6464int DECStepsPerDegree = (565.5 / (DecPulleyTeeth * 2.0 ) * DECStepsPerRevolution / 360.0 );
6565
You can’t perform that action at this time.
0 commit comments