Is my GPS working? #1634
-
All, I have Indi AllSky up and running locally, which is a huge credit to the work Aaron and the community put into it. I'm no RPI expert and don't speak linux/raspian. Thanks everyone! That said, I know I have work ahead to get it tuned and the functions set up the way I want. Hopefully that will continue to go ok. At this point, all seems to be working OK, but like I said I'm at the beginning of the activation process. I can visually see the camera is working pretty much as intended; however I'm wondering if I should trust the GPS coordinates displayed on the screen. I installed a GPS hat on my RPI 5. As I understand, Indi Allsky includes the files necessary to activate and use the GPS, but I don't see any tools to specifically check it out and make sure its doing what it should. The displayed values seems about right but could they just be derived from my IP or some other bit of data entered at setup? Am I correct that Indi Allsky installed GPSd and the GPS is active? How can I test to be certain its working correctly? v/r, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 31 replies
-
indi-allsky does not install or setup GPSd by default. I have a separate script to install GPSd.
Once gpsd is working, you can verify it having a lock on satellites with There is also a wiki page to help with time syncing. https://github.com/aaronwmorris/indi-allsky/wiki/GPSd-NTP-Time-Sync |
Beta Was this translation helpful? Give feedback.
-
hello, I followed the steps on this page, https://github.com/aaronwmorris/indi-allsky/wiki/GPSd-NTP-Time-Sync however when you test the cgps command, no data is received. any idea what it could be? |
Beta Was this translation helpful? Give feedback.
-
Thank you. Great timing as I’m working on this today. 🤞LarrySent from Larry's iPhoneOn Nov 24, 2024, at 11:33 AM, Aaron W Morris ***@***.***> wrote:
Check the output of sudo dmesg to see if it mentions the names of the serial ports.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
ok, no improvement even leaving the antenna exposed, and even far from the pi (I heard that it could be some interference from the Wi-Fi) The last solution is to buy another sensor, as soon as it arrives I will let you know. |
Beta Was this translation helpful? Give feedback.
indi-allsky does not install or setup GPSd by default. I have a separate script to install GPSd.
Once gpsd is working, you can verify it having a lock on satellites with
gpsmon
There is also a wiki page to help with time syncing. https://github.com/aaronwmorris/indi-allsky/wiki/GPSd-NTP-Time-Sync