Tracker Movement

This page is dedicated to my astrophotography hobby. It contains information about my DIY barn door tracker. It also has the code for the microcontroller in the project boxes that control the machine. Finally, it includes a recording of one of my presentations, delivered at the StarNights Festival, along with the presentation slides.

Card image cap
DIY Barn door tracker

What is it?

A barn door tracker, also known as a "volgplank" in Dutch, is a simple device used in astrophotography to counteract the Earth's rotation. It's designed to allow a camera or telescope to capture long-exposure images of the night sky without the stars appearing as streaks due to Earth's movement. Here's how it works:

The barn door tracker consists of two hinged boards, with one board acting as a fixed base and the other as a movable lid or door. The camera or telescope is mounted on the movable lid. A hinge connects the two boards at one end, and the other end of the movable board has a threaded rod.

As the Earth rotates, a motor makes the threaded rod turn. This causes the movable lid to open at a rate that matches the Earth's rotation. Because the camera/telescope is mounted on the movable lid, it now also turns. This allows for long-exposure photography without star trailing.

Card image cap
The code that makes the project "tick"

The barn door tracker operates using a stepper motor, which advances a set distance with each step. This means someone needs to send step commands at the correct interval. This seemingly simple task took more work than expected. For instance, issuing step commands at a constant interval doesn't result in a uniform rotation due to the barn door tracker's unique geometry. When to step is calculated by tiny microcontrollers, such as the Arduino Nano and Xiao Seed BLE. These microcontrollers run code written in CircuitPython and C++ (Arduino variant), which you can access in the linked repository.

Presentation slides

This presentation explains the purpose of my tracker, and what makes it tick on the inside. It was used for my talks at Starnights and VVS Scheldeland.

Presentation recording

This recording features my presentation at the annual Starnights astrophotography gathering, where I had a great time sharing insights and connecting with fellow hobbyists.