OpenPHDGuiding / phd2

PHD2 Guiding
https://openphdguiding.org
BSD 3-Clause "New" or "Revised" License
250 stars 114 forks source link

AO support for INDI #523

Open d33psky opened 8 years ago

d33psky commented 8 years ago

This ticket is to track AO support to INDI, next to SX AO support for Linux #522 and SX AO for Mac at #144

d33psky commented 8 years ago

update: making some progress. I can connect to the device via INDI from within PHD2.

d33psky commented 8 years ago

Code is committed https://github.com/OpenPHDGuiding/phd2/commit/2ff3c38b415b833e65b6333c7f95647cbba37814 and ready to be tested on Real Stars.

There's 2 features still missing in the INDI driver for which I've made these tickets :

  1. SX AO needs to show and verify the SVX-AO-LF firmware version https://sourceforge.net/p/indi/feature-requests/6/
  2. SX AO needs to expose the tip/tilt Limit switches status https://sourceforge.net/p/indi/feature-requests/7/
d33psky commented 8 years ago

The Firmware version and Limit switch states can now be read. It requires SX AO INDI driver indi_sx_ao version 1.12 , which is also checked for.

Ready for Real Stars test.