Skip to content

Commit 81e649a

Browse files
committed
16T as default pulley.
1 parent e43e6f7 commit 81e649a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Software/Arduino code/OpenAstroTracker/OpenAstroTracker.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

6464
int DECStepsPerDegree = (565.5 / (DecPulleyTeeth * 2.0) * DECStepsPerRevolution / 360.0);
6565

0 commit comments

Comments
 (0)