Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pulse Guiding to LX200 Classic Driver over Serial Port #2070

Open
windows2000bug opened this issue Jun 2, 2024 · 2 comments
Open

Add Pulse Guiding to LX200 Classic Driver over Serial Port #2070

windows2000bug opened this issue Jun 2, 2024 · 2 comments

Comments

@windows2000bug
Copy link

windows2000bug commented Jun 2, 2024

Currently, the Indi driver does not support Pulse Guiding over the RS232 port like ASCOM does for the LX200 Classic telescope mount. I spoke to an ASCOM developer and looked at the code and all they are doing for the classic is telling the scope todo to the following:

Direction = North, East, South, or West (N,E,S,W in command)

  1. Slew to <direction> ( :M<direction># )
  2. delay(<pulseDuration>*10) //delay for the pulse duration in MS
  3. Stop Slewing to ( :Q<direction># )

I have a Hardware work around, though not everyone knows how to solder. I am parsing out the ":Mg" command that is being sent to the scope that the LX200 ignores via an Arduino and some other hardware.

@knro
Copy link
Contributor

knro commented Jul 3, 2024

This is what manual pulse guiding is. Not sure how reliable this is. Did you implement it in your branch and tested it out with guiding?

@windows2000bug
Copy link
Author

This is what manual pulse guiding is. Not sure how reliable this is. Did you implement it in your branch and tested it out with guiding?

I am not a developer by any means, just a hobbiest who knows enough to be dangerous :)

I don't have any branches for Indi nor the LX200 driver. I just created a small prototype HW to hijack the :Mg command that is being sent to the LX200 Classic.

I am hoping someone that understands the IndiCode as well as more experience as a developer to implement this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants