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