Motorize your telescope with ARDUINO and SKYPIKIT Version 2023-09-23 |
INTRODUCTION TO THE PROJECT (2023-01-21) This document is a general introduction to the project. It provides the information necessary to get a good idea of the specifics of this project and what could distinguish it from other telescope motorization projects. It is recommended to read this document before approaching the other documents on this page. |
|
SKYPIKIT BOARDS SETS | |
SKYPIKIT PLEIADES BOARDS (2023-01-21) The boards in this set are made to simplify mounting since they already contain many elements that you do not need to install. You just have to drill the holes in the right places in a case large enough to hold the boards. |
|
BOARDS FOR MOTORIZING A LX200 GPS TELESCOPE (2020-02-15) This series is intended to replace the electronic circuits of a MEADE LX200 GPS or RCX400 mount which has stopped working properly. This series includes three boards that are found inside the mount and Pleiades boards in an external box. |
|
APPLICATION EXAMPLES | |
MOTORIZATION OF A SMOOTH SECTOR MOUNT (2020-02-28) This home-made telescope is a Newton with 250mm aperture and 1100mm focal length. It is a worm drive system, tractor nut and smooth sector. The original drive contained only a right ascension motor controlled by an electronic system based on an unstable RC circuit. The project consists in adding a second declination motor and a control with Skypikits to have a more stable control and to make autoguiding for astrophotography. This project uses the Arduino shields set of boards. Arduino sketch for this telescope |
|
MOTORIZATION OF A FORK MOUNT AND OF A FOCUSER (2021-09-19) This home-made telescope is a Newton with 400mm aperture and 1830mm focal length. It is a system with a large equatorial disc supported by two rollers, one of which is motorized. The original drive contained both right ascension and declination motors, but long exposure photography was not possible due to the imprecision of the original drive system. This project uses the Pleiades series boards to control the stepper motors of the telescope and a motorized focuser with greater precision. |
|
MOTORIZATION OF AN EQ3 MOUNT (2020-03-03) Here we had a small portable mount with a single stepping motor on the right ascension axis, without the possibility of GoTo or autoguiding. The project consists in adding a second declination motor and a control with Skypikits to be able to do GoTo and autoguiding during astronomical photos. The controller of this mount uses the Pleiades set of boards. Arduino sketch for this telescope |
|
MOTORIZATION OF A LOSMANDY G11 MOUNT (2020-03-05) The original mount was a used Losmandy G11 mount with two stepper motors, without the possibility of GoTo or autoguiding. Modifications made on this telescope: - replace the motors with DC motors with encoder; - add the motor control for a focuser; - add the possibility of GoTo and autoguiding for long exposure astrophotos. The controller for this mount uses the Pleiades set of boards. Arduino sketch for this telescope |
|
CONTROL OF A MOONLITE FOCUSER (2020-02-22) The MOONLITE focuser can be delivered with a precision stepper motor. This motor is a unipolar stepper motor. This document shows how the unipolar motor of the MOONLITE focuser can be controlled with a board from the Arduino shield set or with a TAYGETA-3 board fitted with the unipolar stepper motor driver. Arduino sketch for this focuser |
|
TOOLS AND DOCUMENTATION | |
CALCULATION AND CHOICE OF MOTORS AND GEARS (2020-02-26) One important thing that you must know before going further into the project is how to choose the motors and the gears which will give the right speeds to follow the stars at sidereal speed and to make a fast displacement during a GoTo. |
|
ELECTRONIC ASSEMBLY (2020-02-26) Small electronic assembly guide with tips for soldering, assembling and testing. |
|
THE SKYPIKIT MICROCONTROLLER (2020-02-26) Technical manual and user's guide. Detailed document on the operation and use of the SKYPIKIT chip. Description of pins. Characteristics. Description of the I2C interface. List of commands and format of the SKYPIKIT protocol. Control of various models of motor power drivers. Autoguiding with the On-camera method and with PulseGuide. Limit switches, Index signal and Sensor signal. Programming examples of ARDUINO and astronomy software. |
|
THE SKYPIKIT MOTOR TESTER TUNER APPLICATION (2020-02-11) The Windows program SMTTA "SKYPIKIT MOTOR TESTER TUNER" is used to test the operation of a motor and to find the right settings for optimal control: - allows you to adjust the settings of the USB communication; - allows testing of different frequency of status requests on the I2C link; - allows to adjust and test all the settings of the controller: sidereal tracking, fast movements, autoguiding, proportional-integral gains, etc .; - gives a graph of analysis of speed and position as a function of time, in the fixed reference system and in the sidereal reference system; - calculates the motor precision in autoguiding: peak to peak deviation, standard deviation ...; - also helps to make the calculations to choose the motors and the correct gear reduction. |
|
THE SKYPIKIT FEX APPLICATION (2020-02-17) This free application is used to directly control an equatorial mount of a skypikitized telescope from the COELIX software. It can also control a motorized focuser. It works for any type of motor. You just need to enter the correct settings for control and USB communication between the computer and the telescope. This application is now part of the COELIX software from Apex 2.120 or Demo 1.120 version . |
|
SKYPIKIT ASCOM DRIVER FOR EQUATORIAL MOUNT (pdf) ASCOM DRIVER FOR MOTORIZED FOCUSER (pdf) PDF doc coming soon for the focuser (2022-11-09) An ASCOM driver is used to control a precise model of telescope, focuser, dome, field rotator, etc., from any astronomy software (COELIX, N.I.N.A., Stellarium, Cartes du Ciel, or others). There are two Skypikit ASCOM drivers: - an ASCOM driver for equatorial mount; - an ASCOM driver for motorized focuser. These two drivers have been successfully tested with Coelix, N.I.N.A., and the ASCOM Compliance App. |
|
FILES TO DOWNLOAD |
|
THE SKYPIKIT MOTOR TESTER TUNER APPLICATION SMTTA (version 3.1.2) SKYPIKIT GENERIC EQUATORIAL ARDUINO SKETCH PROGRAM (for the control with the SMTTA application and tests) SKYPIKIT ASCOM DRIVER FOR EQUATORIAL MOUNT SKYPIKIT ASCOM DRIVER FOR MOTORIZED FOCUSER |