Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
Portable Digipeater GPS Issue
I am building a portable digipeater following Jason's video but my pi isn't recognizing the GPS. I have triple checked everything and rewatched the video several times but still can't get it to recognize the GPS.
?
When i us the cgps command there is no data being displayed.
?
Any help is appreciated.
?
W4ACR - Randy |
I have my Pi as a stratum server for NTP time and FT8 and using USB make sure your config is correct.?IE: "sudo nano /etc/default/gpsd " ?For my my GPS is /dev/ttyAMC0 You have to define your device in GPSD first.? This is what my file GPDS looks like.? # Devices gpsd should collect to at boot time. # They need to be read/writeable, either by user gpsd or the group dialout. START_DAEMON="true" USBAUTO="no" DEVICES="/dev/ttyACM0 -s 115200 /dev/pps0" GPSD_OPTIONS="-n" GPSD_SOCKET="/var/run/gpsd.sock" Start Daemon? command makes sure that GPSD starts when the Pi is rebooted.?? USB Auto is where the Pi recognizes the USB device automatically.? In my case I have it turned off I specify that the my GPS is on AMC0 in my case and -s is where I tell the pi what comport speed the device is, IE: 115200.?? GPSD -n = no wait for the client to poll GPS (starts spitting out GPS data immediately) GPSD Socket = the socket GPSD for the system.? Hope this helps 73's? Rob? K9SAT On Fri, Dec 13, 2024 at 5:58?AM km4ack via <jason.oleham=[email protected]> wrote:
|
My GPS puck recently started working intermittently. Fortunately the puck has a red light to show that it is on. Turns out it was not making a connection when plugged into any of the three Pi's I have unless I forced it to one side or the other in the USB port. I replaced the puck with a GPS dongle and all is good now. 73 Earl KI4OXD On Tue, Dec 17, 2024 at 7:40?AM W4ACR-Randy Shell via <randywshell50=[email protected]> wrote:
|
Finally got the GPS working, since I'm not able to copy and paste i found some typo's and once they were corrected GPS began working properly.
?
I have some errors in direwolf but I won't to try and figure those out myself.
?
One thing i have learned in Ham Radio is most of the time if you are having trouble, it's the operator's fault. In my case anyway.
?
Thanks to all for comments.
?
W4ACR - Randy. |
One thing to remember?is that some items with the GPS won't start working until your GPS can contact satellites. Try moving the system to someplace that has a clear view of the sky.? Good luck. Kevin, WA4KBM On Wed, Dec 18, 2024 at 9:43?PM W4ACR-Randy Shell via <randywshell50=[email protected]> wrote:
|
to navigate to use esc to dismiss