

This saves the hassle of trying to manually mess about with knobs and instead will move the telescope to precise positions at the press of a button. It has a set of motors that, when requested by a hand controller, will ‘slew’ to any object in the sky. This telescope, in particular, is a GoTo model.

This project started a couple of months back when we found a cheap telescope on Gumtree (for our overseas readers, an Australian website for second-hand goods) for a modest $200. Reverse engineering, tinkering, hacking, whatever you want to call it – the process of modifying something that isn’t exactly how you want it is one of the benefits of learning electronics! While designing and assembling projects from scratch is usually what we do at DIYODE, some find it more fun to improve existing products. In the age where DIY electronic parts are cheaper than ever, it’s no surprise that makers are finding more creative ways to add more features and convenience to their favourite household gadgets.

bitstring-3.0.2 folderĪ Python module that makes the creation, manipulation and analysis of binary data as simple and natural as possible.We show you how to reverse engineer a cheap GoTo telescope so that you can add automation using an Arduino. docs folderĭatasheets and Matrix method documentation. Software to control the "Laser pointer device" with Stellarium, including GUI.

Control mechanisms (stepper motors, sensors, positioning.)Ĭontains the necessary scripts for testing isolately the communications with Stellarium, communications with the device,Īnd the Arduino library for coordinate transformation (Matrix Method implementation).Coordinate transformations (based on Toshimi Taki's Matrix Method for Coodinates Transformation).Communications with the computer (receiving commands and parameters, and sending responses).Communications with the device (USB-Serial).Communications with Stellarium (( (client-server\)), python-bitstring)).One for Arduino microcontroller (device): The software is divided on two main blocks, the first one implemented in Python (computer) and the other You can see more images, schematics and parts details in the images folder. The laser points towards the celestial objects indicated from Stellarium, by using a This project consists on a first approach to control a telescope mechanism, builded from scratch andīased on Arduino microcontroller, from a computer with GNU/Linux and the Stellarium software.īy the moment, the code has been tested only in a mini-dobsonian mount with a green laser pointer instead Telescope control with Stellarium and Arduino
