Skip to content

Commit 8ac58ea

Browse files
committed
Because I solder bad
1 parent 24ed23b commit 8ac58ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Software/Arduino code/OpenAstroTracker/OpenAstroTracker.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ boolean north = true; // change this to 'false' if youre in the southern hemi
2525
// Which means 108245 steps (26.43 x 4096) moves 360 degrees (V2: 115812 steps (28.27 x 4096)
2626
// So there are 300.1 steps/degree (108245 / 360) (V2: 322 (115812 / 360))
2727

28-
int RAStepsPerDegree = 300; // V1 Ring has a ridge that the belt runs on and the ring runs on the bearings
29-
// int RAStepsPerDegree = 322; // V2 Ring has belt in a groove and runs on bearings
28+
// int RAStepsPerDegree = 300; // V1 Ring has a ridge that the belt runs on and the ring runs on the bearings
29+
int RAStepsPerDegree = 322; // V2 Ring has belt in a groove and runs on bearings
3030

3131
// Belt moves 40mm for one stepper revolution (2mm pitch, 20 teeth).
3232
// DEC wheel is 2 x PI x 90mm circumference which is 565.5mm

Software/Arduino code/OpenAstroTracker/a_inits.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// RA Motor pins
1414
#define motorPin1 2 // IN1 auf ULN2003 driver 1 // 2 / 22
1515
#define motorPin2 3 // IN2 auf ULN2003 driver 1 // 3 / 24
16-
#define motorPin3 11 // IN3 auf ULN2003 driver 1 // 11 / 26
17-
#define motorPin4 12 // IN4 auf ULN2003 driver 1 // 12 / 28
16+
#define motorPin3 13 // IN3 auf ULN2003 driver 1 // 11 / 26
17+
#define motorPin4 11 // IN4 auf ULN2003 driver 1 // 12 / 28
1818

1919
// DEC Motor pins
2020
#define motorPin11 15 // IN1 auf ULN2003 driver 2

0 commit comments

Comments
 (0)