docs.kde.org
Astronomical Device Control with INDI
Prev
Next

Chapter 8. Astronomical Device Control with INDI

Table of Contents

INDI Setup
Telescope Setup
CCD and Video-Capture Setup
Capture Image Sequence
Configure INDI
INDI Concepts
Remote Device Control
Running an INDI server from the command line
Secure Remote Operation
INDI Frequently Asked Questions

KStars provides an interface to configure and control astronomical instruments via the INDI protocol.

The INDI protocol supports a variety of astronomical instruments such as CCD cameras and focusers. Currently, KStars supports the following devices:

Table 8.1. Supported Telescopes

TelescopeDevice driver
LX200 8"-12" Classicindi_lx200classic
Autostar based telescopesindi_lx200autostar
LX200 GPS 8"-16"indi_lx200gps
LX200 Classic 16"indi_lx200_16
NexStar GPS, CGE, AS-GTindi_celestrongps
New GT, NexStar 5i/8iindi_celestrongps
Takahashi Temmaindi_temma
Astro-Electronic FS-2indi_lx200basic
Argo Navisindi_lx200basic
Losmandy Geminiindi_lx200basic
Mel Bartels Controllersindi_lx200basic
Sky Commanderindi_skycommander
Intelliscope/SkyWizardindi_intelliscope
Orion Atlasindi_orion_atlas

Table 8.2. Supported Focusers

FocuserDevice driver
Meade LX200GPS Microfocuserindi_lx200gps
Meade 1206 Primary Mirror Focuserindi_lx200basic
JMI NGF Seriesindi_lx200basic
JMI MOTOFOCUSindi_lx200basic
FLI Precision Focuserindi_fli_pdf
RoboFocusindi_robofocus

Table 8.3. Supported CCDs

CCDDevice driver
Finger Lakes Instruments CCDsindi_fli_ccd
Santa Barbara Instrument CCDsindi_sbig_ccd
Apogee CCDsindi_apogee_alta

Table 8.4. Supported Filter Wheels

Filter WheelDevice driver
FLI Filter Wheelsindi_fli_wheel
True Technology Wheelindi_trutech_wheel

Table 8.5. Supported Webcams

WebcamDevice driver
Any Video4Linux compatible deviceindi_v4l_generic
Philips webcamindi_v4l_philips
Meade Lunar Planetary Imagerindi_meade_lpi
SBIG STVindi_sbig_stv

INDI Setup

KStars can control local and remote devices seamlessly via the INDI server/client architecture. INDI devices may be run in three different modes:

  1. Local: The local mode is the most common and is used to control local device (i.e. a device attached to your machine).

  2. Server: The server mode establishes an INDI server for a particular device and waits for connections from remote clients. You cannot operate server devices, you can only start and shut them down.

  3. Client: The client mode is used to connect to remote INDI servers running INDI devices. You can control remote devices seamlessly like local devices.

You can run local device, establish INDI servers, and connect to remote clients from the Device Manager in the Devices menu.

Here is a screenshot of the Device Manager window:


Start device drivers

You can run devices by browsing the device tree, selecting a specific device, and then clicking on the Run Service button. You can select the operation mode, either local or server as defined above.

To control remove devices, refer to the remote device control section.

Prev
Next
Contents


docs.kde.org