ThisIsJustARandomGuy / dobson-star-tracker

This project aims to enable makers to motorize their dobson-style mounted telescopes using easily sourced hardware
MIT License
38 stars 9 forks source link

The display does not work and there is no control from the stellarium #6

Open Apnet66 opened 9 months ago

Apnet66 commented 9 months ago

Hi all. Has anyone gotten the display to work? I connected it with a sandwich and, as in the picture, the display was completely illuminated. with stellarium the engines get warm, sometimes they hum quietly, but there is no movement. I made the changes that were in this thread. 8825 was set to 70% of the maximum motor current, checked the ramps on the Marlin firmware, everything works. #define AZ_ENABLE_PIN 38 // RAMPS 1.4 X stepper

define AZ_STEP_PIN 54 // RAMPS 1.4

define AZ_DIR_PIN 55 // RAMPS 1.4

define AZ_STEPS_PER_REV 0. // My value: 119467.0 // How many steps the stepper motor needs to complete for one a horizontal 360degree revolution of the telescope (my setup: 3200 : 1 and 560 : 15)

define AZ_MAX_ACCEL 300 // Maximum acceleration for the azimuth stepper

define AZ_MAX_SPEED 4000 // Maximum speed for the azimuth stepper

/*