Autoguider Product
Overview
Even a perfectly aligned equatorial mount drifts over hours. Atmospheric refraction, minor polar misalignment, periodic error in the worm gears, and tracking-rate inaccuracy conspire to move a target star incrementally across the field. For visual observing this is fine; you nudge the scope occasionally. But for astrophotography, where a two-hour exposure accumulates faint nebulosity, any drift smears the image. An autoguider solves this by monitoring a bright reference star and issuing real-time corrections.
The [[telescope-autoguider-guide-sensor|guide sensor]] is a small CCD camera, much simpler than a main imaging camera. It tracks a single bright guide star at high speed, computing the star's position (centroid) dozens of times per second. The [[telescope-autoguider-software-loop|guiding firmware]] compares the current position to the desired center and calculates corrections. If the star has drifted 0.5 pixels east, the firmware sends a pulse to the [[telescope-autoguider-mount-cable|mount's RA motor]], moving it a tiny bit west. The [[telescope-autoguider-interface-board|control board]] translates these corrective commands into ST4 pulses, a standard four-wire protocol that mount vendors implement identically.
Most autoguiders connect via the [[telescope-autoguider-st4-connector|ST4 port]], a simple RJ-12 connector on the mount that accepts four-wire pulse trains: RA+, RA−, Dec+, Dec−. A high-frequency pulse train encodes the duration and direction of correction. Some modern designs use USB directly, offering faster communication and richer feedback, but ST4 compatibility remains the standard because it works with virtually every equatorial mount made in the last twenty years.
How it works
The [[telescope-autoguider-guide-sensor|guide sensor]] sits either off the edge of the main camera (off-axis design) or at the end of a dedicated small [[telescope-autoguider-guide-scope|guide scope]] mounted parallel to the main telescope. Off-axis is compact and lets the guide star and target share nearly identical seeing conditions; a guide scope is longer but avoids the small obstruction of the off-axis probe and lets you choose any bright star in a wide field.
During each exposure, the [[telescope-autoguider-fpga|FPGA]] reads the guide sensor at high speed—typically 10–30 Hz—and immediately computes the centroid of the guide star's light distribution. This is a brightness-weighted average of the pixel positions:
centroid_x = Σ(pixel_x × intensity) / Σ(intensity)
The firmware compares the current centroid to a reference (the center of the sensor) and computes the error: how many pixels the star has drifted. A [[telescope-autoguider-pid-algorithm|PID controller]] translates this error into a correction magnitude. In pseudo-code:
correction = P × error + I × error_sum + D × (error - last_error)
where P (proportional), I (integral), and D (derivative) gains set how aggressively the mount responds. Tuning these three parameters is an art; too-high gains cause oscillation, while too-low gains fail to catch drift.
The [[telescope-autoguider-interface-board|interface board]] encodes the correction as an ST4 pulse train. The ST4 protocol sends timed pulses on four wires: RA+ to move east, RA− to move west, Dec+ north, Dec− south. A pulse lasting 100 ms at 4 kHz carrier frequency (400 cycles) tells the mount to apply the RA motor for 100 ms. The mount's own firmware interprets the pulse train and adjusts motor power accordingly.
Off-axis designs probe light from the main camera's focal plane edge via a [[telescope-autoguider-beam-splitter|prism or edge probe]] that diverts starlight toward the [[telescope-autoguider-guide-sensor|guide sensor]]. This tight coupling means the guide star and target see identical atmospheric distortion, so corrections directly apply to the main image. The tradeoff is that the probe mechanism must be precisely aligned and the guide star must be near the main target.
A dedicated [[telescope-autoguider-guide-scope|guide scope]] is simpler mechanically but needs careful alignment. The guide scope's optical axis must remain parallel to the main telescope, or drift in one will not translate to correction in the other. However, this design offers freedom: you can pick any bright star within 5–10 arcminutes of the target, whereas off-axis is limited to a small annular region at the edge of the field.
Modern software implementations can use both [[telescope-autoguider-st4-connector|ST4]] and USB. USB autoguiders send raw centroid data to the computer, which runs the PID controller in software and issues pulse trains back to the mount. This distributed architecture offers more flexibility—you can adjust gains on the fly, log corrective data for analysis, and integrate with astrophotography suites like Sequence Generator Pro or N.I.N.A.
Build & assembly graph
expand / collapse · shared sub-assemblies converge · links to related products · est. labourTap an assembly to expand/collapse · tap a part to open it · use “Open page” for any node · drag to pan, scroll to zoom.
Bill of materials
10 top-level lines · 33 rows shown · 31 parts total · indented to 3 levels| # | Item / sub-assembly | Part no. | Qty/assy | Ext. qty | Parts | Type |
|---|---|---|---|---|---|---|
| 1 | Guide Sensor 3 parts | telescope-autoguider-guide-sensor | 1× | 1 | 3 | assembly |
| 1.1 | Sensor Array | telescope-autoguider-sensor-array | 1× | 1 | — | part |
| 1.2 | Sensor Package | telescope-autoguider-sensor-package | 1× | 1 | — | part |
| 1.3 | Sensor Window | telescope-autoguider-sensor-window | 1× | 1 | — | part |
| 2 | Control Interface 4 parts | telescope-autoguider-interface-board | 1× | 1 | 4 | assembly |
| 2.1 | Centroid FPGA | telescope-autoguider-fpga | 1× | 1 | — | part |
| 2.2 | Microcontroller | mcu | 1× | 1 | — | part |
| 2.3 | ST4 Port Connector | telescope-autoguider-st4-connector | 1× | 1 | — | part |
| 2.4 | USB Connector | telescope-autoguider-usb-connector | 1× | 1 | — | part |
| 3 | Camera Bracket 3 parts | telescope-autoguider-mount-bracket | 1× | 1 | 6 | assembly |
| 3.1 | Bracket Arm | telescope-autoguider-bracket-arm | 1× | 1 | — | part |
| 3.2 | Mounting Collar | telescope-autoguider-bracket-collar | 1× | 1 | — | part |
| 3.3 | Bracket Fastener | telescope-autoguider-bracket-hardware | 4× | 4 | — | part |
| 4 | Optical Assembly 3 parts | telescope-autoguider-optical-path | 1× | 1 | 3 | assembly |
| 4.1 | Beam Splitter | telescope-autoguider-beam-splitter | 1× | 1 | — | part |
| 4.2 | Optics Holder | telescope-autoguider-optics-holder | 1× | 1 | — | part |
| 4.3 | Field Lens | telescope-autoguider-field-lens | 1× | 1 | — | part |
| 5 | Guiding Loop Controller 3 parts | telescope-autoguider-software-loop | 1× | 1 | 3 | assembly |
| 5.1 | Processor Core | telescope-autoguider-cpu-core | 1× | 1 | — | part |
| 5.2 | Timer and Oscillator | telescope-autoguider-timer-circuit | 1× | 1 | — | part |
| 5.3 | PID Tuning Parameter Set | telescope-autoguider-pid-algorithm | 1× | 1 | — | part |
| 6 | Mount Control Cable 2 parts | telescope-autoguider-mount-cable | 1× | 1 | 2 | assembly |
| 6.1 | Four-Wire Cable Assembly | telescope-autoguider-cable-four-wire | 1× | 1 | — | part |
| 6.2 | RJ Connector | telescope-autoguider-rj-connector | 1× | 1 | — | part |
| 7 | Guide Scope 3 parts | telescope-autoguider-guide-scope | 1× | 1 | 3 | assembly |
| 7.1 | Guide Scope Objective | telescope-autoguider-guide-scope-objective | 1× | 1 | — | part |
| 7.2 | Guide Scope Tube | telescope-autoguider-guide-scope-tube | 1× | 1 | — | part |
| 7.3 | Guide Scope Focuser | telescope-autoguider-guide-scope-focuser | 1× | 1 | — | part |
| 8 | Interface Connector Board 2 parts | telescope-autoguider-connector-board | 1× | 1 | 5 | assembly |
| 8.1 | Isolation Optocoupler | telescope-autoguider-isolation-optocoupler | 4× | 4 | — | part |
| 8.2 | Bare PCB | pcb-bare | 1× | 1 | — | part |
| 9 | Fastener Set | fastener-set | 1× | 1 | — | part |
| 10 | Wire Bundle | wire-bundle | 1× | 1 | — | part |
Sourcing — likely vendors
Companies that make this · indicative price $100–$8k · MOQ & lead are typical| Vendor | HQ | Specialty | MOQ | Lead time |
|---|---|---|---|---|
| 🇯🇵Canon canon.com ↗ | Tokyo, JP | Imaging & optics | 500 units | 10–16 wks |
| 🇯🇵Nikon nikon.com ↗ | Tokyo, JP | Imaging & optics | 500 units | 10–16 wks |
| 🇩🇪ZEISS zeiss.com ↗ | Oberkochen, DE | Optics & optoelectronics | 500 units | 10–16 wks |
| leica-camera.com ↗ | Wetzlar, DE | Cameras & optics | 500 units | 10–16 wks |
| flir.com ↗ | Wilsonville, US | Thermal imaging | 500 units | 10–16 wks |
768-word article