Close

Raspberry PI wireless Telescope Control

Back to overview

Advanced SkyFi 3 replacement for Celestron

Discussions

djhnsn999 wrote 05/18/2021 at 18:03 point

I had some issues with the get-gps.py. I believe since this guide was written python changed to python3.  I had to edit the first line to #!/usr/bin/env python3 to fix a no gps3 module found.

My python skills are very basic but I also got syntax errors on the last line of the file.  I believe there are 2 missing parentheses print("{0} {1}".format(celestron(coordinates[0]), celestron(coordinates[1])))  

  Are you sure? yes | no

Alan Somers wrote 04/28/2019 at 03:02 point

Another issue: When I added the commands to the rc.local file to force a NTP time update, the boot hung up with address resolution errors. If I run the same commands after I'm able to log in over SSH, they work fine. Is it possible that /etc/rc.local is running before the autohotspot service?

  Are you sure? yes | no

Alan Somers wrote 04/27/2019 at 19:20 point

I found one issue with my install after following your instructions: the hostapd service was masked for some reason so that it couldn't start. For lack of console connections, I rebuilt my system 3 or 4 times before I finally broke down and bought a Mini HDMI-to-HDMI cable and a cheap USB keyboard to troubleshoot it.

Anyway, the fix was to issue the command "sudo systemctl unmask hostapd". Once I did that, the autohotspot script was working as it should, both in client and hotspot mode.

  Are you sure? yes | no