Skip to main content

Questions tagged [gps]

Abbreviation for Global Positioning System; a navigational system using satellite signals to fix the location of a radio receiver on or above the earth's surface. Also "GPS" refers to the radio receiver used to receive GPS signals.

0 votes
0 answers
20 views

How can I take an image that has GPS EXIF information in Flutter

I am trying to see if there is a way I can take an image that has GPS information (Latitude & Longitude) in it's EXIF data from my flutter app. Or if there is a way to manually add GPS information ...
Moses's user avatar
  • 61
0 votes
0 answers
17 views

Remove altitude "outliers" from a GPS track

I've recorded a bike track with a very noisy result for altitude (barometric sensor). I enhanced the altitude data using a digital elevation model. See example here: However, crossing bridges or ...
DJJazz's user avatar
  • 55
0 votes
0 answers
11 views

Reading compass and play sounds while in background

For a capacitor or Cordova app. While the app is in the background, for example when the phone is locked, I need the app to keep getting updates of the gps and compass so that it plays a spatial sound ...
Seb's user avatar
  • 508
0 votes
0 answers
13 views

show itinerary instructions (route) leaflet osmr

I'm using leaflet with osrm to create a map, at the begining it showed the instructions butand I removed it by adding .leaflet-routing-container {display: none;}, but now I got asked to show the ...
Encafeinado's user avatar
1 vote
0 answers
33 views

I want to develop a simple app using kivy to get android gps info (longitude and latitude)

I try to get android gps info (longitude and latitude) using Kivy and plyer but it doesnt work. My code is a main.py file: from kivy.lang import Builder from plyer import gps from kivy.app import App ...
C.D.'s user avatar
  • 29
0 votes
0 answers
29 views

Why I cannot get GPS data correctly from pins 16, 17 on ESP32?

I'm trying to simply get the GPS data using ESP32-WROOM and Quectel L80 module. I want to send GPS data to my PC using Serial Monitor. So I have 2 UART configurations; one for GPS module and one for ...
Lunatogi's user avatar
1 vote
1 answer
76 views

Android 14 - ACCESS_FINE_LOCATION never asked nor granted

my Manifest.xml: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android"> <uses-feature android:...
LGstudio's user avatar
0 votes
0 answers
49 views

I am trying to connect with concox v5 gps terminal

I am working on a PHP script to communicate with a Concox V5 GPS tracking device. While I am able to receive the login packet successfully, I am not receiving the heartbeat and location packets. Below ...
Chetan Yadnik's user avatar
0 votes
0 answers
21 views

A9G Module using arduino for GPS SMS AND CALL

My A9g module always shows the gps of China even I'm in the Philippines. Im using AT+GPSRD and converted the NMEA online to lat and long and it always China. Also I have problem of sending a text ...
Eric Tomboc's user avatar
-1 votes
0 answers
19 views

Navigator.geolocation is not giving correct current location always

<!DOCTYPE html> <html> <body> <h1>HTML Geolocation</h1> <p id="loc"></p> <script> var ele=document.getElementById("loc"); function ...
Wreetbhas Pal's user avatar
0 votes
0 answers
33 views

How do I route time to chrony from TCP socket?

I have a modem that can forward GPS time to a TCP socket, these are GGPA sentences, I would like to get this information to chronyd so I can use chronyd as the single source of time sync in the system....
user1470618's user avatar
0 votes
0 answers
32 views

Getting location updates more than once a second

I have created an activity that is used to mesaure the acceleration or the brakes of a motorcycle (or any other driving unit). For that reason I need location updates for at least 10 times a second. ...
Martin Gäckler's user avatar
0 votes
0 answers
22 views

How can i connect to GLONASS instead of GPS on a Samsung Note20 Ultra phone?

In my area there are a lot of GPS frequency distortion disabling GPS from working, i heard that there is a solution to connect to GLONASS instead of GPS, is there a way to do that on a Samsung Note20 ...
Salim's user avatar
  • 5
0 votes
0 answers
19 views

MapBox Android Simulation - GPS location from extended settings instead of hard coded

In Android Mapbox Navigation: there is code part which start the navigation replay from a hard coded custom GPS lat,long position here We want to achieve to able to run simulation from custom points ...
wia's user avatar
  • 204
0 votes
0 answers
17 views

scikit-mobility: save map to a png file

I am using the scikit-mobility library to plot gps trajectory in a Jupyter notebook. #pip -q install scikit-mobility import skmob # file from https://raw.githubusercontent.com/scikit-mobility/scikit-...
Amina Umar's user avatar

15 30 50 per page
1
2 3 4 5
688