← All entries
Article September 2026

Telescope autoguiding & automation with a Raspberry Pi

Work in progress — automating and guiding my Celestron C8 on an EQ6-R Pro mount with a Raspberry Pi and Astroberry, an ASI120MM Mini guide camera and Ekos.

WIPAutoguidingRaspberry PiAstroberryEQ6-R Pro

Status: in progress. A build log I update as the rig comes together.

The goal

Turn my telescope into a remotely controlled, autoguided astrophotography system: slew, focus, align and track deep-sky objects without standing at the eyepiece, with the mount corrected in real time from the guide camera.

The gear

How it works

The Raspberry Pi runs Ekos/KStars (on INDI): from there I drive the mount, cameras, focusing, plate solving and autoguiding. The mount responds directly over EQDIR (the EQMod protocol), with no handset. The guide camera streams continuously, the software measures how the stars drift and sends the mount tiny corrections to keep the target pinned on the sensor for the whole exposure.

It all happens remotely from my Mac, over SSH for commands and a remote desktop (VNC) for the GUI — so I can run the night comfortably from indoors.

Where I’m at

Power

To use it away from the garden I’ve gone with a ~256 Wh LiFePO4 power station: at a ~30 W draw it gives around 6 hours of runtime and powers the mount, a USB hub, the Raspberry Pi and the cameras from a single box, with a built-in charge display. I’d designed a DIY power box, but the power station turned out simpler and cheaper. A small USB GPS dongle provides time and location in the field, since the Pi has no real-time clock.

A typical night

Assemble and balance, home position, then almost everything from software: the GPS fills in time and location, Ekos’s assisted polar alignment guides the knob corrections, and for each object a GoTo + Capture & Solve centres the target using plate solving. Planets with the ASI120MC and the 2× Barlow, deep sky (in future) with the Canon. At the end of the night: park the mount and shut the Pi down cleanly.

Next steps

  1. Configure the GPS in Ekos (automatic time and location).
  2. First clear night: first Capture & Solve and assisted polar alignment.
  3. First real autoguiding runs on the deep sky.
  4. Planetary imaging with the ASI120MC + 2× Barlow.
  5. (Phase 2) a focal reducer and Canon control via gphoto2 for deep sky.

I’ll update this page at each milestone. 🔭