Close

Raspberry Pi Driven Telescope Mount

Back to overview

full telescope control over WiFi using INDI on a RPi Zero W

Discussions

p.hennessey wrote 09/22/2021 at 19:13 point

Can you figure out a way to allow joystick control for accelerated slew function? As in, the harder I push on the joystick, the faster it goes? Hoping this could be adapted to a Nintendo Wii nunchuck controller. Also wondering if this can work as as secondary plug into the telescope (using those old phone jacks) rather than soldered directly into the hand control pad.

  Are you sure? yes | no

Dane Gardner wrote 11/03/2018 at 08:27 point

NOTE: To all those reading through these instructions, they were written a when Raspbian Jesse was the latest OS for the Raspberry Pi Zero W.  I've since upgraded to the latest version, Stretch, and made my notes available here in a build log:  https://hackaday.io/project/21088-raspberry-pi-driven-telescope-mount/log/155510-upgrading-raspbian-jesse-to-stretch

  Are you sure? yes | no

AJ Fallgren wrote 04/16/2018 at 06:55 point

I am working on this, but having a really hard time getting the solder onto the HC controller on just those two pins.  Do you have any recommendations on how you did that?

  Are you sure? yes | no

Dane Gardner wrote 04/16/2018 at 14:24 point

I'll let you in on my dirty secret:  when I'm working with something this small, I always use lead solder.  Kester 60/40 @ ~350°C.  The softer solder is much easier to work with, and wets both sides well.

Lay down some liquid flux, reflow the pins with your solder, then remove excess solder with some wick.  Check for accidental bridging, and remove more solder if there is any.  You're just trying to replace the hard original solder with the softer.  Also, try not to overheat the chip by minimizing the time under the iron.

Using 30 gauge or smaller repair wire, straighten the end well, flux it, then coat lightly with solder at specified temp.

Lay the wire on top of the pin you want to join to, and heat with your soldering iron.  Don't add any new solder, you already have enough on the two halves, you're just welding them together at this point.

Inspect it to make sure you didn't bridge anything.  If you did, heat things up, pull it apart, and use some solder wick to clean it up again.  And retry.

When you're satisfied, clean up your flux mess with an appropriate cleaner.

If I recall correctly, it took me a couple tries on this one.  It is not an easy soldering job.

  Are you sure? yes | no

energyideas wrote 03/06/2018 at 23:56 point

Doing this project on an older Celestron Nexstar and an DS275 RS-232 chip in the HC. I think I have found the right pins. But am having challenges with loading the software onto a Rpi 0W. Is it ok to use Raspbian Lite? Too many changes on INDI software since Dane wrote this up a  year ago, so I am going to use the instructions at this web address: http://indilib.org/support/tutorials/139-indi-library-on-raspberry-pi.html . pushd doesn't work, is there another option to get things in the right directory (sudo something...)? Thanks for your write up on Hackaday. I hope to do a Hackaday too with the older HC and a raspberry pi camera on the eyepiece (from pi 0W) all solar PV power; telescope tracking the sun with a solar filter, live web-based webpage. 

INDI showed these messages:

Note, selecting 'libgsl-dev' instead of 'libgsl0-dev'
libcfitsio3-dev is not available

However the following packages replace it:
  libcfitsio-dev

E: Package 'libcfitsio3-dev' has no installation candidate

  Are you sure? yes | no

Dane Gardner wrote 03/09/2018 at 16:48 point

@energyideas Unfortunately, I live where the weather has been horrible for viewing for months, so I haven't tried updating to the latest versions of anything.  `pushd` is specifically a Bash command.  You can simply use `cd` in place of `pushd` when using a standard shell.  For `popd` in my sequence above, you can ignore it.

  Are you sure? yes | no

energyideas wrote 03/09/2018 at 17:16 point

Thanks again Dane. 

  Are you sure? yes | no

wpudigitalimpact wrote 03/13/2019 at 18:25 point

We just salvaged an older celestron with the DS275 and are hoping you had success with your attempt. Any update?

  Are you sure? yes | no

bobthepiman wrote 05/11/2017 at 16:54 point

I used a voltage level shifter, using the +ve of the hand set port to power the Hi side, and the Rpi for the low side - worked a treat.

  Are you sure? yes | no

bobthepiman wrote 05/11/2017 at 16:33 point

Sorry,  I meant StarSense accessory, it has its own Nextstar handset you use in place of the one that comes with the mount.  It is largely compatible with CPC, CGE etc, so I expect you are right thinking its the same UART chip set. :).  But its a bit pricy to find out that I wrong!

I've now adapted your approach to use the external RJ11 socket, and box it up with a LiPO cell - works fine on my standard Nextstar handset. I might be brave and try it on my starsense handset next!

  Are you sure? yes | no

Dane Gardner wrote 05/11/2017 at 16:45 point

Awesome!  Really cool to hear that someone else has done this!

I think the big thing is to verify the microcontroller is operating UART at 3.3V levels.  If that's the case, you should be set.  Otherwise, you will have to use a level converter between the Pi and your highjack point.  Should still be doable, nonetheless.  Let me know how it goes.  Good luck!

  Are you sure? yes | no

Dane Gardner wrote 04/21/2017 at 20:06 point

@jones3r I don't know what a "StarAlign-nextstar" HC is.  Googling didn't return anything obvious.  I've only encountered the newer Nexstar+ controllers.  Do you have a photo of the inside with the version number on the PCB?

You're likely still looking at a serial interface chip that has UART at 3.3V to the main microcontroller.  You should be able to highjack it the same way I have in these instructions, but may have to investigate which pins using a datasheet.

  Are you sure? yes | no

Rob Jones wrote 04/21/2017 at 16:46 point

have you tried this modification on the StarAlign-nextstar handcontroller? 

  Are you sure? yes | no