How to access GPS data in Mobian
#1
Anyone know how to get the GPS information from the GPS in the PinePhone? I've tried a few programs to get the location but they all seem to go by IP address so they all basically just say the town I am in and are off by a few miles so I was hoping to get the actual information from the GPS itself but I don't know how to do that. I also tried 'whereami' and for some reason that doesn't work. I install it and it says I have the most up to date version then when I try to run `whereami` it says the package isn't installed.
  Reply
#2
You could install gpsd and run one of the clients. xgps works but is not optimized for the screen. The text based clients gpsmon and cgps will give you all the typical GPS statistical information. The NMEA output that gpsd needs is on /dev/ttyUSB1. The config file is in /etc/default/gpsd

The antenna is very weak and it will take a long time outdoors even with a clear view of the sky to get a lock. You will want to run the AGPS proof of concept script to speed up the initial lock. https://gist.github.com/alastair-dm/2632...e555fa6628

You can also talk directly to the modem via AT commands to get a location manually, It is what the AGPS script uses. https://sixfab.com/wp-content/uploads/20...l_V1.1.pdf
  Reply
#3
(05-08-2021, 08:52 PM)8bit Wrote: You could install gpsd and run one of the clients. xgps works but is not optimized for the screen. The text based clients gpsmon and cgps will give you all the typical GPS statistical information. The NMEA output that gpsd needs is on /dev/ttyUSB1. The config file is in /etc/default/gpsd

The antenna is very weak and it will take a long time outdoors even with a clear view of the sky to get a lock. You will want to run the AGPS proof of concept script to speed up the initial lock. https://gist.github.com/alastair-dm/2632...e555fa6628

You can also talk directly to the modem via AT commands to get a location manually, It is what the AGPS script uses. https://sixfab.com/wp-content/uploads/20...l_V1.1.pdf
Thank you for the information! Quick question, as I don't have my PP on me right now to test, with the AGPS it says to run `AT+QGPS=1` to start the GPS, is that just ran in the command line? I don't have any real experience with working with modems in general though I do have experience with a handful of programming languages.
  Reply
#4
(05-09-2021, 06:11 PM)ragreenburg Wrote:
(05-08-2021, 08:52 PM)8bit Wrote: You could install gpsd and run one of the clients. xgps works but is not optimized for the screen. The text based clients gpsmon and cgps will give you all the typical GPS statistical information. The NMEA output that gpsd needs is on /dev/ttyUSB1. The config file is in /etc/default/gpsd

The antenna is very weak and it will take a long time outdoors even with a clear view of the sky to get a lock. You will want to run the AGPS proof of concept script to speed up the initial lock. https://gist.github.com/alastair-dm/2632...e555fa6628

You can also talk directly to the modem via AT commands to get a location manually, It is what the AGPS script uses. https://sixfab.com/wp-content/uploads/20...l_V1.1.pdf
Thank you for the information! Quick question, as I don't have my PP on me right now to test, with the AGPS it says to run `AT+QGPS=1` to start the GPS, is that just ran in the command line? I don't have any real experience with working with modems in general though I do have experience with a handful of programming languages.
That would be through a serial terminal like minicom. If you run the AGPS script it turns GPS on for you so you don't need to do any manual AT commands.

If the AGPS script gives serial errors you probably need pyserial
sudo pip3 install pyserial
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  bookworm vs trixie discussion for mobian in pinephone regular. zetabeta 46 12,425 03-07-2025, 05:04 PM
Last Post: dragonhospital
  Pinephone seems tobe using 4G data instead of Wifi data grump_fiddle_reinstall 7 1,643 02-20-2025, 02:47 PM
Last Post: puffchumpy
  mobian phosh on screen keyboard not popping up for Chromium/Electron apps grump_fiddle_reinstall 1 332 01-15-2025, 08:08 PM
Last Post: Kevin Kofler
  How to use QR codes on Mobian Sid(unstable) Pinephone Pro biketool 1 334 01-02-2025, 12:47 PM
Last Post: zetabeta
  Upgrade to Mobian (Trixie) Staging biketool 13 1,633 12-29-2024, 10:35 AM
Last Post: biketool
  Mobian Bulleyes aberrio 0 357 12-16-2024, 08:27 AM
Last Post: aberrio
  Mobian, Suspend, and Audio Playback biketool 0 379 12-11-2024, 12:56 AM
Last Post: biketool
  how to update mobian over tor vusra 14 10,603 12-04-2024, 07:01 PM
Last Post: vusra
  atinout binaries for mobian/debian? NeutralGrey 4 2,026 10-31-2024, 04:16 AM
Last Post: astylethargic
  Mobian-Kicksecure? 3460p 0 1,190 05-26-2024, 02:09 PM
Last Post: 3460p

Forum Jump:


Users browsing this thread: 1 Guest(s)