×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

indi_celestron_aux

  • Posts: 643
  • Thank you received: 62

Replied by Magnus Larsson on topic indi_celestron_aux

Hi!
If a Celestron AVX or CGE-pro will do (both EQ), those are available for you right now. 
Magnus
2 years 3 months ago #78644
The topic has been locked.

Replied by Jasem Mutlaq on topic indi_celestron_aux

Ok tested on Magnus's CGE-Pro via PC port. While I can read from the mount, issuing GOTO has no response at all. Any idea what would cause this? Anyone with an equatorial mount can checkout the branch?
2 years 3 months ago #78750
The topic has been locked.
  • Posts: 108
  • Thank you received: 4

Replied by Gunter on topic indi_celestron_aux

Hi,
I have successfully tested my CGEM DX mount with the Celestron WiFi-Adapter called "SkyPortal" (it is identical with SkyQLink). I integrated the WiFi-device in my home network and used port 2000. It worked very well.

Gunter
2 years 2 months ago #79008
The topic has been locked.

Replied by Jasem Mutlaq on topic indi_celestron_aux

I'm going to need remote access to a Celestron equatorial mount that can be operated via PC port or WiFi. Magnus graciously granted me unlimited axis to his mount but we stumbled across a very weird issue and I would like to test with other equatorial mounts to see if we'll experience the same.
2 years 2 months ago #79072
The topic has been locked.
  • Posts: 108
  • Thank you received: 4

Replied by Gunter on topic indi_celestron_aux

Hi, Jasem,

I would open up my network for you. You would need to connect by an VPN tunnel. But it will take a day to put everything in the right order, ok?

By Gunter
The following user(s) said Thank You: Jasem Mutlaq
2 years 2 months ago #79093
The topic has been locked.

Replied by Jasem Mutlaq on topic indi_celestron_aux

Sounds great, looking forward to it. Please send me detail via a private message.
2 years 2 months ago #79108
The topic has been locked.
  • Posts: 46
  • Thank you received: 6

Replied by Karl Rees on topic indi_celestron_aux

My other mount is in the shop, so I thought I'd play around with this driver and my old Nexstar SLT to put together a first smart-scope for my kids.  But it's not quite working out.  Has anyone tried this driver with an older (circa 2008) Nexstar SLT?  

It appears to be working directly through the handset, but the whole point of this driver to me at least is to connect directly to either the HS or AUX port.  For the HS port, I'm wondering if my USB-Serial (FTDI) adapter lacks symmetric voltage.  I'm trying to find a compatible adapter, but the ones on Amazon tend not to specify whether they support symmetric voltage.

For the AUX port, I've successfully used the SkyPortal WiFi module (which I lost) with this mount in the past, so my understanding is that I should be able to use the AUX port.  I've made my own cable, so maybe I did something wrong there.  Here's what I did:

RJ12 pin 1 <-> DB9 pin 8 (CTS)
RJ12 pin 2 <-> DB9 pin 2 (RX)
RJ12 pin 3 (not connected)
RJ12 pin 4 <-> DB9 pin 3 (TX)
RJ12 pin 5 <-> DB9 pin 5 (GND)
RJ12 pin 6 <-> DB9 pin 7 (RTS)

The driver thinks it is connected, but the mount does not respond to commands.  Looking at the logs, the driver does not appear to actually be receiving anything from the mount,  Rather it's just getting back an echo of what it sent, which it then ignores.

Looking deeper into the logs and the code, it appears to not be receiving a CTS signal.  detectRTSCTS() returns false.  There are no handshake errors, which I interpret to mean that waitCTS() is never seeing the TIOCM_CTS flag.  I'll spit out an excerpt from the log below just in case I'm misinterpreting.
DEBUG    6.428512 sec    : Connecting to /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A16IRNH1-if00-port0 @ 19200
DEBUG    6.436192 sec    : Port FD 3
DEBUG    6.436338 sec    : Connection successful, attempting handshake...
DEBUG    6.436417 sec    : CAUX: connect 3 (serial)
DEBUG    6.792473 sec    : detectRTSCTS = false.
INFO    7.349836 sec    : Setting serial speed to 9600 baud.
CSER    7.400070 sec    : CMD <56>
CSER    7.400170 sec    : aux_tty_read: 3
ERROR    8.401306 sec    : Timeout error
INFO    8.401479 sec    : Detected Mount USB serial connection.
DEBUG    8.401557 sec    : Communicating with mount motor controllers...
CAUX    8.401638 sec    : CMD <     GET_VER>  APP ->  AZM
CSER    8.451916 sec    : CMD <3B 03 20 10 FE CF>
CSER    8.452100 sec    : aux_tty_read: 3
CSER    8.452221 sec    : aux_tty_read: 3
CSER    8.452312 sec    : aux_tty_read: 3
CSER    8.452436 sec    : RES <3B 03 20 10 FE CF>
CSER    8.452583 sec    : Got 4 bytes:  ; payload length field: 3 ; MSG:
CSER    8.452688 sec    : [3B 03 20 10 FE CF]
CAUX    8.452758 sec    : RES <     GET_VER>  APP ->  AZM
CAUX    8.452825 sec    : Got msg not for me (AZM). Ignoring.
CAUX    8.452903 sec    : CMD <     GET_VER>  APP ->  ALT
CSER    8.503168 sec    : CMD <3B 03 20 11 FE CE>
CSER    8.503328 sec    : aux_tty_read: 3
CSER    8.503422 sec    : aux_tty_read: 3
CSER    8.503501 sec    : aux_tty_read: 3
CSER    8.503595 sec    : RES <3B 03 20 11 FE CE>
CSER    8.503673 sec    : Got 4 bytes:  ; payload length field: 3 ; MSG:
CSER    8.503737 sec    : [3B 03 20 11 FE CE]
CAUX    8.503795 sec    : RES <     GET_VER>  APP ->  ALT
CAUX    8.503852 sec    : Got msg not for me (ALT). Ignoring.
INFO    8.503909 sec    : Got response from target ALT or AZM.
DEBUG    8.503965 sec    : Connection ready. Starting Processing.
INFO    8.504064 sec    : Celestron AUX is online.

The rest of the log goes on in much the same pattern: a new CMD is issued, it's echoed back in the RES, and is ignored.

Further information: the driver is showing version .10 and was self-compiled yesterday from the main branch.  The motor controller firmware is 5.18.  

This is not a super high priority for me, but I'm OCD when it comes to these things.  I'd hate to think I was just a small step away from solving it.  Thanks in advance for the help.  
2 years 2 months ago #79531
The topic has been locked.

Replied by Jasem Mutlaq on topic indi_celestron_aux

Thanks for the testing Karl. I've actually seen this very issue from Magnus mount as well (CGX IIRC). But it was intermittent. Sometime detectRTCCTS() would return false and all I see is echo, other times it works OK and responds to commands. I haven't been able to establish a pattern, appears to work most of the time. The only issue I had is that it would abruptly stop tracking/GOTO past a certainly hour angle and I was not able to resolve this issue, hence I asked for another test for Celestron equatorial mount which I wasn't able to do since then.
2 years 2 months ago #79550
The topic has been locked.
  • Posts: 200
  • Thank you received: 57

Replied by Paweł on topic indi_celestron_aux

Karl: The AUX port is *NOT* an RS-232 serial port! You need a special level converter to connect PC serial port to AUX. You need PC-port for this. Please do not connect your PC to the mount by AUX port. You can destroy your mount, your PC, or both by doing so. If you have no PC-AUX adapter, use the HC serial port.
The following user(s) said Thank You: Jasem Mutlaq, Karl Rees
2 years 2 months ago #79553
The topic has been locked.
  • Posts: 276
  • Thank you received: 52

Replied by Gene N on topic indi_celestron_aux

The TX and RX are tied together inside the scope someplace, hence the echo you are seeing.
The RTS and TX line are multi-master, no device owns the line.
You must hold your TX tri-stated while monitoring the RTS as an input. Only when RTS is high can you then control it as an output and then can output the TX. WHen done transmitting, tri-state TX and turn RTS back to an input
See this for a full gadget hanging off the AUX bus
AUX WIFI BT GPS

Attached is a pic of my version, only used as GPS input to AUX with my own coding.
 
but with the coding referenced in the link above can do all.

Gene

 
The following user(s) said Thank You: Karl Rees
2 years 2 months ago #79571
Attachments:
The topic has been locked.
  • Posts: 64
  • Thank you received: 9

Replied by Fabrizio on topic indi_celestron_aux

detectRTSCTS relies on a timeout to discriminate if the hardware handshake is present or not. At present, it is set to 300 ms. It worked well for my setup with Celestron CPC. Probably, for other mount types, it needs a different trimming. I suggest to extend it to 500ms and to test if the problem disappears.
The following user(s) said Thank You: Karl Rees
2 years 2 months ago #79572
The topic has been locked.
  • Posts: 46
  • Thank you received: 6

Replied by Karl Rees on topic indi_celestron_aux

My naïve reading of the Connectivity section of the driver docs was that the "proper level converter" that was needed was simply something to bring 12v down to 5v, and that this was inherent to any standard USB/Serial adapter. But there's something else needed?

Perhaps the driver documentation needs some clarification and cleanup? The document I'm talking about is here: indilib.org/telescopes/celestron/celestron-aux-driver.html. One of the options it describes is "serial cable connected to Celestron AUX port." The warning about needing a "proper level converter" seems to only be with respect to the "old standard RS-232 [with] symmetric +/-12V signalling." On the other hand, the document indicates that since the "cheapest USB/serial converters . . . have serial lines with TTL levels (+5V,0V) . . . they [actually] work with AUX port."

As for the HC port, any suggestions on the best place to get a USB/Serial cable that will actually work with it?
2 years 2 months ago #79573
The topic has been locked.
Time to create page: 1.328 seconds