An open-source, versatile breakout board for controlling ST-4 autoguider ports on telescope mounts. Connect the board to the drive motors with an ST-4 cable (RJ12) and use a 5V microcontroller (e.g. Raspberry Pi GPIO or Arduino) to easily control the motor axes!
⚠️ IMPORTANT: I've only tested this with a Skywatcher Enhanced Dual-Axis Motor Drive for EQ3-2 Mount, so I can't guarantee it'll work with every autoguider-compatible telescope mount! If you've tried this on another 'scope, let me know if it was successful!
To trigger an axis, pull the corresponding input header pin HIGH (5V). This breakout board can be used for dual-axis control at a single slewing speed (set by the motor drive handset).
⚠️ ANOTHER IMPORTANT NOTE: Only trigger a single axis (HIGH) at a time. There isn't anything (yet) in the hardware that will prevent this, so make sure it doesn't ever happen through software.
I had the v0.1 board printed with JLCPCB, as seen in the image above.
All of the KiCAD files (and gerbers) for the breakout can be found in the /ST4Breakout
directory.
To construct the board, along with the PCB you'll also need the following components:
Component | Quantity |
---|---|
RJ12 Socket | 1 |
100 Ohm Resistor | 4 |
TIL196 Phototransistor Optocoupler | 1 |
16-pin IC DIP Socket | 1 |
Single-row 2.54 mm Header Pins | 5 pins |
(All links provided are for RS Components UK) Component footprints and 3D models are provided for these specified components. Equivalent parts may work, but their footprints may be slightly different, so I can't guarantee they'll fit the PCB.
Front and back of the board (unpopulated). Ballpoint pen lid for scale. I thought a banana would be a bit too big. And... I didn't have one to hand.
Gerber renders for the front and back of the PCB.
I've provided a basic explanation for the operation of the breakout board below, in case it helps you to decide if the board will work for your mount (if it isn't a Skywatcher EQ3-2). Note: I can't guarantee if this will work for your mount/drive! Use at your own risk!
Each "axis" (e.g. RA/DEC) has a positive and negative trigger pin (to drive the motor forwards or backwards). Applying a 5V signal to one of these pins will "trigger" the telescope axis to move in that specific direction.
Each trigger pin is connected (via a current limiting resistor) to one input of a quad-input optocoupler IC (TIL196). This connects the microcontroller circuit to the telescope motor drive circuit, isolating each side. Triggering an axis will connect the corresponding wire in the ST-4 cable to ground, completing the controller-side circuit. The optocoupler IC is necessary to ensure that the higher voltage/current on the motor controller side doesn't break the microcontroller!
Created by Thomas Varnish. Find me @tvarnish on GitHub and @ThomasVarnish on Twitter 😃