Skip to main content
The 2024 Developer Survey results are live! See the results

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
17 views

Non-recognizable character output from ublox neo6m gps module

I am using a ublox neo6m powered gps module from hiletgo off of amazon, and when I eventually got the chip powered up and got output, it was returning very weird characters which often were white ...
Dhruv Bahuguna's user avatar
0 votes
0 answers
24 views

Simulate changing the GPS location associated with the Wi-Fi access point

I have a question regarding obtaining GPS coordinates through WiFi access points (AP) on an Android app. As I understand it, Android apps can collect GPS locations through WiFi APs if granted the ...
ThanhLam112358's user avatar
0 votes
0 answers
27 views

Create a GPS in real life and connect it with a Flutter app

I created a mobile app in Flutter. The app is a tracking, location, and points on the Google map app. However, I am currently limited because, to get the location of people, they need to use their ...
Yojan Brandon's user avatar
0 votes
0 answers
14 views

GPS functionality not working after packaging Electron app with serialport and @serialport/parser-readline

I'm developing an Electron app that uses the serialport and @serialport/parser-readline packages to read GPS data from a USB device. The GPS functionality works perfectly when I run the app in ...
tech leads's user avatar
0 votes
0 answers
13 views

Connecting PUMPKIN USB Debug Adapter to computer

I'm working with the PUMPKIN GNSS receiver, and I'm looking to connect the PUMPKIN USB adapter to try and figure out what's happening. The receiver's user manual says to "Open a terminal to the ...
Zumi Riekse's user avatar
0 votes
0 answers
98 views

API viewing in Ola Maps

I am working on my project related to GPS data collection, in which I am extracting the latitude and longitudes from Arduino and using Python as the backend i am calling the API function by using Ola ...
Sandipan Paul's user avatar
0 votes
0 answers
21 views

Location Stoppages Time

I am working on live location tracking software.The End users have a motorcycle which they will perform tasks they are assigned to.Based on the mobile coordinates they send to backend server, I am ...
Akon_Namikaze's user avatar
0 votes
0 answers
28 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
22 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
13 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
  • 506
0 votes
0 answers
15 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
1 answer
45 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
34 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
2 votes
1 answer
141 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
62 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

15 30 50 per page
1
2 3 4 5
688