Skip to content

Commit 5d8ee08

Browse files
committed
Refresh files, changes to pins and ring ver
1 parent edd7828 commit 5d8ee08

File tree

7 files changed

+4
-809
lines changed

7 files changed

+4
-809
lines changed

Software/Arduino code/OpenAstroTracker/OpenAstroTracker.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ String version = "V1.6.01";
2626
// So there are 300.1 steps/degree (108245 / 360) (V2: 322 (115812 / 360))
2727
// Theoretical RA tracking speed is 1.246586 (300 x 14.95903 / 3600) (V2 : 1.333800 (322 x 14.95903 / 3600) steps/sec
2828

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

3232

3333
// Belt moves 40mm for one stepper revolution (2mm pitch, 20 teeth).

Software/Arduino code/OpenAstroTracker/a_inits.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
// RA Motor pins
1818
#define RAmotorPin1 2 // IN1 auf ULN2003 driver 1 // 2 / 22
1919
#define RAmotorPin3 3 // IN2 auf ULN2003 driver 1 // 3 / 24
20-
#define RAmotorPin2 11 // IN3 auf ULN2003 driver 1 // 11 / 26
21-
#define RAmotorPin4 12 // IN4 auf ULN2003 driver 1 // 12 / 28
20+
#define RAmotorPin2 13 // IN3 auf ULN2003 driver 1 // 11 / 26
21+
#define RAmotorPin4 11 // IN4 auf ULN2003 driver 1 // 12 / 28
2222

2323
// DEC Motor pins
2424
#define DECmotorPin1 15 // IN1 auf ULN2003 driver 2

Software/Arduino code/OpenAstroTracker/b1_menu.ino

Lines changed: 0 additions & 264 deletions
This file was deleted.

0 commit comments

Comments
 (0)