Tracking gear for astrophotography. Works for small focus lengths. Compatible with most common tripods. It was a test of FDM printer possibilities...
Note: I've reached more softness, building simplicity and small weight in this project.
prokladka_*mm.STL
used warm-gear tense adjustment. Big tense causes waving of all gear. #include <AFMotor.h>// Connect a stepper motor with 200 steps per revolution // to motor port #2 (M3 and M4)AF_Stepper motor(200, 2);void setup() { Serial.begin(9600); // set up Serial library at 9600 bps motor.setSpeed(5); }void loop() { unsigned long last_time_point, diff; int step_period = 755; last_time_point = millis(); while(1){ diff = millis()-last_time_point; if(diff >= step_period){ motor.step(1, FORWARD, MICROSTEP); last_time_point += step_period; } }}
AFMotor.h is Adafruit Microstep motor library from https://github.com/adafruit/Adafruit-Motor-Shield-library
base_mount.STL | 107.2KB | |
big_wheel.STL | 477.7KB | |
head_backsides.STL | 206.9KB | |
head_ball.STL | 315.8KB | |
head_base.STL | 203.4KB | |
ISO_-_Spur_gear_1.25M_10T_20PA_12FW_---S10B22H20L5.0N.STL | 73.9KB | |
ISO_-_Spur_gear_1.25M_40T_20PA_12FW_---S40B22H20L12.0N.STL | 78.5KB | |
key_5.5.STL | 104.2KB | |
line_mount.STL | 39.3KB | |
motor_clip.STL | 100.2KB | |
motor_mount.STL | 83.5KB | |
mount_main.STL | 195.4KB | |
positioning_ring.STL | 74.8KB | |
prokladka_1.25mm.STL | 7.7KB | |
prokladka_1.5mm.STL | 7.7KB | |
prokladka_1.75mm.STL | 7.7KB | |
prokladka_1mm.STL | 7.7KB | |
prokladka_2mm.STL | 7.7KB | |
reductor_box.STL | 270.8KB | |
shaiba_12.STL | 22.0KB | |
shaiba_for_bearing.STL | 30.2KB | |
shifting_mount.STL | 215.3KB | |
shifting_plate.STL | 30.4KB | |
shtativ-clip-big.STL | 951.4KB | |
shtativ-clip.STL | 393.3KB | |
small_wheel.STL | 174.3KB | |
square.STL | 238.0KB |