Close
0%
0%

Arduino ST4 telescope control

Telescope GOTO and autoguiding through ST-4 with an arduino

Similar projects worth following
The purpose of this project is to connect a telescope to a computer through the mount guide port (ST-4 port) using an arduino in order to cheaply add GOTO and autoguiding capabilities.

The ST-4 Port is easy to add to "low cost" motorized mounts like the EQ4 or EQ5, and the operation requires minimal modification to your shiny mount.

Hardest part is the code (Arduino sketch ~120 lines and ASCOM driver ~2600 lines), but I already wrote it for you :-)

Basically, you need to build the USB-ST4 interface described in the github project page and modify your control pad like explained here if it doesn't have an ST4 port.

Modifying the control pad means soldering and wiring an RJ12 socket to the pad buttons.

Once the hardware is done, you will need to install the ASCOM platform and the driver.

After this you can use a software like the open source stellarium to play with your telescope or PHD for astrophotography.

More details are available on the github project page.

Here is a small guide to use it with stellarium.

Sample video of the telescope moving:

  • 1 × Arduino For interfacing with USB
  • 1 × TLP521-4 optocoupler In order to isolate the arduino from the autoguide port
  • 2 × RJ12 socket 1 if your mount already has an ST4 port
  • 1 × RJ12 straight cable To connect the adapter and the mount
  • 1 × A case for the adapter Excepted if you prefer to see the bare electronics :-)

View all 6 components

View project log

Enjoy this project?

Share

Discussions

dariotubio wrote 07/03/2015 at 08:50 point

Thank you for responding so fast is that your connection pins are not polarity-standard st4 and as new engines Enhanced Skywatcher Dual-Axis Motor Drive and the port st4 bienen Interface Autoguider I would not do a bad connection and damage relay box.
Find out how to change the pin assignment in the Arduino code,

since I'm not very good with this programming thank you very much again when you have it working I will comment thanks

  Are you sure? yes | no

dariotubio wrote 07/02/2015 at 17:36 point

St4 port (1) Open or sometimes powered• (2) Common (ground)• (3) RA+• (4) Dec+• (5) Dec-• (6) RA-


in the picture is described to you upside the pins 3456 equipment could be damaged by reverse polarity not? this will take the link you put up more gpusb.estoy contemplating build your project for my neq3-2 but with new engines Sky -Watcher's built bringing the port st4

tanks dario

  Are you sure? yes | no

Kevin Ferrare wrote 07/03/2015 at 08:08 point

Interesting. Apparently there are different pinouts for the autoguiding port.

As long as 1 is open and 2 is ground, there should not be any danger of equipment damage though.

In this project, the pin assignment can be changed in the arduino code.

ArduinoCode/ArduinoCode.ino line 53 through 58.

  Are you sure? yes | no

Alexis wrote 06/30/2015 at 22:24 point

Congrats for this project!!!  I have an EQ5 whit dual axis. I add RJ-12 port to the handpad and guide whit the QHY5 ST4 port. Do you think that is possible to make a sort of goto whit it? 

  Are you sure? yes | no

Kevin Ferrare wrote 07/01/2015 at 08:45 point

Thank you. I see that we have the same mount.

I think that It would be possible to do a GOTO with your camera if you can reverse engineer the protocol it uses to pulse guide the mount.

If you manage to do so, you could reuse most of the driver code, the only places that would need to be changed would be DeviceController.cs and the GUI for connection if it is not using serial.

Good luck, and keep me informed if you manage to adapt/extend the driver!

  Are you sure? yes | no

stevenbauer10 wrote 02/23/2015 at 21:13 point

Great project! But I was wondering; why don't you use any current limiting resistors at the LEDs on the optocoupler?

  Are you sure? yes | no

Kevin Ferrare wrote 02/23/2015 at 23:21 point

You are right, there should be a ~100Ω resistor between each digital pin of the arduino and the optocoupler (Forward voltage for the IR diodes of this model of optocoupler seems to be around ~1.15V depending on the current).

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates