Astrotracker For Photography 3D Printer Model

Author: @
License: CC BY
File formats: STL
Download type: zip
Size:1.4MB

The file 'Astrotracker For Photography 3D Printer Model' is (STL) file type, size is 1.4MB.

Summary

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.

Non-printable parts

  • x1 Screw DIN931 M12 90mm (30mm of screw-thread) for warm-gear.
  • x1 Screw DIN931 M12 80mm (30mm of screw-thread) for axis.
  • x1 Screw DIN931(933) M8 50mm for photohead.
  • x2 Thrust bearings 7201B for axis.
  • x2 Bearing 61901 for warm-gear screw.
  • x2 M12 DIN934 nut (or counternut)
  • x1 M8 Wing nut
  • 2x M3 5mm inner/stopping screws for gear wheels.
  • Assortment of crews DIN 7049(or 7981) 2.9mm for parts coupling.

Assembly notes

  • Screw of warm-gear have to be polished with polishing paste. I used piece of felt and electrical screwdriver for it.
  • Parts named prokladka_*mm.STL used warm-gear tense adjustment. Big tense causes waving of all gear.
  • Big tense in axis causes spasmodic motions of camera. You should tighten the nut not so strong, but so tough avoiding lufts.

Arduino firmware

#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