Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6352077
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T22:08:00+00:00 2026-05-24T22:08:00+00:00

Currently I am doing a GPS Tracking project based on Django and GREENTEL It

  • 0

Currently I am doing a GPS Tracking project based on Django and GREENTEL
It uses this protocol
http://www.m2msolution.eu/doc/Fejlesztoi_dokumentaciok/GT03/GPRS%20Communication%20Protocol_GT03.pdf

It says how to convert Latitude/ Longitude to Hex.. but I want to convert latitude hex data to the normal form

Conversion method: A Convert the latitude (degrees, minutes) data from
GPS module into a new form which represents the value only in minutes;
B Multiply the converted value by 30000, and then transform the result
to hexadecimal number. For example 22°32.7658′,(22*60+32.7658)*30000 =
40582974,then convert it to hexadecimal number 0x026B3F3E

how to reverse the hex to latitude conversion?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T22:08:00+00:00Added an answer on May 24, 2026 at 10:08 pm

    First you get the hex, convert it back to base 10 and divide it by 30000.

    Get the result and divide it by 60, the integer part will be the degrees, the rest will be the minutes.

    In python:

    a = 0x026B3F3E
    b = a/30000.0
    degrees = b//60
    minutes = b%60
    
    print degrees, ' degrees and ', minutes, 'minutes'
    >>> 22.0  degrees and  32.7658 minutes
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently doing the redesign for this site: http://www.palosverdes.com/rpv2012/ and have run into a
I am currently doing IE-hacks on a website I'm working on: http://www.timkjaerlange.com/wip/co2penhagen/ I got
As I am currently doing this project in only C, I've up untill this
I am currently doing this tutorial to get the GPS coordinates of my present
I'm currently doing this tutorial , but the tutorial uses Glassfish as the server
I'm currently doing this: NSMutableDictionary *dict = [[NSDictionary alloc] initWithContentsOfURL: [NSURL URLWithString:@http://mysite/mypage.php]]; Which is
I'm currently doing something like this in some code I'm working on right now:
I'm currently doing a project in C# working with windows forms. During the course
i'm currently doing a project related to AWS and at some point will need
I'm currently doing a firewall management application for Django, here's the (simplified) model :

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.