Skip to main content
Fixed minor typos and added code formatting
Source Link
Greenonline
  • 3.2k
  • 7
  • 37
  • 49

How to change sim 908 gpsSIM908 GPS location coordinates format?

I am using the Sim908SIM908 module to get GPS position.

The Sim908SIM908 sends the latitude and longitude in the ddmm.mmmmddmm.mmmm format, but major online services for GPS location (for example, Google Earth) use the dd.dddddd.dddd format.

So, how can I modify my code to convert coordinates from the Sim908SIM908 to dd.dddddd.dddd format?

This is the Sim908SIM908 GSM Library Code that I am using:

How to change sim 908 gps location coordinates format?

I am using the Sim908 module to get GPS position.

The Sim908 sends the latitude and longitude in the ddmm.mmmm format, but major online services for GPS location (for example, Google Earth) use the dd.dddd format.

So, how can I modify my code to convert coordinates from the Sim908 to dd.dddd format?

This is the Sim908 GSM Library Code that I am using:

How to change SIM908 GPS location coordinates format?

I am using the SIM908 module to get GPS position.

The SIM908 sends the latitude and longitude in the ddmm.mmmm format, but major online services for GPS location (for example, Google Earth) use the dd.dddd format.

So, how can I modify my code to convert coordinates from the SIM908 to dd.dddd format?

This is the SIM908 GSM Library Code that I am using:

Improved formatting
Source Link

The Sim908 sends the attitudelatitude and longitude in the ddmm.mmmm format, but the major online services for GPS location (for example, Google Earth) use the dd.dddd format.

The Sim908 sends the attitude and longitude in the ddmm.mmmm format, but the major online services for GPS location (for example Google Earth) use the dd.dddd format.

The Sim908 sends the latitude and longitude in the ddmm.mmmm format, but major online services for GPS location (for example, Google Earth) use the dd.dddd format.

I useam using the Sim908 module for recordto get GPS location and Arduinoposition.

The Sim908 sendsends the latattitude and lonlongitude in the ddmm.mmmm format, but the major service ofonline services for GPS location online (for example google earthGoogle Earth) use the dd.dddd format.

So, Howhow can I modify my code to convert multiple coordinate that sim 908 sendcoordinates from the Sim908 to dd.dddd format  ?

Sim 908 GsmThis is the Sim908 GSM Library Code that I am using:

I use Sim908 module for record GPS location and Arduino.

Sim908 send the lat and lon in ddmm.mmmm format, but the major service of GPS location online (for example google earth) use the dd.dddd format.

So, How can modify my code to convert multiple coordinate that sim 908 send to dd.dddd format  ?

Sim 908 Gsm Library Code

I am using the Sim908 module to get GPS position.

The Sim908 sends the attitude and longitude in the ddmm.mmmm format, but the major online services for GPS location (for example Google Earth) use the dd.dddd format.

So, how can I modify my code to convert coordinates from the Sim908 to dd.dddd format?

This is the Sim908 GSM Library Code that I am using:

Source Link
Loading