From a12d76572f3412deb07d0bb5d6741250c0e020c2 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Thu, 15 Sep 2022 16:52:40 -0600 Subject: [PATCH] Notes on tracking mounts --- src/Hardware.tex | 1 + src/Software.tex | 66 +++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 66 insertions(+), 1 deletion(-) diff --git a/src/Hardware.tex b/src/Hardware.tex index a1f418b..6de3d7c 100644 --- a/src/Hardware.tex +++ b/src/Hardware.tex @@ -44,6 +44,7 @@ Other components: \section{Camera} \label{sec:hardware-camera} \index{camera} +% XXX aravis Cameras being evaluated: diff --git a/src/Software.tex b/src/Software.tex index cc71a14..d5f1d54 100644 --- a/src/Software.tex +++ b/src/Software.tex @@ -349,12 +349,61 @@ Using \gls{INDI} with \gls{KStars} and Ekos on a Sky-Watcher or \gls{Celestron} \gls{telescope} mount is a known working solution. \index{Sky-Watcher}\index{Ekos} +\gls{Celestron} \glspl{telescope} are widely used and available for many years. +There is a variety of software written to control the mounts. The below list +covers the drivers (e.g. \gls{INDI}), not the software on top (e.g \gls{KStars}). + +\gls{Celestron} Nexstar \gls{telescope} tracking mount drivers:% +\footnote{\url{https://www.indilib.org/telescopes/celestron.html}}% +\footnote{\url{https://github.com/indigo-astronomy/libnexstar}}% +\footnote{\url{https://github.com/indigo-astronomy/indigo/blob/master/indigo_drivers/mount_nexstar/README.md}} +\begin{mdframed}[backgroundcolor=blue!10,linecolor=blue!30] +\begin{description} + \item [Celestron INDI] --- \gls{Celestron} \gls{INDI} + \item [libnexstar INDIGO] --- libnexstar INDIGO. +\end{description} +\end{mdframed} + +Sky-Watcher EQ6-R Pro \gls{telescope} tracking mount drivers:% +\footnote{\url{https://www.indilib.org/telescopes/skywatcher.html}}% +\footnote{\url{https://www.indilib.org/telescopes/skywatcher/eqmod.html}}% +\footnote{\url{https://www.indilib.org/telescopes/skywatcher/synscan-telescope.html}} +\begin{mdframed}[backgroundcolor=blue!10,linecolor=blue!30] +\begin{description} + \item [EQMod Mount INDI] --- Drives Sky-Watcher protocol. + \item [Synscan INDI] --- Drives Synscan hand controller. + \gls{INDI} recommends using EQMod Mount over Synscan. + \item [libnexstar INDIGO] --- libnexstar INDIGO. +\end{description} +\end{mdframed} + +\subsection{INDI} +\gls{INDI} does much, \gls{KStars}, etc. + +One option to consider is making \gls{stvid} an \gls{INDI} client. + + +\subsection{INDIGO} +INDIGO% +\footnote{\url{https://www.indigo-astronomy.org/}} +works with libnexstar, which supports many mounts:% +\footnote{\url{https://github.com/indigo-astronomy/libnexstar}} + +\begin{quote} +This library implements the serial commands supported by the Celestron +NexStar hand control (HC) and SkyWatcher/Orion SynScan HC. This applies +to the Celestron: NexStar GPS, NexStar GPS-SA, NexStar iSeries, NexStar +SE Series, NexStar GT, CPC, SLT, Advanced-VX, Advanced-GT, CGE, CGEM etc. +SkyWatcher: EQ5, HEQ5, EQ6 (Pro), AZ-EQ5 GT, AZ-EQ6 GT, EQ8 etc. and the +corresponding Orion mounts. +\end{quote} \subsection{Antenna Tracking Software} At present, for the \gls{SatNOGS} network \gls{RF} \glspl{ground-station}, hamlib is typically used for tracking, if directional \glspl{antenna} are used. Hamlib was originally created for \gls{amateur-radio} equipment, but has -expanded to control many more devices. +expanded to control many more devices. Hamlib can be used for some +telescope mounts. \index{hamlib} \begin{mdframed}[backgroundcolor=blue!10,linecolor=blue!30] @@ -363,12 +412,27 @@ expanded to control many more devices. \end{description} \end{mdframed} +\subsection{Hamlib} I don't know of anyone prototyping a satellite tracking mount with hamlib, but it should be possible using the ``leap frog'' method, perhaps on the same mount as existing \gls{SatNOGS} \glspl{antenna}. The mount may not be steady enough. \index{hamlib}\index{mount}\index{track} +Hamlib lists support for the following tracking mounts, usually +used with \glspl{telescope}.% +\footnote{Output from version 4.3.1 of \texttt{rotctl --list}} + + +\begin{mdframed}[backgroundcolor=blue!10,linecolor=blue!30] +\begin{description} + \item [] +\end{description} +\end{mdframed} +% 1401 Celestron NexStar 20110821.0 Untested ROT_MODEL_NEXSTAR +% 1801 Meade LX200/Autostar 20200610.0 Stable ROT_MODEL_MEADE +% 1901 iOptron iOptron 20191209.0 Alpha ROT_MODEL_IOPTRON + \subsection{Camera Tracking Software}