dokeeffe / auxremote

An alternative Celestron mount controller with INDI integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status Powered By Powered By

An alternative controller for Celestron telescopes.

Auxremote is a spring-boot micro service that communicates with a Celestron telescope using the AUX serial commands. It offers a high level HTTP api to control the mount and enables fully remote operation using the included INDI driver .

Mount <--> Handset <--serial aux protocol--> AUX-Remote <--http--> INDI_Driver <--indi protocol--> INDI_Clients

The following high level features are exposed via the HTTP api

  • Park/Unpark
  • Sync
  • GOTO
  • PEC operations
  • PulseGuiding

No more star alignment or hibernation mode needed to enable remote use. No more fidilling with the handset by a human, the mount can be aligned remotely from a cold start.

This system is in beta state and is currently being used and tested at Ballyhoura Observatory .

Special thanks to Andre Paquette for his amazing work reverse engineering the AUX serial protocol without his work this would not be possible.

Warning

Use at your own risk. I can provide no guarantee against equipment damage.

Building / installing

  • Build the indi diver. See the README in ext/indi-driver. Use the indi-driver with an indi client such as Kstars/EKOS

  • Build the auxremote server side app. See the README in /app

  • Connect your mount handset to the machine running the serverside app.

About

An alternative Celestron mount controller with INDI integration

License:Apache License 2.0


Languages

Language:Java 72.1%Language:C++ 15.3%Language:CMake 6.2%Language:HTML 3.7%Language:JavaScript 1.8%Language:CSS 0.5%Language:Python 0.3%Language:Shell 0.1%