How do I get the data from a serial GPS connected to my android device?

Horse_Flower

I am working on a project where I have to connect my android device (LG G3) to a GPS with usb. I can't figure out how I can get the data out of my GPS and I do not want to use the device it's internall GPS because I need to be pretty accurate.

antonio

If you want to program your own USB GPS to Android, you can take a look at USB Host

According to USB Host documentation:

When your Android-powered device is in USB host mode, it acts as the USB host, powers the bus, and enumerates connected USB devices. USB host mode is supported in Android 3.1 and higher.

To use an USB external GPS you have to enable Android developer Options on your phone and enable using mock locations so the service (your one or a third party one) can send locations to the system "bypassing" the internal location system.

There are several apps that can transfer GPS data to your application (take a look at Your are here GPS for example. This app also lets you wath NMEA data).

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

How can I access my localhost from my Android device?

From Java

How do I get extra data from intent on Android?

From Java

How do I get an apk file from an Android device?

From Java

How do I get my data from my DB as a variable?

From Dev

How to get data from an occasionally connected device (laptop) to backend SQL Server

From Dev

Find serial port where my device is connected

From Dev

How do I Connect my Android device remotely using TCPIP?

From Dev

How do I pass platform data to my i2c driver from OF Device Tree?

From Dev

How to get to Hierarchy View while running the app on my device connected to android studio

From Dev

How do I prevent an Android device from a taking a screenshot of my webpage?

From Dev

How to detect whenever my android device gets connected/disconnected from paired bluetooth device

From Dev

How to know programly if my Android device has a mouse connected?

From Dev

How do I know if a serial port is actually transmitting data, without opening the device?

From Dev

How do i know my device ScreenLock settings in Android

From Dev

How do I check if my device is connected to Wi-Fi or not on Android?

From Dev

How can I get USB device serial number from iserialnumber?

From Dev

How do I right-click when connected to my Windows 7 PC from my Android Tablet?

From Dev

How do I recover lost/inaccessible data from my storage device?

From Dev

How would I ssh to Raspberry Pi from Android Device while it is connected to its hotspot?

From Dev

How to get my Android device GPS location via Here API?

From Dev

how can I read sensors from an usb connected android device

From Dev

I get a different ipv4 for every connected device. How do i trick it into thinking previously connected device is new?

From Dev

How to know programly if my Android device has a mouse connected?

From Dev

How do I get my Dell device's service tag?

From Dev

How can i find the port number of my android device connected by USB?

From Dev

Why do I lose data from serial port when I reboot my computer?

From Dev

How do I keep my Android app continuously connected with my own RESTful API to retrieve data continuously?

From Dev

How do I get the app log from a real Android device?

From Dev

How can I get GPS Location of my device in Xamarin Forms?

Related Related

  1. 1

    How can I access my localhost from my Android device?

  2. 2

    How do I get extra data from intent on Android?

  3. 3

    How do I get an apk file from an Android device?

  4. 4

    How do I get my data from my DB as a variable?

  5. 5

    How to get data from an occasionally connected device (laptop) to backend SQL Server

  6. 6

    Find serial port where my device is connected

  7. 7

    How do I Connect my Android device remotely using TCPIP?

  8. 8

    How do I pass platform data to my i2c driver from OF Device Tree?

  9. 9

    How to get to Hierarchy View while running the app on my device connected to android studio

  10. 10

    How do I prevent an Android device from a taking a screenshot of my webpage?

  11. 11

    How to detect whenever my android device gets connected/disconnected from paired bluetooth device

  12. 12

    How to know programly if my Android device has a mouse connected?

  13. 13

    How do I know if a serial port is actually transmitting data, without opening the device?

  14. 14

    How do i know my device ScreenLock settings in Android

  15. 15

    How do I check if my device is connected to Wi-Fi or not on Android?

  16. 16

    How can I get USB device serial number from iserialnumber?

  17. 17

    How do I right-click when connected to my Windows 7 PC from my Android Tablet?

  18. 18

    How do I recover lost/inaccessible data from my storage device?

  19. 19

    How would I ssh to Raspberry Pi from Android Device while it is connected to its hotspot?

  20. 20

    How to get my Android device GPS location via Here API?

  21. 21

    how can I read sensors from an usb connected android device

  22. 22

    I get a different ipv4 for every connected device. How do i trick it into thinking previously connected device is new?

  23. 23

    How to know programly if my Android device has a mouse connected?

  24. 24

    How do I get my Dell device's service tag?

  25. 25

    How can i find the port number of my android device connected by USB?

  26. 26

    Why do I lose data from serial port when I reboot my computer?

  27. 27

    How do I keep my Android app continuously connected with my own RESTful API to retrieve data continuously?

  28. 28

    How do I get the app log from a real Android device?

  29. 29

    How can I get GPS Location of my device in Xamarin Forms?

HotTag

Archive