Keyboard Shortcuts
Likes
- Direwolf
- Messages
Search
Re: Repeating "GPSD: Location fix is now 2D/3D"
A lot of conversation about the PPS. I am pretty sure ths conversation was about getting position infomration through gpsd, not time (beyond the data stamp). I have no idea how a Garmin GLO2 could implement a PPS - its Bluetooth. Is this just additional commentary for tose using gpsd for more than position? ? I don't see anything on PPS in the Direwolf manual.? I am not sure how Direwolf benefits from a PPS? Not trying to be critical, just checking if I missed something. Robert Giuliano KB8RCO
On Wednesday, October 6, 2021, 12:33:07 PM EDT, Fred Hillhouse <fmhillhouse@...> wrote:
Hi Ray, Thanks for the link. I think my networked GPS (u-blox) has 1PPS. I haven't really checked it out. The Garmin GLO2 doesn’t have the capabilities. At least, that is what I gather from ppscheck. This project doesn't need it and hopefully the JS8CALL project doesn't either. Fred N7FMH -----Original Message----- Sent: Friday, October 01, 2021 8:55 PM Subject: Re: [direwolf] Repeating "GPSD: Location fix is now 2D/3D" Fred, I know you've done the hard yards and it's working for you but you may still find this page about gpsd interesting. FWIW I ran into the same 2D/3D problem as you but I can't remember which (RS232) GPS (Garmin 18 series or older Ublox) I used at the time. I ended up compiling GPSD from sources to get an updated version. But this was near enough to two years ago. Ray vk2tv On 2/10/21 9:18 am, Fred Hillhouse wrote: > > Hi David, > > > > Thanks for the update and how strange if this was a gpsd thing.? What > version were you running before? > > Version 3.17 > > Gary’s comment: Wow, that is 4 years old.? You need to update that. > 3.23.1 is current. > > I am not sure but came from the apt repository. I didn’t install gpsd > initially on this RPI. I wouldn’t have done a build from source. > > Do you know what was the specific fix in the newer GPSD that resolved > your problem? > > Sorry I don’t. > > Best regards, > > Fred N7FMH > > --David > KI6ZHD > > On 10/01/2021 02:30 PM, Fred Hillhouse wrote: > >? ? Problem has been resolved. I now get a solid 3D fix. > >? ? The solution: update to the latest revision of GPSD. Revision 3.23.1 > >? ? As background, I have a Garmin GLO 2 which will support up to four >? ? users. A similar unit is the Dual XGPS160. I have used it in the >? ? past for an Android tablet with the hopes of also sharing with an >? ? RPi. Currently, The tablet, RPI and my PC are receiving data. > >? ? I was asked why I would use a GPS like this. When running multiple >? ? RPIs, which may not have sky view, a GPS with a view can share >? ? with each. > >? ? Best regards, > >? ? Fred N7FMH > >? ? Of *Fred Hillhouse >? ? *Sent:* Wednesday, September 29, 2021 5:06 PM >? ? *Subject:* Re: [direwolf] Repeating "GPSD: Location fix is now 2D/3D" > >? ? GPS has been running for at least a day. > > >? ? Define "GPS has been running for at least a day".? By default, >? ? your GPS puck won't be activated by gpsd and start listening for >? ? GPS details until it has a listening client like direwolf, cgps, >? ? gpsmon, etc.? This seems to be a default for minimizing power >? ? consumption.? The gpsmon tool doens't show how long it's been >? ? running with a 3D fix but cgps does. > >? ? The GPS has had a device connected to a device. It supports 4 >? ? different devices. One device is the same RPi Direwolf is running >? ? on but is an terminal window on my PC with /cgps /running. Now a >? ? second device (PC/u-center) is connected. > >? ? What constitutes a “very good” lock? > > >? ? That's evidently a huge topic in itself and is well outside the >? ? scope of this Direwolf.? I did a search for "gpsd 3d lock" and >? ? this hit seems like a good start: > >? ? >? ? <> > >? ? A key point in that article is that though your system lists it's >? ? using X satellites, it doesn't mean it's hearing them well.? This >? ? can be due to local RF interference, etc. > >? ? I can see I have a 3D position all the time now that my Windows PC >? ? is connected. I am aware of the FIX differences and how everything >? ? can affect the satellite signal; trees buildings, angle of >? ? antenna, etc. Not being snarky! If this was a serial GPS or a >? ? USB-GPS (serial?) there would be no BT layer and for serial, using >? ? /dev/ttyS0 would be correct and USB would be similar. Based on an >? ? exchange with Robert KB8RCO it seems this maybe the case here. If >? ? may be that each of the four possibilities need /dev/ttys0-3? In >? ? the end, I will have learned a little more. > >? ? This is what I get when running /gpsmon/. Any clues there? > > >? ? More information is available in cgps but there are other tools >? ? available to troubleshoot GPS issues such as gpsprof but I've >? ? never used them.? Ultimately, I don't think your issue is with >? ? Direwolf.. it's going to be somewhere in the GPS into GPSD area. >? ? I would start here: >? ? <> > >? ? I will certainly check this group. From my PC experience on >? ? needing to actually connect to a COM port, I wonder if a RPi >? ? “comport” must be connected as well. Robert, KB8RCO, suggested >? ? something regarding auto-connecting at reboot but I haven’t chased >? ? that since the basic connection is not functional yet. > >? ? Thank you! > >? ? Fred N7FMH > > >? ? Screenshots from the u-blox u-center app: > >? ? ------------------------------------------------------------------------ > >? ? Avast logo <> > > > >? ? This email has been checked for viruses by Avast antivirus software. >? ? www.avast.com <> > > > > > -- This email has been checked for viruses by Avast antivirus software. |
||
Re: Repeating "GPSD: Location fix is now 2D/3D"
Hi Fred,
toggle quoted message
Show quoted text
Both my Ublox devices - LEA4 (IIRC) and a considerably newer M8 - have 1PPS so yours likely does too. The Garmin I dabbled with was the 18-5Hz with sentences sent five times per second for better positional accuracy but its PPS seemed to not play nicely with gpsd. Either that or I wasn't smart enough to make it happen! I cut my losses and bought the M8 board for the RPi4 for my Stratum 1 network time server. Take care Regards Ray vk2tv On 7/10/21 3:33 am, Fred Hillhouse wrote:
Hi Ray, |
||
Re: Repeating "GPSD: Location fix is now 2D/3D"
Hi Ray,
toggle quoted message
Show quoted text
Thanks for the link. I think my networked GPS (u-blox) has 1PPS. I haven't really checked it out. The Garmin GLO2 doesn’t have the capabilities. At least, that is what I gather from ppscheck. This project doesn't need it and hopefully the JS8CALL project doesn't either. Fred N7FMH -----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Ray Wells Sent: Friday, October 01, 2021 8:55 PM To: [email protected] Subject: Re: [direwolf] Repeating "GPSD: Location fix is now 2D/3D" Fred, I know you've done the hard yards and it's working for you but you may still find this page about gpsd interesting. FWIW I ran into the same 2D/3D problem as you but I can't remember which (RS232) GPS (Garmin 18 series or older Ublox) I used at the time. I ended up compiling GPSD from sources to get an updated version. But this was near enough to two years ago. Ray vk2tv On 2/10/21 9:18 am, Fred Hillhouse wrote:
-- This email has been checked for viruses by Avast antivirus software. |
||
Re: rPi 4 / Signalink USB / Yaesu ft-895 / Direwolf.
Nick
Thanks David. Are you by chance on Discord?? I'd love to chat about options. I'm not trying to get the KPC back into the stack. I just want the rPI to run direwolf and then find a good client that I can hit from on the LAN. My primary use case is to use commands like? C EOCND?- to hop from node to node in our Marin Country packet network, and open corresponding MBs (mailboxes - these are usually hosted on old school TNCs) I also want to be able to access the Digipeater on ISS. I can see the traffic when it goes overhead, but no way to upload. I'm going to be on this google Meet video chat for ten minutes in case you care to help out "in person" On Mon, Oct 4, 2021 at 1:35 PM David Ranch <direwolf-groupsio@...> wrote:
|
||
Re: rPi 4 / Signalink USB / Yaesu ft-895 / Direwolf.
开云体育Hello Nick, I have a KPC3+ in the garage.? You can definitely access Direwolf via port 8000 and 8001 for AX.25 services but a KPC3 cannot do this alone.? There are ways to integrate a KPC3+ with Linux and add on AGW support with the ldsped program but it's still going to be less-optimal.
I can help you with Linpac since I'm the maintainer but you can technically put anything there as long as it "looks right".
Ok.. and don't forget that Direwolf natively runs on Mac as well.
WINE also runs on the Mac too. --David |
||
Re: rPi 4 / Signalink USB / Yaesu ft-895 / Direwolf.
Nick
Thanks all.? I have a KPC3+ in the garage.? But as you suspect ,I'm hoping to use Direworlf/Raspberry pi as a low level TNC, and then access it over the local area network via port 8000 or 8001.
The rest of my computers are Macs. All the TNC/AGM clients seem to be for Windows.? Does anyone have any ideas? |
||
Re: rPi 4 / Signalink USB / Yaesu ft-895 / Direwolf.
开云体育Hello Max, KPC3+ TNCs are probably one of the best hardware TNCs out there but Direwolf has better packet decodes than it.? They are pretty good for a "set it up and forget it deployment" but their functionality for a PBBS is pretty low, they haven't received any real fixes or improvements in a decade or more though there are known bugs with them, etc. I suppose they are a good choice for some but a Direwolf setup + some other software will always blow it away. Ps.? If you're just pining for a classic TNC2 like interface, you can run BPQ32 with it's TNC2 emulator + Direwolf to effectively get you the same experience. --David KI6ZHD On 10/04/2021 10:23 AM, J K via
groups.io wrote:
BTW: ?How is the Kantronics KPC-3+? ? Been playing with Idea of getting one to have a hardware TNC to run a BBS. ?I have a MoblinkD TNC3, two SignaLink USB’s, and RPi’s, but still been eyeing getting a KPC-3+. ?They still worthwhile? |
||
Re: rPi 4 / Signalink USB / Yaesu ft-895 / Direwolf.
开云体育Hello Nick
Direwolf is a TNC intended to provide lower level set of tools for APRS but it also offers extensive connectivity to OTHER TOOLS using KISS, TCP-KISS, AGW, etc. to support things like terminal programs to make packet connections, run services like NODES, and BBSes, etc.? For terminal services, there are several native Linux offerings: ?? ?? -- ?? ? ? Linpac???? - Nice Linux NCURSES-based packet terminal and simple BBS software using the Linux AX.25 stack ???????????????? ????? QtTermTCP? - A graphical Qt-based packet terminal program that can use either AGW or BPQ-TCP ?????????????????? based connections.? Should work well with Direwolf ?????????????????? ????? EasyTerm?? - A Windows graphical packet terminal and mailbox program that uses AGW (runs fine under WINE) ???????????????? ????? agwterm??? - Windows terminal packet program via AGW (runs under WINE) ???????????????? ????????? ????? IpSerial?? - Included with Outpost Package manager for Windows (runs under WINE) ?????????????????? which have been reported ??????????????? ????? LinKT????? - LinKT is a KDE Packet Radio (AX25) Terminal with the Linux AX.25 terminal - no longer maintained ??????????????? ????? OpenBCM?? - Packet radio terminal and light weight messaging with a web interface ???????????????? ????? Uronode??? * Linux Packet node software using the Linux AX.25 stack ??????????????? Was on sf.net - but packages are available for Debian-based distros ????? BPQ32????? * packet Bulletin board system and a lot more with it's own AX.25 stack or using the Linux AX.25 stack ??????????????? ????? Jnos?????? * packet Bulletin board system with it's own AX.25 stack or using the Linux AX.25 stack ??????????????? ????? FBB??????? - packet Bulletin board system using the Linux AX.25 stack ?? ?????????????? ????? LinGT????? - GNOME2 port of LinKT. LinKT is a KDE Packet Radio (AX25) Terminal with the Linux AX.25 terminal ??????????????? ????? TnT??????? - WA8DED Hostmode or KISS TNC packet terminal program for Linux ???????????????? ????? Dpbox????? - BBS for Linux - no longer supported ???????????????? ????? xconvers?? - IRC like client using the Internet or packet radio ?? -- |
||
Re: rPi 4 / Signalink USB / Yaesu ft-895 / Direwolf.
I have used AGWTermTCP and connect to Dire Wolf through an AGW port for testing. It seems to have the features you are looking for. Also, having AGWMonitor running is helpful can be helpful when troubleshooting as well. Robert Giuliano
On Monday, October 4, 2021, 01:17:52 PM EDT, J K via groups.io <kuhnje@...> wrote:
Hello, I use EasyTerm, but it’s Win and I run Win under VMWare on my MacBook Pro.? 11 Max Pro On Oct 4, 2021, at 11:39 AM, Nick <nick.strada@...> wrote:
|
||
Re: rPi 4 / Signalink USB / Yaesu ft-895 / Direwolf.
开云体育BTW: ?How is the Kantronics KPC-3+? ? Been playing with Idea of getting one to have a hardware TNC to run a BBS. ?I have a MoblinkD TNC3, two SignaLink USB’s, and RPi’s, but still been eyeing getting a KPC-3+. ?They still worthwhile?Thanks? 11 Max Pro On Oct 4, 2021, at 1:17 PM, J K via groups.io <kuhnje@...> wrote:
|
||
Re: rPi 4 / Signalink USB / Yaesu ft-895 / Direwolf.
toggle quoted message
Show quoted text
On Oct 4, 2021, at 11:39 AM, Nick <nick.strada@...> wrote:
|
||
rPi 4 / Signalink USB / Yaesu ft-895 / Direwolf.
Nick
Hello. I've gotten Direwolf installed, and it's hearing packet traffic. Printing it out into the REPL or wahtever the terminal window is....but I can't seem to transmit.
? thanks |
||
Re: Repeating "GPSD: Location fix is now 2D/3D"
Fred,
toggle quoted message
Show quoted text
I know you've done the hard yards and it's working for you but you may still find this page about gpsd interesting. FWIW I ran into the same 2D/3D problem as you but I can't remember which (RS232) GPS (Garmin 18 series or older Ublox) I used at the time. I ended up compiling GPSD from sources to get an updated version. But this was near enough to two years ago. Ray vk2tv On 2/10/21 9:18 am, Fred Hillhouse wrote:
|
||
Re: Repeating "GPSD: Location fix is now 2D/3D"
开云体育Hi David,
Version 3.17 Gary’s comment: Wow, that is 4 years old.? You need to update that.? 3.23.1 is current. I am not sure but came from the apt repository. I didn’t install gpsd initially on this RPI. I wouldn’t have done a build from source. ? Do you know what was the specific fix in the newer GPSD that resolved your problem? Sorry I don’t. Best regards, Fred N7FMH On 10/01/2021 02:30 PM, Fred Hillhouse wrote:
? |
||
Re: USB soundcard on raspi
An easy way to turn off the onboard audio is to comment out dtparm=audio=on in config.txt. # Enable audio (loads snd_bcm2835) #dtparam=audio=on I don't know if that affects hdmi audio because I've never seen that show up in my audio devices list to see that it's missing. This was on a Pi 400 FWIW. Danny From: "David Ranch" <direwolf-groupsio@...>
|
||
Re: Repeating "GPSD: Location fix is now 2D/3D"
开云体育Hello Fred, Thanks for the update and how strange if this was a gpsd thing.? What version were you running before?? Do you know what was the specific fix in the newer GPSD that resolved your problem? --David KI6ZHD On 10/01/2021 02:30 PM, Fred Hillhouse
wrote:
|
||
Re: Repeating "GPSD: Location fix is now 2D/3D"
开云体育Problem has been resolved. I now get a solid 3D fix. ? The solution: update to the latest revision of GPSD. Revision 3.23.1 ? As background, I have a Garmin GLO 2 which will support up to four users. A similar unit is the Dual XGPS160. I have used it in the past for an Android tablet with the hopes of also sharing with an RPi. Currently, The tablet, RPI and my PC are receiving data. ? I was asked why I would use a GPS like this. When running multiple RPIs, which may not have sky view, a GPS with a view can share with each. ? Best regards, Fred N7FMH ? ? From: [email protected] [mailto:[email protected]] On Behalf Of Fred Hillhouse
Sent: Wednesday, September 29, 2021 5:06 PM To: [email protected] Subject: Re: [direwolf] Repeating "GPSD: Location fix is now 2D/3D" ? ? GPS has been running for at least a day.
? ? What constitutes a “very good” lock?
? This is what I get when running gpsmon. Any clues there?
I will certainly check this group. From my PC experience on needing to actually connect to a COM port, I wonder if a RPi “comport” must be connected as well. Robert, KB8RCO, suggested something regarding auto-connecting at reboot but I haven’t chased that since the basic connection is not functional yet. ? Thank you! ? Fred N7FMH
?
|
||
Re: USB soundcard on raspi
开云体育Please note that Fred's recommended StackExchange post comes from March 2018 when maybe PulseAudio was bad news and thus people recommended to remove it.? We are now into late 2021 and I would say that any instructions that recommend to REMOVE PulseAudio from your OS are probably going to break more things than help.? Yes.. I know that the Direwolf v1.6 docs currently say to remove PulseAudio also but it's v1.6 is also old (Oct 2020) and there is a Git Issue tracking the recommend to STOP recommending this. Anyway.. there are various sites covering this topic.? I recommend to search for "raspberry pi sound card enumeration disable hdmi sound device" to get some recommendations.? Most of the answer will be a combination of possibly: ?? - Disabling the onboard audio playback via changes to the /boot/config.txt file ????? or ?? - Disabling HDMI device playback via changes to the /boot/config.txt file and/or blacklisting the snd_bcm2835 sound kernel driver ??? ????? or ?? - Changing the sound enumeration order between the onboard sound chip, USB audio devices, and other devices via the /etc/modprobe.d/alsa-base.conf file ??? It all comes down to what behavior you want. --David KI6ZHD On 09/30/2021 10:42 AM, Fred Hillhouse
wrote:
|